Set MPI_DIR variable on cray systems by default, as there is no explicit module to load.
This commit is contained in:
parent
069e766b99
commit
66099b121d
1 changed files with 1 additions and 0 deletions
1
sit
1
sit
|
@ -77,6 +77,7 @@ else
|
||||||
module swap $COMPILER $COMPILER/$COMPILER_VERSION
|
module swap $COMPILER $COMPILER/$COMPILER_VERSION
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
MPI_DIR=$MPICH_DIR
|
||||||
;;
|
;;
|
||||||
laki|*)
|
laki|*)
|
||||||
if [ -z "$COMPILER_VERSION" ] ; then
|
if [ -z "$COMPILER_VERSION" ] ; then
|
||||||
|
|
Loading…
Reference in a new issue