408 B
408 B
Compile HDF5 library with parallel option from the source
-
run the install script
./install_mpi_and_hdf5_local.sh, which compiles and creates openmpi and hdf5 executables in./external_libs/local_mpi_hdf5/bin -
compile TOMOATT by
mkdir build && cd build
cmake .. -DCMAKE_PREFIX_PATH=$(pwd)/../external_libs/local_mpi_hdf5
make -j16
This creates TOMOATT executable at ./build/TOMOATT