-
Notifications
You must be signed in to change notification settings - Fork 48
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 a tier2 site config for AWS AMIs #1393
Merged
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
c007a91
Initial commit of Tier2 AWS support
stiggy87 fa28e55
Updated READMEs to match formatting and corrected bash code
stiggy87 5c73a21
Cleaned up formatting for ubuntu README
stiggy87 bac62d0
Fixed some wrong versioning and cleaned up formatting for rocky8 README
stiggy87 459c1bb
Fixed file hierarchy for unit tests
stiggy87 926f541
Updated READMEs based on comments.
stiggy87 3892755
Added extra line at the end of file
stiggy87 e15a417
Added extra line end of intel yaml file
stiggy87 f1a5264
Removed openmpi from the mpi providers
stiggy87 e51ae22
Updated Rocky8 compiler.yaml
stiggy87 9c24649
Merge branch 'JCSDA:develop' into feature/tier2-aws-ami
stiggy87 78007a2
Merge branch 'feature/tier2-aws-ami' of https://github.com/stiggy87/s…
stiggy87 a9c136a
Merge branch 'JCSDA:develop' into feature/tier2-aws-ami
stiggy87 9576ce8
Updated Ubuntu README
stiggy87 1ddb3ad
Update Rocky8 README and yaml files
stiggy87 193b1a5
Merge branch 'feature/tier2-aws-ami' of https://github.com/stiggy87/s…
stiggy87 e182c6f
Merge branch 'JCSDA:develop' into feature/tier2-aws-ami
stiggy87 3bc3e01
Addressed comments.
stiggy87 6e65ab1
Fixed misspelings for update-alternatives
stiggy87 21a7fc7
Merge branch 'JCSDA:develop' into feature/tier2-aws-ami
stiggy87 b4dae92
Merge branch 'JCSDA:develop' into feature/tier2-aws-ami
stiggy87 f7a28fc
Changed version of gcc to install to gcc-11
stiggy87 d9d381f
Merge branch 'feature/tier2-aws-ami' of https://github.com/stiggy87/s…
stiggy87 7b2657c
Change the gcc from 12.3.0 to 11.4.0 for both gcc and intel builds.
stiggy87 eddb0a2
Added lines to have spack-stack Core modulefile to profile
stiggy87 e895b3b
Added:
stiggy87 450d01a
Merge branch 'JCSDA:develop' into feature/tier2-aws-ami
stiggy87 c4edee1
Merge branch 'feature/tier2-aws-ami' of https://github.com/stiggy87/s…
stiggy87 3b72fd0
Fixed openmpi version for module load
stiggy87 5b0464d
Merge branch 'develop' into feature/tier2-aws-ami
stiggy87 fc0d0b5
Merge branch 'develop' into feature/tier2-aws-ami
stiggy87 30c9877
Merge branch 'JCSDA:develop' into feature/tier2-aws-ami
stiggy87 8dcfe6c
Updated script to find external grep
stiggy87 c911ddd
Merge branch 'JCSDA:develop' into feature/tier2-aws-ami
stiggy87 56e250a
Synced with latest spack changes and whitespaces
stiggy87 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 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 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
Submodule spack
updated
3 files
+7 −7 | .github/workflows/unit_tests.yaml | |
+9 −14 | var/spack/repos/builtin/packages/esmf/package.py | |
+0 −18 | var/spack/repos/builtin/packages/grep/package.py |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you tested this? I had trouble getting
find external
to identify grep and I had to add it to the site config manually. That said, my problems might have been my own.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did I not fix the
find external grep
recently?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe! my experience was from like 3 weeks ago and might have been from a branch slightly further out of date than that. Testing this would take more effort than its worth and I'll take it on faith that its working.
Steve feel free to resolve this.
Edit: oh, I remember that PR. Yes this is definitely fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm double checking this on the instances I created to make sure, but I saw the PR merged.