/
HDF5
HDF5
Introduction
Usage
module load library/hdf5/1.8.18-parallel module load library/hdf5/1.8.18
Installation
>>>>>>>> hdf 1.8.18 module purge module load library/szip/2.1.1 module load library/zlib/1.2.5 module load mpi/openMPI/1.8.5-gcc4.9.0 CC=/sw/openMPI/1.8.5-gcc4.9.0/bin/mpicc ./configure --enable-parallel --with-zlib=/sw/library/zlib/1.2.5 --prefix=/sw/library/hdf5/1.8.18-parallel 2>&1 |tee configure_log_hdf5.txt make 2>&1 |tee makelog_hdf5.txt make check 2>&1 |tee make_check_log_hdf5.txt make install 2>&1 |tee make_install_log_hdf5.txt Non Parallel Version: ./configure --enable-shared --with-zlib=/sw/library/zlib/1.2.5 --prefix=/sw/library/hdf5/1.8.18 --enable-fortran --enable-cxx --with-szlib=/sw/library/szip/2.1.1/lib --enable-production 2>&1 |tee configure_log_hdf5.txt make 2>&1 |tee makelog_hdf5.txt make check 2>&1 |tee make_check_log_hdf5.txt make install 2>&1 |tee make_install_log_hdf5.txt >>>>>>>>>
Reference
, multiple selections available,