File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ jobs:
4343 pid1=$!
4444 # then 2023.06 for EB 5
4545 export EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/nvidia/cc90"
46- ( module load EESSI/2023.06 && module load EasyBuild/5.2 && module load EESSI-extend && python scripts/generate_data_files.py --eessi-version=2023.06 ) &
46+ ( module load EESSI/2023.06 && module load EasyBuild/5 && module load EESSI-extend && python scripts/generate_data_files.py --eessi-version=2023.06 ) &
4747 pid2=$!
4848 # then 2025.06 for EB 5 (does not have EB4)
4949 export EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/nvidia/cc90"
50- ( module load EESSI/2025.06 && module load EasyBuild/5.2 && module load EESSI-extend && python scripts/generate_data_files.py --eessi-version=2025.06 ) &
50+ ( module load EESSI/2025.06 && module load EasyBuild/5 && module load EESSI-extend && python scripts/generate_data_files.py --eessi-version=2025.06 ) &
5151 pid3=$!
5252 fail=0 # initialise
5353 wait $pid1 || fail=1
You can’t perform that action at this time.
0 commit comments