AMReX-Codes / pyamrex

GPU-Enabled, Zero-Copy AMReX Python Bindings including AI/ML
http://pyamrex.readthedocs.io
Other
34 stars 19 forks source link

External MPI Support in `amrex_init` #163

Open ax3l opened 1 year ago

ax3l commented 1 year ago

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

ax3l commented 4 months ago

Related to #271