Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
SerializeBuffer.h
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2024 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/* SerializeBuffer.h (C) 2000-2024 */
9/* */
10/* Tampon de serialisation. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_CORE_SERIALIZEBUFFER_H
13#define ARCANE_CORE_SERIALIZEBUFFER_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
18#include "arccore/serialize/BasicSerializer.h"
19
20/*---------------------------------------------------------------------------*/
21/*---------------------------------------------------------------------------*/
22
23namespace Arcane
24{
25
26class IParallelMng;
27
28/*---------------------------------------------------------------------------*/
29/*---------------------------------------------------------------------------*/
40class ARCANE_CORE_EXPORT SerializeBuffer
42{
43 public:
44
45 ARCANE_DEPRECATED_REASON("Y2024: Use mpAllGather() instead")
46 void allGather(IParallelMng* pm, const SerializeBuffer& send_serializer);
47};
48
49/*---------------------------------------------------------------------------*/
50/*---------------------------------------------------------------------------*/
51
52} // End namespace Arcane
53
54/*---------------------------------------------------------------------------*/
55/*---------------------------------------------------------------------------*/
56
57#endif
Fichier de configuration d'Arcane.
Interface du gestionnaire de parallélisme pour un sous-domaine.
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Definition Lima.cc:120
Implémentation d'un tampon pour la sérialisation.
Implémentation basique de 'ISerializer'.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-