Skip to content

Commit

Permalink
Set -ncpu 1 for MPMD wgrib2 calls NOAA-EMC#2206
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jan 9, 2024
1 parent 9d901db commit 84a48af
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 @@ -111,7 +111,7 @@ for (( nset=1 ; nset <= downset ; nset++ )); do
fi

# Break tmpfile into processor specific chunks in preparation for MPMD
${WGRIB2} "${tmpfile}" -for "${first}":"${last}" -grib "${tmpfile}_${iproc}"
${WGRIB2} -ncpu 1 "${tmpfile}" -for "${first}":"${last}" -grib "${tmpfile}_${iproc}"
export err=$?; err_chk
input_file="${tmpfile}_${iproc}"
output_file_prefix="pgb2${grp}file_${fhr3}_${iproc}"
Expand Down

0 comments on commit 84a48af

Please sign in to comment.