Skip to content

Commit

Permalink
Increase to ncpus for gfs_wave_postpnt job
Browse files Browse the repository at this point in the history
NCO provided increase in ncpus to avoid ncpu burst warnings.

Refs #2913
  • Loading branch information
KateFriedman-NOAA committed Dec 31, 2024
1 parent d3737aa commit 2c9e6fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/Release_Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ Now ingest:
ENVIRONMENT AND RESOURCE CHANGES
--------------------------------

* No changes from GFS v16.3.21
* Increase ncpus from 50 to 60 for gfs_wave_postpnt job.
NCO provided change to avoid ncpu burst warnings.

PRE-IMPLEMENTATION TESTING REQUIREMENTS
---------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion ecf/scripts/gfs/wave/post/jgfs_wave_postpnt.ecf
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=01:30:00
#PBS -l select=4:ncpus=50:ompthreads=1
#PBS -l select=4:ncpus=60:ompthreads=1
#PBS -l place=vscatter:exclhost
#PBS -l debug=true

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 @@ -109,7 +109,7 @@ elif [ $step = "wavepostpnt" ]; then
export wtime_wavepostpnt="01:30:00"
export npe_wavepostpnt=200
export nth_wavepostpnt=1
export npe_node_wavepostpnt=50
export npe_node_wavepostpnt=60
export NTASKS=$npe_wavepostpnt

elif [ $step = "wavegempak" ]; then
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 @@ -93,7 +93,7 @@ elif [ $step = "wavepostpnt" ]; then
export wtime_wavepostpnt="01:30:00"
export npe_wavepostpnt=200
export nth_wavepostpnt=1
export npe_node_wavepostpnt=50
export npe_node_wavepostpnt=60
export NTASKS=$npe_wavepostpnt

elif [ $step = "wavegempak" ]; then
Expand Down

0 comments on commit 2c9e6fc

Please sign in to comment.