12#ifndef ARCANE_IMPL_SEQUENTIALPARALLELMNG_H
13#define ARCANE_IMPL_SEQUENTIALPARALLELMNG_H
42struct SequentialParallelMngBuildInfo
46 SequentialParallelMngBuildInfo()
47 : m_trace_mng(
nullptr)
48 , m_timer_mng(
nullptr)
49 , m_thread_mng(
nullptr)
53 : m_trace_mng(
nullptr)
54 , m_timer_mng(timer_mng)
55 , m_thread_mng(
nullptr)
56 , m_world_parallel_mng(world_pm)
62 ITraceMng* traceMng()
const {
return m_trace_mng; }
71 IThreadMng* threadMng()
const {
return m_thread_mng; }
72 void setThreadMng(
IThreadMng* tm) { m_thread_mng = tm; }
98extern "C++" ARCCORE_DEPRECATED_2020(
"Use arcaneCreateSequentialParallelMngRef() instead")
Arcane configuration file.
File containing declarations concerning the message passing model.
Interface of the parallelism manager for a subdomain.
Interface of a thread manager.
Interface of a timer manager.
Communicator for message exchange.
Reference to an instance.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Information to construct a SequentialParallelMng.