Skip to content

Commit

Permalink
Update RSC with rocm 6.1.2 and more
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbernede committed Aug 7, 2024
1 parent abd729f commit 733a267
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 19 deletions.
25 changes: 25 additions & 0 deletions .gitlab/jobs/lassen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ xl_2022_08_19_gcc_8_3_1_cuda_11_2_0:
LASSEN_JOB_ALLOC: "1 -W 20 -q pci"
extends: .job_on_lassen

xl_2023_06_28_gcc_11_2_1_cuda_11_8_0:
variables:
SPEC: "${PROJECT_LASSEN_VARIANTS} +cuda %xl@=16.1.1.14.cuda.11.8.0.gcc.8.3.1 ^[email protected]+allow-unsupported-compilers ${PROJECT_LASSEN_DEPS}"
MODULE_LIST: "cuda/11.8.0"
LASSEN_JOB_ALLOC: "1 -W 20 -q pci"
extends: .job_on_lassen
allow_failure: true

############
# Extra jobs
Expand Down Expand Up @@ -96,15 +103,33 @@ gcc_8_3_1_tpls:
SPEC: "~shared +fortran +tools tests=basic %gcc@=8.3.1"
extends: .job_on_lassen

gcc_11_2_1_tpls:
variables:
SPEC: "~shared +fortran +tools tests=basic %gcc@=11.2.1"
extends: .job_on_lassen

ibm_clang_14_0_5_gcc_8_3_1_cuda_11_7_0_tpls:
variables:
SPEC: "~shared +fortran +cuda +tools tests=basic %clang@=14.0.5.ibm.gcc.8.3.1 ^[email protected]+allow-unsupported-compilers"
MODULE_LIST: "cuda/11.7.0"
extends: .job_on_lassen

ibm_clang_16_0_6_gcc_11_2_1_cuda_11_8_tpls:
variables:
SPEC: "~shared +fortran +cuda +tools tests=basic %clang@=16.0.6.cuda.11.8.0.ibm.gcc.11.2.1 ^[email protected]+allow-unsupported-compilers"
MODULE_LIST: "cuda/11.8.0"
extends: .job_on_lassen

xl_2022_08_19_gcc_8_3_1_cuda_11_2_tpls:
variables:
SPEC: "~shared +fortran +cuda +tools tests=basic %xl@=16.1.1.12.gcc.8.3.1 ^[email protected]+allow-unsupported-compilers"
MODULE_LIST: "cuda/11.7.0"
LASSEN_JOB_ALLOC: "1 -W 20 -q pci"
extends: .job_on_lassen

xl_2023_06_28_gcc_11_2_1_cuda_11_8_tpls:
variables:
SPEC: "~shared +fortran +cuda +tools tests=basic %xl@=16.1.1.14.cuda.11.8.0.gcc.11.2.1 ^[email protected]+allow-unsupported-compilers"
MODULE_LIST: "cuda/11.8.0"
LASSEN_JOB_ALLOC: "1 -W 20 -q pci"
extends: .job_on_lassen
7 changes: 0 additions & 7 deletions .gitlab/jobs/poodle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@
# We keep ${PROJECT_<MACHINE>_VARIANTS} and ${PROJECT_<MACHINE>_DEPS} So that
# the comparison with the original job is easier.

# Allow failure due to compiler internal error building wrapfumpire.f
intel_2022_1_0:
variables:
SPEC: "${PROJECT_RUBY_VARIANTS} %intel@=2022.1.0 ${PROJECT_RUBY_DEPS}"
extends: .job_on_poodle
allow_failure: true

############
# Extra jobs
############
Expand Down
7 changes: 0 additions & 7 deletions .gitlab/jobs/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@
# We keep ${PROJECT_<MACHINE>_VARIANTS} and ${PROJECT_<MACHINE>_DEPS} So that
# the comparison with the original job is easier.

# Allow failure due to compiler internal error building wrapfumpire.f
intel_2022_1_0:
variables:
SPEC: "${PROJECT_RUBY_VARIANTS} %intel@=2022.1.0 ${PROJECT_RUBY_DEPS}"
extends: .job_on_ruby
allow_failure: true

############
# Extra jobs
############
Expand Down
8 changes: 4 additions & 4 deletions .gitlab/jobs/tioga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# the comparison with the original job is easier.

# We override the cce job because we can’t use +device-alloc with it
cce_16_0_1:
cce_18_0_0:
variables:
SPEC: "~shared +fortran tests=basic %cce@=16.0.1"
SPEC: "~shared +fortran tests=basic %cce@=18.0.0"
extends: .job_on_tioga

############
Expand All @@ -33,8 +33,8 @@ cce_16_0_1:
# This job intentionally tests our umpire package.py because although this job does not
# explicitly have the ~tools, the package.py should still prevent tools from being built.
###
rocmcc_6_1_1_hip_openmp_device_alloc:
rocmcc_6_1_2_hip_openmp_device_alloc:
variables:
SPEC: "~shared +fortran +openmp +rocm +device_alloc tests=basic amdgpu_target=gfx90a %rocmcc@=6.1.1 ^[email protected].1"
SPEC: "~shared +fortran +openmp +rocm +device_alloc tests=basic amdgpu_target=gfx90a %rocmcc@=6.1.2 ^[email protected].2"
extends: .job_on_tioga

0 comments on commit 733a267

Please sign in to comment.