Skip to content
New issue

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

Remove cpus-per-task from APRUN_OCNANALECEN on WCOSS2 #3212

Merged

Conversation

RussTreadon-NOAA
Copy link
Contributor

@RussTreadon-NOAA RussTreadon-NOAA commented Jan 8, 2025

Description

Job gdas_ocnanalecen fails on WCOSS2 when running g-w CI C48mx500_hybAOWCDA. The failure is due to an invalid option on the mpiexec line.

^[[38;5;39m2025-01-07 19:21:20,262 - DEBUG    - marine_recenter: Executing mpiexec -l -n 16 --cpus-per-task=1 /lfs/h2/emc/da/noscrub/russ.treadon/git/global-workflow/test/exec/gdas_soca_gridgen.x /lfs/h2/emc/da/noscrub/russ.treadon/git/global-workflow/test/sorc/gdas.cd/parm/soca/gridgen/gridgen.yaml^[[0m
mpiexec: unrecognized option '--cpus-per-task=1'

This PR removes --cpus-per-task from WCOSS2.env.

Resolves #3158

Type of change

  • Bug fix (fixes something broken)

Change characteristics

  • Is this a breaking change (a change in existing functionality)? NO. This PR restores a broken functionality
  • Does this change require a documentation update? NO
  • Does this change require an update to any of the following submodules? NO

How has this been tested?

  • Clone, build, and cycled test on WCOSS2 (Cactus)

Checklist

  • Any dependent changes have been merged and published
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code

@RussTreadon-NOAA
Copy link
Contributor Author

@WalterKolczynski-NOAA: I reported this bug about one month ago (12/11). I encountered this problem again when I ran g-w CI on Cactus yesterday (1/7). Since nothing has been done since opening #3158, I decided to create a branch, commit the fix, and open this PR. Not sure if I'm jumping the gun or working outside the normal procedure but I'd like to see this problem fixed so developers, myself included, don't trip over it.

@aerorahul
Copy link
Contributor

Since WCOSS2 does not cover the AOWCDA test, I am going to merge this hotfix.

@aerorahul aerorahul merged commit db46d16 into NOAA-EMC:develop Jan 8, 2025
5 checks passed
@RussTreadon-NOAA
Copy link
Contributor Author

Thank you, @aerorahul, for the quick action!

@RussTreadon-NOAA RussTreadon-NOAA deleted the bugfix/aprun_ocnanalecen branch January 8, 2025 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WCOSS2.env uses invalid options for APRUN_OCNANALECEN
2 participants