Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
MpiTimerMng.h
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2022 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/* MpiTimerMng.h (C) 2000-2006 */
9/* */
10/* Gestionnaire de timer utilisant MPI_Wtime. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_PARALLEL_MPI_MPITIMERMNG_H
13#define ARCANE_PARALLEL_MPI_MPITIMERMNG_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
17#include "arcane/impl/TimerMng.h"
18
19/*---------------------------------------------------------------------------*/
20/*---------------------------------------------------------------------------*/
21
22ARCANE_BEGIN_NAMESPACE
23
24/*---------------------------------------------------------------------------*/
25/*---------------------------------------------------------------------------*/
38: public TimerMng
39{
40 public:
41
43 MpiTimerMng(ITraceMng* trace);
44
45 public:
46
47 virtual ~MpiTimerMng();
48
49 protected:
50
51 virtual Real _getRealTime();
52 virtual void _setRealTime();
53};
54
55/*---------------------------------------------------------------------------*/
56/*---------------------------------------------------------------------------*/
57
58ARCANE_END_NAMESPACE
59
60/*---------------------------------------------------------------------------*/
61/*---------------------------------------------------------------------------*/
62
63#endif
64
Gestionnaire de timer utisant la bibliothèque MPI.
Definition MpiTimerMng.h:39
Gestionnaire de timer.
Definition TimerMng.h:39
Interface du gestionnaire de traces.