Skip to content

Commit

Permalink
Update gfspostsnd job resources - oversubscribing
Browse files Browse the repository at this point in the history
The gfspostsnd job was oversubscribing CPUs on WCOSS2 after updates on
Dogwood. Updating resources settings to get them matching and working.

Refs: NOAA-EMC#399
  • Loading branch information
KateFriedman-NOAA committed May 19, 2022
1 parent 85bbde8 commit 5a154ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=02:00:00
#PBS -l select=2:mpiprocs=120:ompthreads=1:ncpus=120
#PBS -l select=2:mpiprocs=20:ompthreads=6:ncpus=120
#PBS -l place=vscatter:exclhost
#PBS -l debug=true

Expand Down
2 changes: 1 addition & 1 deletion env/WCOSS2.env
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ elif [ $step = "fv3ic" ]; then
elif [ $step = "postsnd" ]; then

export NTHREADS_POSTSND=${nth_postsnd:-1}
export APRUN_POSTSND="$launcher -n $npe_postsnd --depth=6 --cpu-bind depth"
export APRUN_POSTSND="$launcher -n $npe_postsnd --depth=$NTHREADS_POSTSND --cpu-bind depth"
export NTHREADS_POSTSNDCFP=${nth_postsndcfp:-1}
export APRUN_POSTSNDCFP="$launcher -np $npe_postsndcfp $mpmd"

Expand Down
2 changes: 1 addition & 1 deletion parm/config/config.resources.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ elif [ $step = "postsnd" ]; then

export wtime_postsnd="02:00:00"
export npe_postsnd=40
export nth_postsnd=1
export nth_postsnd=6
export npe_node_postsnd=20
export npe_postsndcfp=9
export npe_node_postsndcfp=1
Expand Down
2 changes: 1 addition & 1 deletion parm/config/config.resources.nco.static
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ elif [ $step = "postsnd" ]; then

export wtime_postsnd="02:00:00"
export npe_postsnd=40
export nth_postsnd=1
export nth_postsnd=6
export npe_node_postsnd=20
export npe_postsndcfp=9
export npe_node_postsndcfp=1
Expand Down

0 comments on commit 5a154ed

Please sign in to comment.