Skip to content
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

[WIP] split env files in RSC #1771

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
12 changes: 6 additions & 6 deletions .gitlab/jobs/tioga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

# Compiler error preventing a test to succeed.
# https://github.com/LLNL/RAJA/pull/1712#issuecomment-2316335119
cce_18_0_0:
cce_18_0_1:
variables:
SPEC: "${PROJECT_TIOGA_VARIANTS} %cce@=18.0.0 ${PROJECT_TIOGA_DEPS}"
SPEC: "${PROJECT_TIOGA_VARIANTS} %cce@=18.0.1 ${PROJECT_TIOGA_DEPS}"
extends: .job_on_tioga
allow_failure: true

Expand All @@ -37,12 +37,12 @@ cce_17_0_1:
SPEC: "${PROJECT_TIOGA_VARIANTS} %cce@=17.0.1 ${PROJECT_TIOGA_DEPS}"
extends: .job_on_tioga

rocmcc_6_2_0_hip_desul_atomics:
rocmcc_6_2_4_hip_desul_atomics:
variables:
SPEC: "~shared +rocm ~openmp +desul +tests amdgpu_target=gfx90a %rocmcc@=6.2.0 ^[email protected].0"
SPEC: "~shared +rocm ~openmp +desul +tests amdgpu_target=gfx90a %rocmcc@=6.2.4 ^[email protected].4"
extends: .job_on_tioga

rocmcc_6_2_0_hip_openmp:
rocmcc_6_2_4_hip_openmp:
variables:
SPEC: "~shared +rocm +openmp +omptask +tests amdgpu_target=gfx90a %rocmcc@=6.2.0 ^[email protected].0"
SPEC: "~shared +rocm +openmp +omptask +tests amdgpu_target=gfx90a %rocmcc@=6.2.4 ^[email protected].4"
extends: .job_on_tioga
2 changes: 1 addition & 1 deletion scripts/radiuss-spack-configs
Submodule radiuss-spack-configs updated 36 files
+35 −0 RELEASE_NOTES.md
+599 −0 blueos_3_ppc64le_ib/compilers.yaml
+24 −0 blueos_3_ppc64le_ib/config.yaml
+1 −0 blueos_3_ppc64le_ib/lassen/compilers.yaml
+1 −0 blueos_3_ppc64le_ib/lassen/config.yaml
+382 −0 blueos_3_ppc64le_ib/lassen/packages.yaml
+1 −0 blueos_3_ppc64le_ib/lassen/spack.yaml
+384 −0 blueos_3_ppc64le_ib/packages.yaml
+8 −791 blueos_3_ppc64le_ib/spack.yaml
+1 −1 darwin/spack.yaml
+4 −4 gitlab/radiuss-jobs/tioga.yml
+6 −4 packages/camp/package.py
+311 −0 toss_4_x86_64_ib/compilers.yaml
+21 −0 toss_4_x86_64_ib/config.yaml
+298 −0 toss_4_x86_64_ib/corona/compilers.yaml
+1 −0 toss_4_x86_64_ib/corona/config.yaml
+424 −0 toss_4_x86_64_ib/corona/packages.yaml
+1 −0 toss_4_x86_64_ib/corona/spack.yaml
+424 −0 toss_4_x86_64_ib/packages.yaml
+1 −0 toss_4_x86_64_ib/poodle/compilers.yaml
+1 −0 toss_4_x86_64_ib/poodle/config.yaml
+269 −0 toss_4_x86_64_ib/poodle/packages.yaml
+1 −0 toss_4_x86_64_ib/poodle/spack.yaml
+181 −0 toss_4_x86_64_ib/ruby/compilers.yaml
+1 −0 toss_4_x86_64_ib/ruby/config.yaml
+269 −0 toss_4_x86_64_ib/ruby/packages.yaml
+1 −0 toss_4_x86_64_ib/ruby/spack.yaml
+8 −564 toss_4_x86_64_ib/spack.yaml
+300 −0 toss_4_x86_64_ib_cray/compilers.yaml
+20 −0 toss_4_x86_64_ib_cray/config.yaml
+478 −0 toss_4_x86_64_ib_cray/packages.yaml
+8 −566 toss_4_x86_64_ib_cray/spack.yaml
+1 −0 toss_4_x86_64_ib_cray/tioga/compilers.yaml
+1 −0 toss_4_x86_64_ib_cray/tioga/config.yaml
+478 −0 toss_4_x86_64_ib_cray/tioga/packages.yaml
+1 −0 toss_4_x86_64_ib_cray/tioga/spack.yaml
2 changes: 1 addition & 1 deletion scripts/uberenv
Submodule uberenv updated 1 files
+7 −4 uberenv.py