Skip to content

Commit

Permalink
Correct wave_mpmd setting in JGLOBAL_WAVE_INIT
Browse files Browse the repository at this point in the history
- When the mpmd variable in the R&D env files was renamed to
mpmd_opt the wave_mpmd setting in JGLOBAL_WAVE_INIT was not
updated to match and thus broke the job when tested.
- Update the wave_mpmd setting in JGLOBAL_WAVE_INIT to use the
wave_mpmd setting defined in the env files instead of the old
mpmd variable.

Refs NOAA-EMC#1060
  • Loading branch information
KateFriedman-NOAA committed Nov 17, 2022
1 parent 53706b7 commit ca5c977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/JGLOBAL_WAVE_INIT
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fi

# Set mpi serial command
export wavempexec=${wavempexec:-"mpirun -n"}
export wave_mpmd=${mpmd:-"cfp"}
export wave_mpmd=${wave_mpmd:-"cfp"}

# Execute the Script
$HOMEgfs/scripts/exgfs_wave_init.sh
Expand Down

0 comments on commit ca5c977

Please sign in to comment.