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
Initializing MPI by calling MPI_Init rather than MPI_Init_thread requires that the process be single-threaded (it is exactly equivalent to supplying MPI_THREAD_SINGLE to the latter function).
This is vaguely alluded to in #2 by @jeffhammond.
The text was updated successfully, but these errors were encountered:
Initializing MPI by calling
MPI_Init
rather thanMPI_Init_thread
requires that the process be single-threaded (it is exactly equivalent to supplyingMPI_THREAD_SINGLE
to the latter function).This is vaguely alluded to in #2 by @jeffhammond.
The text was updated successfully, but these errors were encountered: