Skip to content

Commit

Permalink
Update RSC with rocm 5.7.1 (add compilers), add CI queue on lassen, u…
Browse files Browse the repository at this point in the history
…pdate tioga specs
  • Loading branch information
adrienbernede committed Jan 22, 2024
1 parent c21e982 commit 8f37a37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitlab/custom-jobs-and-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ variables:
# Lassen and Butte use a different job scheduler (spectrum lsf) that does not
# allow pre-allocation the same way slurm does.
# Arguments for job level allocation
LASSEN_JOB_ALLOC: "1 -W 10"
LASSEN_JOB_ALLOC: "1 -W 10 -q pci"
# Project specific variants for lassen
PROJECT_LASSEN_VARIANTS: " +tests"
# Project specific deps for lassen
Expand Down
6 changes: 3 additions & 3 deletions .gitlab/jobs/tioga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ variables:

master:
variables:
SPEC: " +tests %cce@15.0.1"
SPEC: " +tests %cce@16.0.1"
extends: .job_on_tioga

rocmcc_5_6_0_hip:
rocmcc_5_7_1_hip:
variables:
ON_TIOGA: "OFF"
SPEC: "${PROJECT_TIOGA_VARIANTS} +rocm amdgpu_target=gfx90a %rocmcc@5.6.0 ^hip@5.6.0 ${PROJECT_TIOGA_DEPS}"
SPEC: "${PROJECT_TIOGA_VARIANTS} +rocm amdgpu_target=gfx90a %rocmcc@5.7.1 ^hip@5.7.1 ${PROJECT_TIOGA_DEPS}"
extends: .job_on_tioga

0 comments on commit 8f37a37

Please sign in to comment.