-
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
release/1.5.0: site config and doc updates round 2 (S4, aws-pcluster, Discover, Nautilus, JCSDA CI containers) #775
Merged
climbfuji
merged 22 commits into
JCSDA:release/1.5.0
from
climbfuji:feature/rel_150_site_updates_round2
Sep 14, 2023
Merged
Changes from 17 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
f6cf3d9
Update S4 site config
climbfuji f2ea1c8
Update site config for aws-pcluster
climbfuji 02f411e
Update versions in configs/containers/README.md, cleanup unused parts
climbfuji 3b86b2d
Update discover site config
climbfuji 31f8071
Merge branch 'release/1.5.0' of https://github.com/jcsda/spack-stack …
climbfuji 118e625
Update nautilus site config
climbfuji f7ee254
Remove ivybridge target architecture for Discover, now everything is …
climbfuji 1deeff4
Bug fix for s4 packages, don't load compiler module as a dependency i…
climbfuji fd322ea
Documentation updates for nautilus, discover, s4, aws-pcluster
climbfuji 727a35e
Update to ip 4.3.0
AlexanderRichert-NOAA 2953c9d
Revert .gitmodules and update submodule pointer for spack
climbfuji 3162681
Merge branch 'ip_430' of https://github.com/alexanderrichert-noaa/spa…
climbfuji a9889ef
Update configs/containers/README.md
climbfuji e7949ef
Progress on updating doc/source/PreConfiguredSites.rst
climbfuji 104b69c
Merge branch 'release/1.5.0' of https://github.com/jcsda/spack-stack …
climbfuji 11c72a8
No longer need to source a special script in spack containers
climbfuji d984381
Update documentation for Nautilus
climbfuji d80ab57
Fix missing newlines in config files
climbfuji dbb6d30
[skip ci] Add python module to module includes on acorn
climbfuji 7e8fae1
Update acorn in PreConfiguredSites.rst
AlexanderRichert-NOAA 378294d
Trigger CI
climbfuji ac6aa13
Merge branch 'feature/rel_150_site_updates_round2' of https://github.…
climbfuji 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ modules: | |
- lmod | ||
lmod: | ||
include: | ||
# List of packages for which we need modules that are blacklisted by default | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. DEI DEI |
||
- python | ||
exclude: | ||
- ecflow |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ packages: | |
compiler:: [intel@2022.0.1, gcc@10.1.0] | ||
providers: | ||
mpi:: [intel-oneapi-mpi@2021.5.0, openmpi@4.1.3] | ||
target: [ivybridge] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No longer needed, all nodes on Discover are now skylake/cascadelake |
||
|
||
### MPI, Python, MKL | ||
mpi: | ||
|
@@ -20,20 +19,6 @@ packages: | |
prefix: /discover/swdev/jcsda/spack-stack/openmpi-4.1.3/gcc-10.1.0 | ||
modules: | ||
- openmpi/4.1.3-gcc-10.1.0 | ||
python: | ||
buildable: False | ||
externals: | ||
- spec: python@3.9.7 | ||
prefix: /discover/swdev/jcsda/spack-stack/miniconda-3.9.7/ | ||
modules: | ||
- miniconda/3.9.7 | ||
py-pip: | ||
buildable: False | ||
externals: | ||
- spec: py-pip@21.2.4 | ||
prefix: /discover/swdev/jcsda/spack-stack/miniconda-3.9.7/ | ||
modules: | ||
- miniconda/3.9.7 | ||
|
||
### Modification of common packages | ||
|
||
|
@@ -57,25 +42,10 @@ packages: | |
externals: | ||
- spec: berkeley-db@4.8.30 | ||
prefix: /usr | ||
# Don't use, leads to duplicate packages being built | ||
#bison: | ||
# externals: | ||
# - spec: bison@2.7 | ||
# prefix: /usr | ||
ccache: | ||
externals: | ||
- spec: ccache@3.1.9 | ||
prefix: /usr | ||
# Don't use external cmake, this confuses the spack concretizer | ||
# leading to duplicate packages being installed. | ||
#cmake: | ||
# externals: | ||
# - spec: cmake@3.5.2 | ||
# prefix: /usr | ||
# - spec: cmake@3.21.0 | ||
# prefix: /usr/local/other/cmake/3.21.0 | ||
# modules: | ||
# - cmake/3.21.0 | ||
cpio: | ||
externals: | ||
- spec: cpio@2.11 | ||
|
@@ -185,10 +155,6 @@ packages: | |
# Old re2c on Discover unable to build newer versions of ninja | ||
ninja: | ||
version:: ['1.10.2'] | ||
openssl: | ||
externals: | ||
- spec: openssl@1.0.2j-fips | ||
prefix: /usr | ||
perl: | ||
externals: | ||
- spec: perl@5.18.2~cpanm+shared+threads | ||
|
@@ -213,10 +179,6 @@ packages: | |
externals: | ||
- spec: sed@4.2.2 | ||
prefix: /usr | ||
sqlite: | ||
externals: | ||
- spec: sqlite@3.8.10.2~fts~functions+rtree | ||
prefix: /usr | ||
texinfo: | ||
externals: | ||
- spec: texinfo@4.13 | ||
|
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
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
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.
Due to an upstream change in spack, these scripts are no longer needed/no longer exist.