How late can we initialize MPI? #7675
Unanswered
AtlantaPepsi
asked this question in
Q&A
Replies: 1 comment
-
|
You can call MPI_Init any time during your program. A few considerations:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Do we have to call
MPI_Init()the first thing of any MPI program (or at least one of the first things)? Assuming we have a program launched bympirun, and assuming no MPI calls (if any) are made beforeMPI_Init(), is there any risks callingMPI_Init()late in the program or only enclose part of the program?Beta Was this translation helpful? Give feedback.
All reactions