Public Member Functions | |
| Ref< ITransferValuesParallelOperation > | createTransferValuesOperation (IParallelMng *) override |
| Returns an operation to transfer values between ranks. | |
| Ref< IVariableSynchronizer > | createSynchronizer (IParallelMng *pm, IItemFamily *family) override |
| Returns an interface to synchronize variables on the group of the family family. | |
| Ref< IVariableSynchronizer > | createSynchronizer (IParallelMng *pm, const ItemGroup &group) override |
| Returns an interface to synchronize variables on the group group. | |
| Public Member Functions inherited from Arcane::ParallelMngUtilsFactoryBase | |
| Ref< IGetVariablesValuesParallelOperation > | createGetVariablesValuesOperation (IParallelMng *pm) override |
| Returns an operation to retrieve the values of a variable on the entities of another subdomain. | |
| Ref< IParallelExchanger > | createExchanger (IParallelMng *pm) override |
| Returns an interface to transfer messages between ranks. | |
| Ref< IParallelTopology > | createTopology (IParallelMng *pm) override |
| Creates an instance containing information about the rank topology of this manager. | |
| Ref< ISerializeMessage > | createSendSerializeMessage (IParallelMng *pm, Int32 rank) override |
| Creates a non-blocking serialization message for sending to rank rank. | |
| Ref< ISerializeMessage > | createReceiveSerializeMessage (IParallelMng *pm, Int32 rank) override |
| Creates a non-blocking serialization message for receiving from rank rank. | |
Definition at line 532 of file SequentialParallelMng.cc.
|
inlineoverridevirtual |
Returns an interface to synchronize variables on the group group.
Reimplemented from Arcane::ParallelMngUtilsFactoryBase.
Definition at line 545 of file SequentialParallelMng.cc.
References Arcane::makeRef().
|
inlineoverridevirtual |
Returns an interface to synchronize variables on the group of the family family.
Reimplemented from Arcane::ParallelMngUtilsFactoryBase.
Definition at line 541 of file SequentialParallelMng.cc.
References Arcane::IItemFamily::allItems(), and Arcane::makeRef().
|
inlineoverridevirtual |
Returns an operation to transfer values between ranks.
Reimplemented from Arcane::ParallelMngUtilsFactoryBase.
Definition at line 537 of file SequentialParallelMng.cc.