AMReX-Codes / pyamrex

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

Particle Container: `local=False` for non-MPI #224

Closed ax3l closed 7 months ago

ax3l commented 7 months ago

Avoid requiring mpi4py and causing crashes for non-MPI runs that use pc.to_df(local=False).

Follow-up to #220