-
Notifications
You must be signed in to change notification settings - Fork 168
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
Enable parallel metp jobs and fix race condition with the gfscleanup job #2907
Merged
WalterKolczynski-NOAA
merged 10 commits into
NOAA-EMC:develop
from
DavidHuber-NOAA:feature/parallel_metp
Sep 27, 2024
Merged
Enable parallel metp jobs and fix race condition with the gfscleanup job #2907
WalterKolczynski-NOAA
merged 10 commits into
NOAA-EMC:develop
from
DavidHuber-NOAA:feature/parallel_metp
Sep 27, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DavidHuber-NOAA
requested review from
WalterKolczynski-NOAA and
malloryprow
September 12, 2024 12:40
malloryprow
approved these changes
Sep 12, 2024
I added a one-line fix to |
DavidHuber-NOAA
changed the title
Enable parallel metp jobs
Enable parallel metp jobs and fix race condition with the gfscleanup job
Sep 13, 2024
* origin/develop: Update config.resources for bufr sounding job postsnd (NOAA-EMC#2917) Cleanup job for GEFS (NOAA-EMC#2919) Build GDASApp and unset memory in Gaea-C5 xml files (NOAA-EMC#2912) add 1 deg ocean/ice info to parm/config/gfs/config.resources (NOAA-EMC#2922) Support gefs C48 on Azure (NOAA-EMC#2881) Disable native grid writes for non-JEDI experiments; update C384 compression options (NOAA-EMC#2914)
I finished running tests on Hera. All metp jobs passed. Marking this PR as ready for review. |
WalterKolczynski-NOAA
requested changes
Sep 17, 2024
Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
WalterKolczynski-NOAA
approved these changes
Sep 23, 2024
WalterKolczynski-NOAA
added
the
CI-Wcoss2-Ready
**CM use only** PR is ready for CI testing on WCOSS
label
Sep 23, 2024
emcbot
added
CI-Wcoss2-Building
**Bot use only** CI testing is cloning/building on WCOSS
and removed
CI-Wcoss2-Ready
**CM use only** PR is ready for CI testing on WCOSS
labels
Sep 23, 2024
|
emcbot
added
CI-Wcoss2-Running
**Bot use only** CI testing on WCOSS for this PR is in-progress
and removed
CI-Wcoss2-Building
**Bot use only** CI testing is cloning/building on WCOSS
labels
Sep 23, 2024
Automated global-workflow Testing Results:
|
emcbot
added
the
CI-Wcoss2-Passed
**Bot use only** CI testing on WCOSS for this PR has completed successfully
label
Sep 24, 2024
emcbot
removed
the
CI-Wcoss2-Running
**Bot use only** CI testing on WCOSS for this PR is in-progress
label
Sep 24, 2024
All CI Test Cases Passed on Wcoss2:
|
10 tasks
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This brings in a change to EMC_verif-global that offsets the start time of parallel instances when running metp jobs. This prevents Python from attempting to create the same directory in multiple instances.
Simultaneously, this also fixes an issue with the
gfscleanup
job potentially running before themetp
jobs.Resolves #2906
Resolves #2899
Type of change
Change characteristics
How has this been tested?
Standalone test on Orion with 40 parallel instances over a 30-cycle span.
Checklist