Sylwester Arabas
Sylwester Arabas
(which already has a relevant PR: https://github.com/saltstack/salt/pull/66042)
@jpmorgan98, thanks for posting. Numpy ndarrays are the basic data type that we do support - see, e.g., the example in the README file where both `src` and `dst_tst` are...
@spasmann thank you for clarifying; numba-mpi aims to offer wrappers over the C API of MPI, so here we would need to wrap `MPI_Type_create_struct` which is not available yet, and...
Relevant resources: - https://stackoverflow.com/questions/9864510/struct-serialization-in-c-and-transfer-over-mpi - https://numpy.org/doc/stable/user/basics.rec.html - https://mpi4py.readthedocs.io/en/stable/reference/mpi4py.MPI.Datatype.html?highlight=struct#mpi4py.MPI.Datatype.Create_struct - https://www.open-mpi.org/doc/v4.0/man3/MPI_Type_create_struct.3.php
We don't have yet support for general (i.e., non-contiguous) multi-dimensional slices in `bcast` yet. For now, we have there an assert for the contiguity of the array: https://github.com/numba-mpi/numba-mpi/blob/1932edba9f5e79a4b91033c1a40a4119e0777853/numba_mpi/api/bcast.py#L26 and we...
@Delcior, code of conduct in place, so we can apply for the NumFocus affiliation now.
to be more precise, it would be great if people could obtain vinecopulib by just typing: ``` # apt-get install vinecopulib # yum install vinecopulib # port install vinecopulib $...
sure, just added as a TODO item
For the record, PySDM may also be an option: https://github.com/atmos-cloud-sim-uj/PySDM/
I've added a link to it to PySDM README - thanks for pointing out! BTW, any chance you have some time for a review of PySDM for JOSS (it's a...