How to communicate between different MPI_COMMs ? #3213
Unanswered
prathamgit
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Specific to mfem, if we have a ParGridFunction object in many different comms, how do we transfer the data from one comm to another ? (comm is short for mpi communicator).
If every comm has the same number of processors assigned and the mesh is decomposed identically in every comm, I thought maybe we could take the vector data of the ParGridFunction (which has the data local to the processor/rank of the local comm) and do a point-to-point transfer between common ranks of the two comms ? But it’s not clear on how exactly to do this. Maybe there is something simpler ?
Beta Was this translation helpful? Give feedback.
All reactions