Interface for an 'IParallelMng' container. More...
#include <arcane/core/IParallelMng.h>
Public Member Functions | |
| virtual Ref< IParallelMng > | _createParallelMng (Int32 local_rank, ITraceMng *tm)=0 |
| Creates the IParallelMng for the local rank local_rank. | |
Private Member Functions | |
| ARCCORE_DECLARE_REFERENCE_COUNTED_INCLASS_METHODS () | |
Interface for an 'IParallelMng' container.
An IParallelMng container manages a set of IParallelMng instances from the same communicator in shared memory mode.
Definition at line 1257 of file IParallelMng.h.
|
pure virtual |
Creates the IParallelMng for the local rank local_rank.
Implemented in Arcane::MessagePassing::HybridParallelMngContainer, Arcane::MessagePassing::SharedMemoryParallelMngContainer, and Arcane::SequentialParallelMngBuilder.