-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Update and sandardize implementation of packages, in sync with …
…spack update (#593) * Update RSC with rocm 6.1.2 and more + reactivate rocm job for testing * Update Radiuss Shared CI too (minor changes there) * Fix regression in submodules * Allow failure for new xl compiler on lassen, same error as with previous version * From RSC: Upgrade to rocm@6.2.0 and cray-mpich@8.1.30 in CI on tioga * Clean CI config * From RSC: Enforce coherency between rocm software stack and compiler * RSC Fix * From RSC: Fix typo: rocm compiler is rocmcc * Remove XL jobs (RSC and local), revert to cce 17.0.1 on tioga * Point at main branch in RSC * Update Spack * Minor changes to build_and_test script * Restore appropriate version of RSC * Revert "Restore appropriate version of RSC" This reverts commit 8fba6f2. * Update Spack (and RSC accordingly) * Update and standardize RADIUSS packages * build_and_test.sh: allow to control whether or not to push to registry * From RSC: packages fix * From RSC: point at main branch * Fix spack branch name * Update Spack ref (waiting for next snapshot tag) * Update RSC to main * Update RSC to main * Update Spack to appropriate snapshot branch
- Loading branch information
1 parent
a140eda
commit 53071d8
Showing
5 changed files
with
38 additions
and
18 deletions.
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
Submodule radiuss-spack-configs
updated
19 files
+61 −31 | blueos_3_ppc64le_ib/spack.yaml | |
+2 −2 | gitlab/radiuss-jobs/corona.yml | |
+13 −8 | gitlab/radiuss-jobs/lassen.yml | |
+2 −7 | gitlab/radiuss-jobs/poodle.yml | |
+2 −7 | gitlab/radiuss-jobs/ruby.yml | |
+4 −4 | gitlab/radiuss-jobs/tioga.yml | |
+4 −0 | packages/blt/package.py | |
+54 −43 | packages/caliper/package.py | |
+13 −13 | packages/camp/package.py | |
+81 −71 | packages/care/package.py | |
+46 −26 | packages/chai/package.py | |
+8 −4 | packages/fmt/package.py | |
+348 −0 | packages/raja-perf/package.py | |
+117 −76 | packages/raja/package.py | |
+0 −260 | packages/raja_perf/package.py | |
+116 −74 | packages/umpire/package.py | |
+0 −729 | toss_3_x86_64_ib/spack.yaml | |
+81 −99 | toss_4_x86_64_ib/spack.yaml | |
+139 −70 | toss_4_x86_64_ib_cray/spack.yaml |