Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / numba-mpi/numba-mpi issues and pull requests

#157 - Add support for MPI_REDUCE()

Pull Request - State: closed - Opened by Delcior 14 days ago

#155 - Add support for the reduce function

Issue - State: closed - Opened by elyurn 20 days ago - 3 comments

#152 - Allow decoding of MPI status codes by wrapping MPI_ERROR_CLASS

Issue - State: open - Opened by Delcior 3 months ago
Labels: good first issue

#151 - sorting out PyPI logo display issue by using a png version there

Pull Request - State: closed - Opened by slayoo 3 months ago

#150 - cleanup unused pdoc_templates

Pull Request - State: closed - Opened by slayoo 3 months ago

#149 - fix pdoc upload

Pull Request - State: closed - Opened by slayoo 3 months ago

#148 - add index page to docs

Pull Request - State: closed - Opened by slayoo 3 months ago

#147 - add -We to python call in dist build step

Pull Request - State: open - Opened by slayoo 3 months ago

#146 - switch from pdoc3 to pdoc

Pull Request - State: closed - Opened by slayoo 3 months ago

#144 - remove "njit" mentions from project metadata, README and code

Issue - State: closed - Opened by slayoo 4 months ago - 2 comments

#143 - more acknowledgements in README. closes #139

Pull Request - State: closed - Opened by slayoo 5 months ago

#142 - remove asserts from sze, rank and initialized. closes #141

Pull Request - State: closed - Opened by slayoo 5 months ago - 1 comment

#136 - include README in pdoc landing site

Pull Request - State: closed - Opened by slayoo 6 months ago

#135 - require Python>=3.8 in setup.py. closes #134

Pull Request - State: closed - Opened by slayoo 6 months ago

#133 - polishing benchmark example description text

Pull Request - State: closed - Opened by slayoo 6 months ago

#132 - Simplify readme plot code

Pull Request - State: closed - Opened by Delcior 6 months ago

#131 - register numba-mpi in pyOpenSci?

Issue - State: closed - Opened by slayoo 7 months ago - 1 comment
Labels: no-activity

#130 - Readme updates

Pull Request - State: closed - Opened by slayoo 7 months ago

#128 - Create CODE_OF_CONDUCT.md

Pull Request - State: closed - Opened by slayoo 7 months ago - 3 comments

#127 - sample benchmark script numba_mpi vs mpi4py+numba

Pull Request - State: closed - Opened by Delcior 7 months ago - 2 comments

#125 - Benchmark numba-mpi against raw mpi4py

Issue - State: closed - Opened by Delcior 7 months ago - 1 comment

#124 - Apply to NumFOCUS for a grant

Issue - State: closed - Opened by Delcior 7 months ago - 2 comments
Labels: no-activity

#119 - adding support for Numpy structured arrays via `MPI_Type_create_struct`

Issue - State: open - Opened by jpmorgan98 10 months ago - 4 comments

#119 - adding support for Numpy structured arrays via `MPI_Type_create_struct`

Issue - State: open - Opened by jpmorgan98 10 months ago - 4 comments

#117 - getting `numba_mpi.scatter` to work (type of first argument, ...)

Issue - State: closed - Opened by pnvdp 10 months ago - 8 comments

#116 - check which NumPy version causes issues with P>=3.8

Pull Request - State: closed - Opened by slayoo about 1 year ago - 1 comment

#115 - try reproducing the issue with multiple MPI libs in the system

Pull Request - State: closed - Opened by slayoo about 1 year ago - 1 comment

#112 - limit library search to impi if I_MPI_ROOT env var set

Pull Request - State: closed - Opened by slayoo about 1 year ago

#111 - add Python 3.12 to CI

Pull Request - State: closed - Opened by slayoo about 1 year ago - 2 comments

#110 - introduce no-JIT and mpi-np != 2 runs on CI

Pull Request - State: closed - Opened by slayoo over 1 year ago - 4 comments

#108 - switch to exceptions for error handling (instead of statuses) + mention in README

Issue - State: closed - Opened by slayoo over 1 year ago - 3 comments

#106 - Add wrappers for `MPI_Isend` and `MPI_Irecv` with basic handling of `MPI_Request`s

Pull Request - State: closed - Opened by xann16 over 1 year ago - 6 comments

#105 - switch from API tokens to OIDC for PyPI uploads

Pull Request - State: closed - Opened by slayoo over 1 year ago

#104 - support for `MPI_IN_PLACE` in `[all]gather`/`scatter` and `allreduce`

Issue - State: open - Opened by slayoo over 1 year ago - 3 comments

#103 - MPI_Allgather wrapper

Pull Request - State: closed - Opened by slayoo over 1 year ago - 3 comments

#102 - make helper routines private to avoid displaying in the web docs

Issue - State: open - Opened by slayoo over 1 year ago - 3 comments
Labels: good first issue

#101 - Implement MPI_Gather and MPI_Scatter

Pull Request - State: closed - Opened by Delcior over 1 year ago - 1 comment

#100 - add size param for bcast test

Pull Request - State: open - Opened by Delcior over 1 year ago - 6 comments

#99 - refactor `_jit` methods in tests not to mislead that `py_func` points to impl

Issue - State: closed - Opened by Delcior over 1 year ago - 4 comments
Labels: no-activity

#98 - request for MPI_Gather (DONE) and MPI_Allgather (DONE)

Issue - State: closed - Opened by Konjkov over 1 year ago - 7 comments

