We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
env/WCOSS2.env sets
env/WCOSS2.env
export APRUN_OCNANALECEN="${APRUN_default} --cpus-per-task=${NTHREADS_OCNANALECEN}"
for job ocnanalecen. -cpus-per-task is for SLURM, not PBS.
ocnanalecen
-cpus-per-task
As a result, gdas_ocnanalecen fails on WCOSS2 with
^[[38;5;39m2024-12-11 18:31:05,435 - DEBUG - marine_recenter: Executing mpiexec -l -n 16 --cpus-per-task=1 /lfs/h2/emc/da/noscrub/russ.treadon/git/global-workfl\ ow/pr3120/exec/gdas_soca_gridgen.x /lfs/h2/emc/da/noscrub/russ.treadon/git/global-workflow/pr3120/sorc/gdas.cd/parm/soca/gridgen/gridgen.yaml^[[0m mpiexec: unrecognized option '--cpus-per-task=1'
The ocnanalecen job should run on WCOSS2.
WCOSS2
5243826 (DavidNew-NOAA:feature/gw-ci)
No response
Make the following change to env/WCOSS2.env
elif [[ "${step}" = "ocnanalecen" ]]; then export NTHREADS_OCNANALECEN=${NTHREADSmax} - export APRUN_OCNANALECEN="${APRUN_default} --cpus-per-task=${NTHREADS_OCNANALECEN}" + export APRUN_OCNANALECEN="${APRUN_default}" elif [[ "${step}" = "marineanlletkf" ]]; then
With this change the 20210325 00Z gdas_ocnanalecen successfully runs to completion on Dogwood.
The text was updated successfully, but these errors were encountered:
Attention @guillaumevernieres
Sorry, something went wrong.
Work for this issue will be done in RussTreadon-NOAA:bugfix/aprun_ocnanalecen
remove cpus-per-task from APRUN_OCNANALECEN on WCOSS2 (NOAA-EMC#3158)
f4f3578
db46d16
RussTreadon-NOAA
Successfully merging a pull request may close this issue.
What is wrong?
env/WCOSS2.env
setsfor job
ocnanalecen
.-cpus-per-task
is for SLURM, not PBS.As a result, gdas_ocnanalecen fails on WCOSS2 with
What should have happened?
The ocnanalecen job should run on WCOSS2.
What machines are impacted?
WCOSS2
What global-workflow hash are you using?
5243826 (DavidNew-NOAA:feature/gw-ci)
Steps to reproduce
Additional information
No response
Do you have a proposed solution?
Make the following change to
env/WCOSS2.env
With this change the 20210325 00Z gdas_ocnanalecen successfully runs to completion on Dogwood.
The text was updated successfully, but these errors were encountered: