Set MPI_DIR variable on cray systems by default, as there is no explicit module to load.

This commit is contained in:
Christoph Niethammer 2014-10-31 13:13:00 +00:00
parent 069e766b99
commit 66099b121d

1
sit
View file

@ -77,6 +77,7 @@ else
module swap $COMPILER $COMPILER/$COMPILER_VERSION
fi
fi
MPI_DIR=$MPICH_DIR
;;
laki|*)
if [ -z "$COMPILER_VERSION" ] ; then