File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,13 +36,15 @@ jobs:
3636 # Set CPU override for the stack to query
3737 export EESSI_ARCHDETECT_OPTIONS_OVERRIDE="x86_64/intel/icelake"
3838 # Set GPU overrides for the stack to query (we have no GPU, so also override the GPU check)
39- export EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/nvidia/cc90"
4039 export EESSI_OVERRIDE_GPU_CHECK=1
4140 # 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
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
44+ export EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/nvidia/cc90"
4445 ( module load EESSI/2023.06 && module load EasyBuild/5 && module load EESSI-extend && python scripts/generate_data_files.py --eessi-version=2023.06 ) &
4546 # then 2025.06 for EB 5 (does not have EB4)
47+ export EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/nvidia/cc90"
4648 ( module load EESSI/2025.06 && module load EasyBuild/5 && module load EESSI-extend && python scripts/generate_data_files.py --eessi-version=2025.06 ) &
4749 # Merge all these results together
4850 wait
Original file line number Diff line number Diff line change 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/cc90 "
34+ export EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/nvidia/cc80 "
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 ) &
You can’t perform that action at this time.
0 commit comments