Arcane  v3.14.11.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
TestMain.h
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2023 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#ifndef ARCCORE_MESSAGEPASSINGMPI_TESTMAIN_H
8#define ARCCORE_MESSAGEPASSINGMPI_TESTMAIN_H
9/*---------------------------------------------------------------------------*/
10/*---------------------------------------------------------------------------*/
11
12#include "arccore/message_passing_mpi/MessagePassingMpiGlobal.h"
13
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
17namespace Arccore::MessagePassing::Mpi
18{
19
20// Communicateur global (initialisé dans TestMain.cc)
21extern MPI_Comm global_mpi_comm_world;
22
23} // namespace Arccore::MessagePassing::Mpi
24
25/*---------------------------------------------------------------------------*/
26/*---------------------------------------------------------------------------*/
27
28#endif