Skip to content

Instantly share code, notes, and snippets.

@TakashiUNUMA
Created April 19, 2014 16:03
Show Gist options
  • Save TakashiUNUMA/11088766 to your computer and use it in GitHub Desktop.
Save TakashiUNUMA/11088766 to your computer and use it in GitHub Desktop.
#!/bin/sh
export INSTDIR=/usr/local/netcdf-3.6.3-intel
export FC=ifort
export F77=ifort
export CC=icc
export CXX=icpc
export CPP='icc -E'
export CXXCPP='icpc -E'
export CPPFLAGS='-DNDEBUG -DpgiFortran'
./configure --prefix=${INSTDIR} 2>&1 | tee configure.log
make 2>&1 | tee make.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment