Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
python scripts/generate_data_files.py --eessi-version=2025.06
) &
pid2=$!
# then 2025.06 for EB 5 with NVIDIA accelerators (does not have EB4)
# then 2026.06 for EB 5 with NVIDIA accelerators (does not have EB4)
(
module --force purge
export EESSI_DEBUG_INIT=1
Expand All @@ -61,10 +61,10 @@ jobs:
# Set GPU overrides for the stack to query (we have no GPU, so also override the GPU check)
export EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/nvidia/cc80"
export EESSI_OVERRIDE_GPU_CHECK=1
module load EESSI/2025.06
module load EESSI/2026.06

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ocaisa Is this change intended?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, thought I might as well try to pull something from every EESSI version

module load EasyBuild/5
module load EESSI-extend
python scripts/generate_data_files.py --eessi-version=2025.06
python scripts/generate_data_files.py --eessi-version=2026.06
) &
pid3=$!
# Merge all these results together
Expand Down
1 change: 1 addition & 0 deletions scripts/process_eessi_software_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"x86_64/intel/sapphirerapids",
"x86_64/intel/icelake",
"x86_64/intel/cascadelake",
"x86_64/intel/graniterapids",
]

RISCV_ARCHITECTURES = [
Expand Down
Loading