Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:noaa-emc/global-workflow into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
DavidHuber-NOAA committed Jan 11, 2024
2 parents a65e4c6 + 4cb5802 commit 8c32f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exglobal_atmos_products.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ for (( nset=1 ; nset <= downset ; nset++ )); do

# Run with MPMD or serial
if [[ "${USE_CFP:-}" = "YES" ]]; then
"${HOMEgfs}/ush/run_mpmd.sh" "${DATA}/poescript"
OMP_NUM_THREADS=1 "${HOMEgfs}/ush/run_mpmd.sh" "${DATA}/poescript"
export err=$?
else
chmod 755 "${DATA}/poescript"
Expand Down

0 comments on commit 8c32f8b

Please sign in to comment.