12#ifndef ARCANE_CORE_INTERNAL_PARALLELMNGINTERNAL_H
13#define ARCANE_CORE_INTERNAL_PARALLELMNGINTERNAL_H
18#include "arcane/core/internal/IParallelMngInternal.h"
20#include "arcane/accelerator/core/Runner.h"
40class ARCANE_CORE_EXPORT ParallelMngInternal
47 ~ParallelMngInternal()
override =
default;
71 bool m_is_accelerator_aware_disabled =
false;
Declarations of Arcane's general types.
Execution queue for an accelerator.
Execution manager for accelerator.
Constant view of an array of type T.
Internal part of IParallelMng.
Options to configure allocations.
Redirects the message management of sub-domains according to the argument type.
Int32 masterParallelIORank() const override
MemoryAllocationOptions machineShMemWinMemoryAllocator() override
Method allowing retrieval of a shared memory allocator.
void initializeWindowCreator() override
Method allowing the initialization of the windowCreator specific to the implementation.
void machineBarrier() override
Method allowing a barrier for the sub-domains of the computing node.
Int32 nbSendersToMasterParallelIO() const override
Ref< MessagePassing::IContigMachineShMemWinBaseInternal > createContigMachineShMemWinBase(Int64 sizeof_segment, Int32 sizeof_type) override
Method allowing the creation of a memory window on the node.
ConstArrayView< Int32 > machineRanks() override
Method allowing retrieval of the ranks of the sub-domains of the computing node.
RunQueue queue() const override
Default queue for messages. Can be null.
Ref< MessagePassing::IMachineShMemWinBaseInternal > createMachineShMemWinBase(Int64 sizeof_segment, Int32 sizeof_type) override
Method allowing the creation of a dynamic memory window on the node.
Ref< IParallelMng > createSubParallelMngRef(Int32 color, Int32 key) override
Creates a sub IParallelMng similar to MPI_Comm_split.
bool isAcceleratorAware() const override
Indicates if the implementation handles accelerators.
Runner runner() const override
Default runner. Can be null.
bool isMachineShMemWinAvailable() override
Method allowing to know if shared memory mode is supported.
Reference to an instance.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
std::int64_t Int64
Signed integer type of 64 bits.
std::int32_t Int32
Signed integer type of 32 bits.