Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 17, 2018
1 parent 0ba25df commit 9ee227c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/mpiexec.nwsc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

NP=$1
shift
if [ "$LMOD_FAMILY_MPI" == "openmpi" ]
if [[ "$LMOD_FAMILY_MPI" == "openmpi" ]]
then
mpirun -np $NP $@
else
Expand Down

0 comments on commit 9ee227c

Please sign in to comment.