typo: $mpi must be $MPI (uppercase)

This commit is contained in:
Elke Flehmig 2013-06-19 09:38:34 +00:00 committed by Christoph Niethammer
parent 9069a8dc76
commit 73bea190c0

3
sit
View file

@ -111,7 +111,7 @@ if [ ! -z "$MPI" ] ; then
case $COMPILER in
intel)
if [[ $mpi == "impi" ]] ; then
if [[ $MPI == "impi" ]] ; then
MPICC="mpiicc"
MPICXX="mpiicpc"
MPIFC="mpiifort"
@ -131,7 +131,6 @@ if [ ! -z "$MPI" ] ; then
MPI_DIR=${MPI_DIR:=$(dirname $(dirname $(which $MPICC)))}
fi
SCLASSFILE=$1
ACTION=$2