-
Notifications
You must be signed in to change notification settings - Fork 175
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
Add option to run builds on compute nodes #3180
Closed
DavidHuber-NOAA
wants to merge
42
commits into
NOAA-EMC:develop
from
DavidHuber-NOAA:feature/compute_build
Closed
Add option to run builds on compute nodes #3180
DavidHuber-NOAA
wants to merge
42
commits into
NOAA-EMC:develop
from
DavidHuber-NOAA:feature/compute_build
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
fix for wht_OK
Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
…missing the name of the GEFS variant model executable that caused the gefs test to fail
Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
Co-authored-by: David Huber <[email protected]>
Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
…s another bug that needs evaluation on the purpose of the logic. A FIXME tag has been added
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 adds the option to build the global workflow submodules on compute nodes. At the same time, it refactors the build_all.sh script so that it now accepts system names to build instead of requiring flags to trigger different builds and allows all builds to run simultaneously, which will aide the CI process.
Resolves #3131
Type of change
Change characteristics
-j
option from build_all.sh)How has this been tested?
./build_all.sh -c gfs
./build_all.sh -c gefs
./build_all.sh -c all
Checklist