OGS
fileIO.cpp File Reference

Detailed Description

Function specific to execution with MPI, never include directly!!

Author
Tobias Meisel
Date
2020-12-08

Definition in file fileIO.cpp.

#include "MeshLib/IO/XDMF/fileIO.h"
#include <hdf5.h>
#include <mpi.h>
#include "BaseLib/Logging.h"
#include "getCommunicator.h"
Include dependency graph for fileIO.cpp:

Go to the source code of this file.

Namespaces

namespace  MeshLib
 
namespace  MeshLib::IO
 

Functions

std::filesystem::path MeshLib::IO::partitionFilename (std::filesystem::path const &basic_filepath, int const file_group)
 
int64_t MeshLib::IO::createFile (std::filesystem::path const &filepath, unsigned int n_files)
 
int64_t MeshLib::IO::openHDF5File (std::filesystem::path const &filepath, unsigned int n_files)
 
int64_t MeshLib::IO::createHDF5TransferPolicy ()