Open jeffhammond opened 5 years ago
Using MPI_COMM_WORLD is bad, although it doesn't matter much in GA/ARMCI applications that do not use MPI directly.
MPI_COMM_WORLD
We should abstract away the use of communicators in GA/ARCMI so that applications can initialize GA/ARMCI as proper MPI libraries.
I have implemented this in ARMCI-MPI already: https://github.com/pmodels/armci-mpi/pull/26.
Using
MPI_COMM_WORLD
is bad, although it doesn't matter much in GA/ARMCI applications that do not use MPI directly.We should abstract away the use of communicators in GA/ARCMI so that applications can initialize GA/ARMCI as proper MPI libraries.
I have implemented this in ARMCI-MPI already: https://github.com/pmodels/armci-mpi/pull/26.