12#ifndef ARCANE_IMPL_SEQUENTIALPARALLELMNG_H
13#define ARCANE_IMPL_SEQUENTIALPARALLELMNG_H
18#include "arcane/Parallel.h"
45 : m_trace_mng(
nullptr), m_timer_mng(
nullptr), m_thread_mng(
nullptr)
49 : m_trace_mng(
nullptr), m_timer_mng(timer_mng),
50 m_thread_mng(
nullptr), m_world_parallel_mng(
world_pm)
54 ITraceMng* traceMng()
const {
return m_trace_mng; }
63 IThreadMng* threadMng()
const {
return m_thread_mng; }
81ARCCORE_DEPRECATED_2020(
"Use arcaneCreateSequentialParallelMngRef() instead")
Fichier de configuration d'Arcane.
Interface du gestionnaire de parallélisme pour un sous-domaine.
Interface d'un gestionnaire de thread.
Interface d'un gestionnaire de timer.
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Interface du gestionnaire de traces.
Communicateur pour l'échange de message.
Référence à une instance.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
Infos pour construire un SequentialParallelMng.