Skip to content

Commit

Permalink
Change back for scripts/exwave_stat.sh
Browse files Browse the repository at this point in the history
 On branch feature/gefs_v12_github_port2acorn
 Changes to be committed:
	modified:   scripts/exwave_stat.sh

Refs: NOAA-EMC#345
  • Loading branch information
XianwuXue-NOAA committed Sep 30, 2021
1 parent 404edb3 commit 98a5a9f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions scripts/exwave_stat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,7 @@

if [ "$wavenproc" -gt '1' ]
then
#${wavempexec} ${wavenproc} ${wave_mpmd} cmdfile
${wavempexec} ${wave_mpmd} cmdfile
${wavempexec} ${wavenproc} ${wave_mpmd} cmdfile
exit=$?
else
chmod 744 cmdfile
Expand Down Expand Up @@ -313,8 +312,7 @@

if [ "$wavenproc" -gt '1' ]
then
#${wavempexec} ${wavenproc} ${wave_mpmd} cmdfile
${wavempexec} ${wave_mpmd} cmdfile
${wavempexec} ${wavenproc} ${wave_mpmd} cmdfile
exit=$?
else
chmod 744 cmdfile
Expand Down Expand Up @@ -425,8 +423,7 @@

if [ "$wavenproc" -gt '1' ]
then
#${wavempexec} ${wavenproc} ${wave_mpmd} cmdfile
${wavempexec} ${wave_mpmd} cmdfile
${wavempexec} ${wavenproc} ${wave_mpmd} cmdfile
exit=$?
else
chmod 744 cmdfile
Expand Down Expand Up @@ -562,8 +559,7 @@

if [ "$wavenproc" -gt '1' ]
then
#${wavempexec} ${wavenproc} ${wave_mpmd} cmdfile
${wavempexec} ${wave_mpmd} cmdfile
${wavempexec} ${wavenproc} ${wave_mpmd} cmdfile
exit=$?
else
chmod 744 cmdfile
Expand Down

0 comments on commit 98a5a9f

Please sign in to comment.