HDF5 install
http://www.hdfgroup.org/ftp/HDF5/current/src/unpacked/release_docs/INSTALL
그래서..
1.
sudo ./configure –prefix=/home/opt/hdf5 FC=/home/opt/intel/bin/ifort –enable-fortran CXX=/home/opt/intel/bin/icpc –enable-cxx -with-zlib
2.
make
3.
make check
4.
make install