ESyS-Particle
4.0.1
|
#include <CheckPointParams.h>
Public Member Functions | |
CheckPointParams (const std::string &fileNamePrefix, int time, int rank) | |
std::string | getFileName () const |
void | packInto (AMPIBuffer *mpiBuff) const |
Static Public Member Functions | |
static CheckPointParams | unpackFrom (AMPIBuffer *mpiBuff, MPI_Comm mpiComm=MPI_COMM_WORLD) |
Parameters associated with check-point file creation.
std::string CheckPointParams::getFileName | ( | ) | const |
Returns full check-point file (prefix plus time and rank identifier).
Referenced by CheckPointController::getLatticeDataFileName(), CheckPointController::issueCheckPointCmd(), CheckPointController::issueCheckPointCmdWTM(), CheckPointController::issueSnapShotCmd(), and CheckPointer::saveRestartable().