Skip to content

Instantly share code, notes, and snippets.

@guziy
Created February 17, 2015 01:18
Show Gist options
  • Save guziy/2ffeea1d43d63646140c to your computer and use it in GitHub Desktop.
Save guziy/2ffeea1d43d63646140c to your computer and use it in GitHub Desktop.
configure for installing hdf5 used by netcdf4
set -x
CXX=s.cc CC=s.cc FC=s.f90 LD=s.f90 ./configure --prefix=$(true_path ../hdf5-sf90) --enable-fortran
make
make check
make install
@guziy
Copy link
Author

guziy commented Feb 17, 2015

The script I used to install hd5 on guillimin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment