-
Notifications
You must be signed in to change notification settings - Fork 7
Add oasis3-mct version 5.2 #367
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
Merged
+33
−8
Merged
Changes from 12 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
67077dc
Add oasis3-mct version 5.2
aidanheerdegen 53bed0d
Add bespoke CI for oasis3-mct to check stable and version 5.2
aidanheerdegen 023e60b
Remove 5.2 gcc testing
aidanheerdegen 39e88ac
Add back in gcc with v5.2 and additional flags
aidanheerdegen a7c450d
Move oasis3-mct v5 gcc build into separate manifest with compile options
aidanheerdegen ce93ab1
Remove v5 gcc CI test
aidanheerdegen bcc7e35
Modify pkgconfig version logic for v5
aidanheerdegen dbcd449
Turn on ssh access
aidanheerdegen 809ec6b
Set allow ssh to false, but keep option in for future
aidanheerdegen 911b54f
Remove upstream 5.2 version
aidanheerdegen c909ebf
Remove deleted version from url_for_version check
aidanheerdegen b603357
Add back in gcc test build for oasis3-mct v5
aidanheerdegen d98e583
Use same gcc CI test file for both versions of oasis3-mct
aidanheerdegen 8bf8bac
Move OASIS3-mct compiler flags into SPR
aidanheerdegen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| spack: | ||
| specs: | ||
| # package is defined in the workflows inputs.spack-manifest-data-pairs | ||
| # And the gcc_compilers are defined in the standard_definitions.json data file | ||
| - '{{ package }} %{{ gcc_compiler }}' | ||
| packages: | ||
| all: | ||
| require: | ||
| - '%{{ gcc_compiler }} target={{ target }}' | ||
| concretizer: | ||
| unify: false | ||
| view: false |
16 changes: 16 additions & 0 deletions
16
.github/build-ci/manifests/oasis3-mct/gcc.v5.spack.yaml.j2
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| spack: | ||
| specs: | ||
| # package is defined in the workflows inputs.spack-manifest-data-pairs | ||
| # And the gcc_compilers are defined in the standard_definitions.json data file | ||
| - '{{ package }}@5.2 %{{ gcc_compiler }}' | ||
| packages: | ||
| {{ package }}: | ||
| require: | ||
| - fflags="-fallow-argument-mismatch -ffree-line-length-0" | ||
| # Add following flags if breaks for gfortran > v10: -fdefault-real-8 -fdefault-double-8 | ||
| all: | ||
| require: | ||
| - '%{{ gcc_compiler }} target={{ target }}' | ||
| concretizer: | ||
| unify: false | ||
| view: false | ||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| spack: | ||
| specs: | ||
| # package is defined in the workflows inputs.spack-manifest-data-pairs | ||
| # And the intel_compilers are defined in the standard_definitions.json data file | ||
| - '{{ package }} %{{ intel_compiler }}' | ||
| - '{{ package }}@5.2 %{{ intel_compiler }}' | ||
| packages: | ||
| all: | ||
| require: | ||
| - '%{{ intel_compiler }} target={{ target }}' | ||
| concretizer: | ||
| unify: false | ||
| view: false |
This file contains hidden or 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
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.