Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
ArcaneThread.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/* ArcaneThread.h (C) 2000-2020 */
9/* */
10/* Header file for threads. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_PARALLEL_THREAD_ARCANETHREAD_H
13#define ARCANE_PARALLEL_THREAD_ARCANETHREAD_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
19
20/*---------------------------------------------------------------------------*/
21/*---------------------------------------------------------------------------*/
22
24{
25namespace MP = Arccore::MessagePassing;
26using Request = MP::Request;
34} // namespace Arcane::MessagePassing
35
36/*---------------------------------------------------------------------------*/
37/*---------------------------------------------------------------------------*/
38
39#endif
Arcane configuration file.
File containing declarations concerning the message passing model.
Interface for a request creator.
Definition Request.h:57
Information for sending/receiving a point-to-point message.
Declarations of types and methods used by message exchange mechanisms.
eBlockingType
Type indicating whether a message is blocking or not.
eReduceType
Supported reduction types.
Namespace containing the types and declarations that manage the message-passing parallelism mechanism...