ghex-org / GHEX

Generic exascale-ready library for halo-exchange operations on variety of grids/meshes
Other
8 stars 14 forks source link

remap MPI ranks to PMIx ranks in the PMIx address db #132

Closed angainor closed 3 years ago

angainor commented 3 years ago

This is necessary in cases when ghex is initialized with a communicator with remapped ranks (e.g., hwcart). In that case PMIx has the same numbering as MPI_COMM_WORLD, but GHEX is using different rank numbers that come from the renumbered communicator. To use PMIx those need to be remapped.