C++ wrapper class to read and write simple arrays and hyperslabs
-
- CMake,
cmake
- CMake,
-
- HDF5 Library,
libhdf5-dev
- HDF5 Library,
-
- HDF5 Tools,
hdf5-tools
- HDF5 Tools,
Install these using a command like sudo apt-get install libhdf5-dev hdf5-tools cmake
Build & compile tests using cmake then make. For example:
mkdir build
cd build
cmake ..
make
Or, just run the tests:
./tests/run_tests.sh