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
The following means that one can't just initialize everything during MPI initialization. One needs load these on demand.
This requires modest changes to libinit.c but is not going to be implemented until more important things are working.
I implemented the first two correctly and the next two in a half-arsed way.
11.4.1 MPI Functionality that is Always Available
Some MPI functions may be invoked at any time, including prior to calling MPI_INIT or MPI_SESSION_INIT, and following MPI finalization, independent of whether the World Model, Sessions Model, or both are used. These functions can be called concurrently by multiple threads within an MPI Process. Table 11.1 lists the applicable MPI functions.
The following means that one can't just initialize everything during MPI initialization. One needs load these on demand.
This requires modest changes to libinit.c but is not going to be implemented until more important things are working.
I implemented the first two correctly and the next two in a half-arsed way.
The text was updated successfully, but these errors were encountered: