Skip to content

Commit 70e5016

Browse files
committed
Tweak CI
1 parent ad28a10 commit 70e5016

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Set GPU overrides for the stack to query (we have no GPU, so also override the GPU check)
3939
export EESSI_OVERRIDE_GPU_CHECK=1
4040
# First do 2023.06 for EB 4
41-
export EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/nvidia/cc80" # Stick to 8.0 for EB4 as the options for 9.0 are not understood there
41+
export EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/nvidia/cc80" # Stick to 8.0 for EB4 as options for 9.0 set by EESSI-extend are not understood there
4242
( module load EESSI/2023.06 && module load EasyBuild/4 && module load EESSI-extend && python scripts/generate_data_files.py --eessi-version=2023.06 ) &
4343
# then 2023.06 for EB 5
4444
export EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/nvidia/cc90"

.github/workflows/prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Set CPU override for the stack to query
3232
export EESSI_ARCHDETECT_OPTIONS_OVERRIDE="x86_64/intel/icelake"
3333
# Set GPU overrides for the stack to query (we have no GPU, so also override the GPU check)
34-
export EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/nvidia/cc80"
34+
export EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/nvidia/cc90"
3535
export EESSI_OVERRIDE_GPU_CHECK=1
3636
# Only do 2023.06 for EB 5 since this is just a test
3737
( module load EESSI/2023.06 && module load EasyBuild/5 && module load EESSI-extend && python scripts/generate_data_files.py --eessi-version=2023.06 ) &

0 commit comments

Comments
 (0)