pyamrex
pyamrex copied to clipboard
External MPI Support in `amrex_init`
We can either depend on compile-time on mpi4py or, as in openPMD, mirror the C APIs: https://github.com/openPMD/openPMD-api/blob/0.15.1/src/binding/python/Series.cpp#L41-L154
Related to #271