Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::IParallelMngContainer Class Referenceabstract

Interface for an 'IParallelMng' container. More...

#include <arcane/core/IParallelMng.h>

Inheritance diagram for Arcane::IParallelMngContainer:
Collaboration diagram for Arcane::IParallelMngContainer:

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 ()

Detailed Description

Interface for an 'IParallelMng' container.

An IParallelMng container manages a set of IParallelMng instances from the same communicator in shared memory mode.

Note
Do not use outside of Arcane. Unstabilized API.

Definition at line 1257 of file IParallelMng.h.

Member Function Documentation

◆ _createParallelMng()

virtual Ref< IParallelMng > Arcane::IParallelMngContainer::_createParallelMng ( Int32 local_rank,
ITraceMng * tm )
pure virtual

The documentation for this class was generated from the following file: