Public Member Functions | |
| virtual Ref< IParallelMngContainer > | _createParallelMngBuilder (Int32 nb_local_rank, Parallel::Communicator communicator, Parallel::Communicator machine_communicator)=0 |
| Creates a container for nb_local_rank local ranks and with communicator as the communicator. | |
Definition at line 1279 of file IParallelMng.h.
|
pure virtual |
Creates a container for nb_local_rank local ranks and with communicator as the communicator.
The MPI communicator communicator can be null in sequential or shared memory mode. The number of local ranks is 1 in sequential or pure MPI mode.
The second communicator machine_communicator is only useful in hybrid mode. In other modes, it can be null.