Namespace for MPI datastore. More...
Functions | |
std::string | make_root_dir_path (const std::string &root_dir_prefix) |
Makes a path of a root directory. The MPI ranks that share the same storage space create their data stores under the root directory. More... | |
std::string | make_local_dir_path (const std::string &root_dir_prefix, const int rank) |
Makes the data store path of a MPI rank. More... | |
Namespace for MPI datastore.
|
inline |
Makes a path of a root directory. The MPI ranks that share the same storage space create their data stores under the root directory.
root_dir_prefix | A prefix of a root directory path. |
|
inline |
Makes the data store path of a MPI rank.
root_dir_prefix | A prefix of a root directory path. |
rank | A MPI rank. |