From 66099b121dfb378bb15cf13b082f916361528345 Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Fri, 31 Oct 2014 13:13:00 +0000 Subject: [PATCH] Set MPI_DIR variable on cray systems by default, as there is no explicit module to load. --- sit | 1 + 1 file changed, 1 insertion(+) diff --git a/sit b/sit index 1974b8f..722f1cf 100755 --- a/sit +++ b/sit @@ -77,6 +77,7 @@ else module swap $COMPILER $COMPILER/$COMPILER_VERSION fi fi + MPI_DIR=$MPICH_DIR ;; laki|*) if [ -z "$COMPILER_VERSION" ] ; then