#97 - Add support for MPI function `wtime`

Pull Request - State: closed - Opened by xann16 over 1 year ago - 6 comments

#96 - rename workflow. closes #87

Pull Request - State: closed - Opened by slayoo over 1 year ago

#95 - try fixing 403 error in pdoc upload

Pull Request - State: closed - Opened by slayoo over 1 year ago

#94 - pdoc uploads stopped to work

Issue - State: closed - Opened by slayoo over 1 year ago - 2 comments

#93 - fix urls in Python package metadata

Pull Request - State: closed - Opened by slayoo over 1 year ago

#92 - rename workflow; add --durations flag for pytest

Pull Request - State: closed - Opened by slayoo over 1 year ago - 1 comment

#91 - try out pytest-mpi

Issue - State: closed - Opened by slayoo over 1 year ago - 3 comments

#90 - set default tag in send() to zero as in mpi4py. closes #89

Pull Request - State: closed - Opened by slayoo over 1 year ago

#89 - default value for `tag=0` in `send()` (as in mpi4py) ?

Issue - State: closed - Opened by slayoo over 1 year ago - 1 comment

#88 - numba_mpi.allreduce can`t handle **scalar type as recvobj**

Issue - State: open - Opened by slayoo over 1 year ago - 7 comments

#87 - rename `readme.yml` - GitHub displays it as directory index

Issue - State: closed - Opened by slayoo over 1 year ago - 1 comment

#85 - add wrapper for `sendrecv()` (should be straightforward given we have `send()` and `recv()`)

Issue - State: open - Opened by slayoo over 1 year ago - 7 comments
Labels: good first issue

#83 - optional parameters in send(), recv()

Issue - State: closed - Opened by Konjkov over 1 year ago - 5 comments

#82 - add zenodo-json-checking workflow

Pull Request - State: closed - Opened by slayoo almost 2 years ago

#81 - create a minimal reproducible example for the no-op-workarounded Numba problem in send() and report upstream

Issue - State: open - Opened by slayoo almost 2 years ago - 7 comments
Labels: no-activity

#80 - check what happens without the no-op hack in send (let's report it upstream!)

Pull Request - State: open - Opened by slayoo almost 2 years ago - 5 comments

#79 - project logo (svg)

Issue - State: closed - Opened by slayoo almost 2 years ago - 6 comments
Labels: good first issue, help wanted

#78 - check if MPICH still fails with Python <3.10

Pull Request - State: closed - Opened by abulenok almost 2 years ago - 3 comments
Labels: no-pr-activity

#77 - CI: try Intel MPI on Windows

Pull Request - State: open - Opened by slayoo almost 2 years ago - 6 comments

#76 - add support for non-default communicators (several TODOs remain)

Pull Request - State: open - Opened by Delcior almost 2 years ago - 7 comments
Labels: high-priority

#75 - submit a JOSS paper (please note ideas in this issue)

Issue - State: closed - Opened by slayoo almost 2 years ago - 19 comments

#74 - sort out missing support for broadcasting char arrays when using njit (works without njit)

Issue - State: open - Opened by slayoo almost 2 years ago - 8 comments
Labels: good first issue

#73 - fix njit barier, bcast and improve test coverage

Pull Request - State: closed - Opened by Delcior almost 2 years ago

#72 - excluding MPICH for Linux with Python <3.10

Pull Request - State: closed - Opened by slayoo almost 2 years ago

#71 - check if CI works for numpy 1.23.4

Pull Request - State: closed - Opened by slayoo almost 2 years ago

#70 - check if importing mpi4py works before running subsequent tests on CI

Pull Request - State: closed - Opened by slayoo almost 2 years ago

#69 - MPICH stopped working on CI for Python <3.10 (works for 3.10!)

Issue - State: closed - Opened by slayoo about 2 years ago - 8 comments

#68 - workaround for MPICH RDMAV_FORK_SAFE problem

Pull Request - State: closed - Opened by slayoo about 2 years ago - 1 comment

#67 - Create .zenodo.json

Pull Request - State: closed - Opened by slayoo about 2 years ago - 2 comments

#66 - refactor `allreduce` so that common code across the overloaded and base routines is shared

Issue - State: open - Opened by slayoo about 2 years ago - 7 comments
Labels: no-activity

#65 - Implement barrier

Pull Request - State: closed - Opened by Delcior about 2 years ago

#64 - add support for non-default communicator?

Issue - State: open - Opened by slayoo about 2 years ago - 7 comments

#63 - README updates

Pull Request - State: closed - Opened by slayoo about 2 years ago

#62 - add unicode support for string `bcast` (XFAILing test already added)

Issue - State: closed - Opened by slayoo about 2 years ago - 5 comments
Labels: good first issue

#61 - bcast: add char array support + asserts for `c_contiguous`

Pull Request - State: closed - Opened by Delcior about 2 years ago

#60 - add support for non-contiguous data in `bcast`, `scatter`, `gather` and `allgather` (as we already have in send/recv)

Issue - State: open - Opened by slayoo about 2 years ago - 6 comments
Labels: good first issue

#59 - add wrappers for isend/ircv/waitall

Issue - State: closed - Opened by slayoo about 2 years ago - 6 comments

#58 - Use `overload` instead of `generated_jit`

Pull Request - State: closed - Opened by david-zwicker about 2 years ago - 1 comment

#57 - Implement MPI_Bcast function

Pull Request - State: closed - Opened by Delcior about 2 years ago - 1 comment