Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
MessagePassingGlobal.cc
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2026 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4// See the top-level COPYRIGHT file for details.
5// SPDX-License-Identifier: Apache-2.0
6//-----------------------------------------------------------------------------
7/*---------------------------------------------------------------------------*/
8/* MessagePassingGlobal.cc (C) 2000-2026 */
9/* */
10/* Global definitions for the 'message_passing' component of 'Arccore'. */
11/*---------------------------------------------------------------------------*/
12/*---------------------------------------------------------------------------*/
13
14// It is necessary to include all header files that are not
15// directly included by '.cc' files to ensure that
16// external symbols are properly defined.
18#include "arccore/message_passing/ITypeDispatcher.h"
19#include "arccore/message_passing/Dispatchers.h"
20#include "arccore/message_passing/IMessagePassingMng.h"
21#include "arccore/message_passing/IRequestList.h"
22#include "arccore/message_passing/ISerializeMessageList.h"
23#include "arccore/message_passing/ISerializeDispatcher.h"
24#include "arccore/message_passing/IProfiler.h"
25#include "arccore/message_passing/internal/SubRequestCompletionInfo.h"
26#include "arccore/message_passing/internal/IContigMachineShMemWinBaseInternal.h"
27#include "arccore/message_passing/internal/IMachineShMemWinBaseInternal.h"
28
29/*---------------------------------------------------------------------------*/
30/*---------------------------------------------------------------------------*/
31
37
38/*---------------------------------------------------------------------------*/
39/*---------------------------------------------------------------------------*/
40
46{
47
48/*---------------------------------------------------------------------------*/
49/*---------------------------------------------------------------------------*/
50
51} // namespace Arccore::MessagePassing
52
53/*---------------------------------------------------------------------------*/
54/*---------------------------------------------------------------------------*/
General declarations for the 'message_passing' component.
Namespace containing the types and declarations that manage the message-passing parallelism mechanism...