You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this may have been taken care of by allowing GA to be initialized using an MPI communicator supplied by an external application. If this meets the need, I'll close this issue.
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: pmodels/armci-mpi#26.
The text was updated successfully, but these errors were encountered: