Skip to content

Commit

Permalink
try fixing the right file
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 17, 2018
1 parent 9ee227c commit 415fcc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions cmake/mpiexec.nwsc

This file was deleted.

2 changes: 1 addition & 1 deletion cmake/mpiexec.nwscla
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

0 comments on commit 415fcc1

Please sign in to comment.