Skip to content

Commit

Permalink
Fix tasks/node variable for WCOSS2 fcst/efcs jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jul 16, 2024
1 parent fb1f371 commit 1bb1a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/WCOSS2.env
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ elif [[ "${step}" = "fcst" ]] || [[ "${step}" = "efcs" ]]; then
(( nnodes = (ntasks+tasks_per_node-1)/tasks_per_node ))
(( ufs_ntasks = nnodes*tasks_per_node ))
# With ESMF threading, the model wants to use the full node
export APRUN_UFS="${launcher} -n ${ufs_ntasks} -ppn ${ntasks} --cpu-bind depth --depth 1"
export APRUN_UFS="${launcher} -n ${ufs_ntasks} -ppn ${tasks_per_node} --cpu-bind depth --depth 1"
unset nnodes ufs_ntasks

# TODO: Why are fcst and efcs so different on WCOSS2?
Expand Down

0 comments on commit 1bb1a19

Please sign in to comment.