runtest.sh fix (#442)

This PR fixes `./runtest.sh -mpi`
This commit is contained in:
Ruipeng Li 2021-08-06 11:51:38 -07:00 committed by GitHub
parent 4346579e03
commit 92ec19a399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -548,7 +548,7 @@ do
if [ -r $DirPart/$FilePart.jobs ] ; then
# Check for an mpirun routine
if [ x$MPIRunprefix != "x" ]
if [ "x$MPIRunPrefix" != "x" ]
then
RunPrefix=$MPIRunPrefix
fi