#include <iostream>#include <string>#include <vector>#include <mpi.h>#include <highfive/H5DataSet.hpp>#include <highfive/H5DataSpace.hpp>#include <highfive/H5File.hpp>
Go to the source code of this file.
Functions | |
| const std::string | DATASET_NAME ("dset") |
| const std::string | FILE_NAME ("parallel_dataset_example.h5") |
| int | main (int argc, char **argv) |
| const std::string DATASET_NAME | ( | "dset" | ) |
| const std::string FILE_NAME | ( | "parallel_dataset_example.h5" | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 28 of file parallel_hdf5_write_dataset.cpp.