Skip to content

Commit

Permalink
Revert "Specify the path of wrf.exe"
Browse files Browse the repository at this point in the history
This reverts commit 26dd155.
  • Loading branch information
zxdawn committed Jun 5, 2018
1 parent 26dd155 commit 193ce32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runwrf
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ if $useenvcmd; then
fi
runcmd="$AWC_MPICMD"
elif $usempi; then
runcmd="mpirun -np $ntasks ./wrf.exe"
runcmd="mpirun -np $ntasks wrf.exe"
else
runcmd="./wrf.exe >& runwrf.log"
fi
Expand Down

0 comments on commit 193ce32

Please sign in to comment.