Skip to content

Instantly share code, notes, and snippets.

@TakashiUNUMA
Created April 19, 2014 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TakashiUNUMA/11088519 to your computer and use it in GitHub Desktop.
Save TakashiUNUMA/11088519 to your computer and use it in GitHub Desktop.
#!/bin/sh
export INSTDIR=/usr/local/mpich2-1.4.1p1-intel
export CC=icc
export CXX=icpc
export CPP='icc -E'
export CXXCPP='icc -E'
export FC=ifort
export F77=ifort
./configure --prefix=${INSTDIR} --enable-debuginfo --enable-fast=O3 --with-device=ch3:nemesis --with-pm=hydra 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