Skip to content

Commit

Permalink
Change write tasks back to per thread
Browse files Browse the repository at this point in the history
After additional investigation, it was found that `WRTTASK_PER_GROUP`
really has changed to a per-thread value.

Refs: NOAA-EMC#1446, NOAA-EMC#1499
  • Loading branch information
WalterKolczynski-NOAA committed May 1, 2023
1 parent c6198a3 commit 94442ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/config/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ elif [[ "${step}" = "fcst" || "${step}" = "efcs" ]]; then
# PETS for quilting
if [[ "${QUILTING:-}" = ".true." ]]; then
(( QUILTPETS = ntasks_quilt * nthreads_fv3 ))
(( WRTTASK_PER_GROUP = WRTTASK_PER_GROUP_PER_THREAD * nthreads_fv3 ))
(( WRTTASK_PER_GROUP = WRTTASK_PER_GROUP_PER_THREAD ))
export WRTTASK_PER_GROUP
else
QUILTPETS=0
Expand Down

0 comments on commit 94442ed

Please sign in to comment.