hops
|
#include <iostream>
#include <string>
#include <vector>
#include <mpi.h>
#include <highfive/H5DataSet.hpp>
#include <highfive/H5DataSpace.hpp>
#include <highfive/H5File.hpp>
Functions | |
const std::string | FILE_NAME ("parallel_dataset_example.h5") |
const std::string | DATASET_NAME ("dset") |
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 | ||
) |