Defines data structures for MPIFileReader in swSim. More...
#include "include/MPIFileReader.hpp"
Public Member Functions | |
MPIFileReader (MPI_Comm aComm, std::string aFname) | |
Create the FileReader. More... | |
~MPIFileReader () | |
Destroy the File Reader. More... | |
Public Attributes | |
std::string | fileName |
File to read From. More... | |
int | openError = 0 |
error flag from openning More... | |
int | offset |
Offset from where to begin reading. More... | |
int | length |
Length from where to begin reading. More... | |
MPI_Datatype | thisType |
Datatype to read. More... | |
MPI_File | fh |
File handle. More... | |
MPI_Comm | comm |
MPI Communicator for reading. More... | |
Defines data structures for MPIFileReader in swSim.
swSim::MPIFileReader::MPIFileReader | ( | MPI_Comm | aComm, |
std::string | aFname | ||
) |
Create the FileReader.
swSim::MPIFileReader::~MPIFileReader | ( | ) |
Destroy the File Reader.
std::string swSim::MPIFileReader::fileName |
File to read From.
int swSim::MPIFileReader::openError = 0 |
error flag from openning
int swSim::MPIFileReader::offset |
Offset from where to begin reading.
int swSim::MPIFileReader::length |
Length from where to begin reading.
MPI_Datatype swSim::MPIFileReader::thisType |
Datatype to read.
MPI_File swSim::MPIFileReader::fh |
File handle.
MPI_Comm swSim::MPIFileReader::comm |
MPI Communicator for reading.