Kacper Derlatka

Results 9 issues of Kacper Derlatka

Create property in MPIPeriodic instead of manually computing the buffer size and passing it around

- [x] add code of conduct - [ ] clarify copyright ownership and transfer rules - [ ] add GPL headers to every file! - [x] apply for affiliation https://numfocus.typeform.com/to/VUPE35?typeform-source=numfocus.org...

E.g., in `test_barrier.py`: ``` @numba.njit() def jit_barrier(): return numba_mpi.barrier() @pytest.mark.parametrize("barrier", (jit_barrier.py_func, jit_barrier)) def test_barrier(barrier): status = barrier() assert status == MPI_SUCCESS ``` we intend to test the non-jitted version by...

CC: @xann16 Currently, we rely on mpi4py doing MPI.Init() on import

MPI_ERROR_CLASS( errorcode, errorclass ) saves error class to the memory pointed by the second arg determined by errorcode (1st args). https://www.mpi-forum.org/docs/mpi-2.2/mpi22-report/node192.htm

good first issue