-
Notifications
You must be signed in to change notification settings - Fork 12
MpiEnvironment
Sebastian Schmieschek edited this page Aug 12, 2015
·
2 revisions
This manages the whole MPI Environment and the first constructed instance is responsible for calling MPI_Init
and MPI_Finalize
.
It must be constructed near the start of program execution and destructed near the end.
Constructing/destructing other instances has no effect.
It offers Initialized
and Finalized
methods equivalent to MPI_Initialized
/MPI_Finalized
.