-
Notifications
You must be signed in to change notification settings - Fork 7
add EESSI/2025.06 module file (+ populate scripts for all CPU targets in 2025.06 software layer) #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
add EESSI/2025.06 module file (+ populate scripts for all CPU targets in 2025.06 software layer) #30
Conversation
…EESSI/<version> module being loaded
Let's give it try: bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
New job on instance
|
Oops, that was built for the wrong repo... (though we did a comment to the 2023.06 module file, so in the end we may want to build for both versions). Let's try 2025.06 now. bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
New job on instance
|
The 2025.06 tarball does not contain any 2023.06 host-injection easystacks anymore (like the build in #6 (comment) did), so I think this looks good. |
This is basically the same as #6, but with an additional change on top: it moves the easystacks of the GPU support scripts to a version-specific subdirectory (2023.06), and modifies the script accordingly. Instead of using a hardcoded list of easystacks, it will just find all files named like
eessi-${EESSI_VERSION}-*-CUDA-host-injections.yml
(maybe it could even just find*.yml
?) ineasystacks/$EESSI_VERSION
.