Uh oh!
There was an error while loading. Please reload this page.
fix condition in EESSI-extend so environment variable to configure EasyBuild 5.1+ are only defined when EasyBuild >= 5.1 is used - #66
Conversation
casparvl
commented
Aug 19, 2025
This will probably fail, as I don't think the new bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws arch:zen2 |
New job on instance
|
…I#54. This will make sure the rebuild of EESSI-extend is done before building the CUDA in host-injections. That's essentially, as the fix in EESSI-extend is needed to make the CUDA in host-injections step pass
casparvl
commented
Aug 19, 2025
Indeed Changed the order back to what it was prior to #54 |
casparvl
commented
Aug 19, 2025
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws arch:zen2 |
New job on instance
|
casparvl
commented
Aug 19, 2025
Still the same failure. Either the updated EESSI-extend isn't properly used (module caching?) or the fix just doens't work. |
casparvl
commented
Aug 19, 2025
Interactively, the fix seems to work, which makes me suspect module caching. We can do two things:
|
casparvl
commented
Aug 19, 2025
Hm, it is ignoring cache (or should be, at least): |
casparvl
commented
Aug 19, 2025
I'll start placing echo's, see where things go wrong... |
casparvl
commented
Aug 19, 2025
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws arch:zen2 |
New job on instance
|
casparvl
commented
Aug 19, 2025
Well that is stupid: It does not get unset, and the reason is that the version-check isn't satisfied! I.e. because we first swap to a different EasyBuild and then do the unload, the env vars don't get unset. Should we do the unset unconditionally upon unload? I'm not sure... this may lead to other weird behavior. Maybe: |
casparvl
commented
Aug 19, 2025
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws arch:zen2 |
New job on instance
|
casparvl
commented
Aug 19, 2025
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws arch:zen2 |
New job on instance
|
casparvl
commented
Aug 19, 2025
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws arch:zen2 |
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
casparvl
commented
Aug 19, 2025
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws arch:zen2 |
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
casparvl
commented
Aug 20, 2025
Closing in favor of #67 |
edit: also reverting change of when
install_cuda_and_librariesandlink_nvidia_host_libraries.share called, that was changed in #54 but wasn't correct