Skip to content

Commit

Permalink
Remove XL jobs (RSC and local)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbernede committed Sep 4, 2024
1 parent 9372a13 commit a2e47ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 35 deletions.
35 changes: 1 addition & 34 deletions .gitlab/jobs/lassen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,7 @@
# We keep ${PROJECT_<MACHINE>_VARIANTS} and ${PROJECT_<MACHINE>_DEPS} So that
# the comparison with the original job is easier.

# Overriden to increase allocation
xl_2022_08_19_gcc_8_3_1_cuda_11_2_0:
variables:
SPEC: "${PROJECT_LASSEN_VARIANTS} +cuda %xl@=16.1.1.12.gcc.8.3.1 ^[email protected]+allow-unsupported-compilers ${PROJECT_LASSEN_DEPS}"
MODULE_LIST: "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.11.2.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
# No overridden jobs so far

############
# Extra jobs
Expand Down Expand Up @@ -78,12 +65,6 @@ gcc_8_3_1_dev_benchmarks:
SPEC: "~shared +dev_benchmarks +tools build_type=Release %gcc@=8.3.1"
extends: .job_on_lassen

xl_2022_08_19_default_omp_target:
variables:
SPEC: "~shared +tools +openmp +openmp_target tests=basic %xl@=16.1.1.12"
allow_failure: true
extends: .job_on_lassen

gcc_8_3_1_numa:
variables:
SPEC: "~shared +fortran +numa +tools tests=basic %gcc@=8.3.1"
Expand Down Expand Up @@ -118,17 +99,3 @@ ibm_clang_16_0_6_gcc_11_2_1_cuda_11_8_tpls:
SPEC: "~shared +fortran +cuda +tools tests=basic %clang@=16.0.6.ibm.cuda.11.8.0.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
2 changes: 1 addition & 1 deletion scripts/radiuss-spack-configs

0 comments on commit a2e47ae

Please sign in to comment.