typo: $mpi must be $MPI (uppercase)
This commit is contained in:
parent
9069a8dc76
commit
73bea190c0
1 changed files with 1 additions and 2 deletions
3
sit
3
sit
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue