Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
ParallelExchangerOptions.h
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/* ParallelExchangerOptions.h (C) 2000-2025 */
9/* */
10/* Options to modify the behavior of 'IParallelExchanger'. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_CORE_PARALLELEXCHANGEROPTIONS_H
13#define ARCANE_CORE_PARALLELEXCHANGEROPTIONS_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
19
20/*---------------------------------------------------------------------------*/
21/*---------------------------------------------------------------------------*/
22
23namespace Arcane
24{
25
26/*---------------------------------------------------------------------------*/
27/*---------------------------------------------------------------------------*/
28
77
78/*---------------------------------------------------------------------------*/
79/*---------------------------------------------------------------------------*/
80
81} // End namespace Arcane
82
83/*---------------------------------------------------------------------------*/
84/*---------------------------------------------------------------------------*/
85
86#endif
Declarations of Arcane's general types.
File containing declarations concerning the message passing model.
Options for IParallelMng::processExchange().
Int32 verbosityLevel() const
Verbosity level.
Int32 maxPendingMessage() const
Maximum number of pending messages.
Int32 m_max_pending_message
Maximum number of pending messages.
void setMaxPendingMessage(Int32 v)
Sets the maximum number of pending messages.
void setExchangeMode(eExchangeMode mode)
Sets the exchange mode.
@ EM_Auto
Automatically chooses between point-to-point or collective.
@ EM_Collective
Uses collective operations (allToAll).
@ EM_Independant
Uses point-to-point exchanges (send/recv).
eExchangeMode m_exchange_mode
Exchange mode.
void setVerbosityLevel(Int32 v)
Sets the verbosity level.
eExchangeMode exchangeMode() const
Specified exchange mode.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
std::int32_t Int32
Signed integer type of 32 bits.