8#ifndef ARCANE_CASEOPTION_AXLSTAR_HDF5MPIREADERWRITER_H
9#define ARCANE_CASEOPTION_AXLSTAR_HDF5MPIREADERWRITER_H
14#include "arcane/utils/String.h"
16#include "arcane/CaseOptions.h"
17#include "arcane/CaseOptionsMulti.h"
18#include "arcane/CaseOptionBuildInfo.h"
19#include "arcane/XmlNodeList.h"
30class CaseOptionsHdf5MpiReaderWriter
45 "fileset-size", _element(),
52filesetSize.addAlternativeNodeName(
55addAlternativeNodeName(
76 return m_case_options.get();
81 return m_case_options->configList();
86 m_case_options->setCaseModule(m);
91 m_case_options->setCaseServiceInfo(si);
97 m_case_options->addAlternativeNodeName(lang,name);
114 Arcane::CaseOptionInteger filesetSize;
135#ifndef ARCANE_SERVICE_AXLSTAR_HDF5MPIREADERWRITER_H
136#define ARCANE_SERVICE_AXLSTAR_HDF5MPIREADERWRITER_H
140#include "arcane/core/VariableTypes.h"
141#include "arcane/core/ServiceInfo.h"
142#include "arcane/core/ISubDomain.h"
143#include "arcane/core/ServiceBuildInfo.h"
145#include "arcane/core/ServiceRegisterer.h"
146#include "arcane/core/BasicService.h"
148#ifndef ARCANE_HAS_SPECIFIC_BASIC_SERVICE
168class CaseOptionsHdf5MpiReaderWriter;
175 :
public CheckpointService
181 si->setCaseOptionsFileName(
"Hdf5MpiReaderWriter_arcane_hdf5");
182 si->setAxlVersion(0.0);
183 si->setDefaultTagName(
"hdf5-mpi-reader-writer");
185 si->setTagName(
"arcane-hdf5-mpi-checkpoint2",
"fr");
195 : CheckpointService(sbi)
230 int file_version = 1;
238#define ARCANE_REGISTER_SERVICE_HDF5MPIREADERWRITER(service_name,class_name) \
239 ARCANE_REGISTER_AXL_SERVICE(class_name,Arcane::ServiceProperty(#service_name,Arcane::ST_CaseOption,\
This file contains the various service factories and macros for registering services.
#define ARCANE_SERVICE_INTERFACE(ainterface)
Macro to declare an interface when registering a service.
static Arcane::FileContent getAxlContent()
Variables du service.
ArcaneHdf5MpiReaderWriterObject(const Arcane::ServiceBuildInfo &sbi)
Constructeur.
CaseOptionsHdf5MpiReaderWriter * m_options
Options du jeu de données du service.
CaseOptionsHdf5MpiReaderWriter * options() const
Options du jeu de données du service.
virtual ~ArcaneHdf5MpiReaderWriterObject()
Destructeur.
Base class of a service linked to a subdomain.
Information for building a dataset option.
Description and content of a file.
Interface of a dataset function.
Interface for a data set options list.
Interface for a list of data set options.
Interface of the checkpoint/recovery write service.
Interface for service or module information.
Interface managing a standard function.
Information about a service.
Encapsulation of a pointer with a reference counter.
static void registerToServiceInfo(ServiceInfo *si, const Interfaces &... args)
Registers the factories for the Interfaces interfaces in the service.
ICaseOptions * caseOptions() const
Access to the associated ICaseOptions.
Structure containing the information to create a service.
View of an array of elements of type T.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.
unsigned char Byte
Type of a byte.