Go to the documentation of this file.
14 #ifndef FIELDIO_BINARY_PARALLEL_INCLUDED
15 #define FIELDIO_BINARY_PARALLEL_INCLUDED
62 bool m_is_initialized;
68 MPI_Datatype m_type_vector;
69 MPI_Datatype m_type_tiled;
71 int initialize(
const Field& v);
FieldIO_Binary_Parallel(const IO_Format::Format *format)
void read_file(Field &v, const std::string &filename)
read data from file. (‘const’ is added [18 Mar 2021])
static const std::string class_name
FieldIO_Binary class for file I/O of Field data in binary format.
FieldIO class for file I/O of space-time distributed data.
Container of Field-type object.
void write_file(Field &v, const std::string &filename)
write data to file. (‘const’ is added [18 Mar 2021])
FieldIO_Binary_Parallel class for file I/O of Field data in binary format using MPI parallel I/O.