don't load modules for dependencies in CrayToolchain.prepare_step#1805
don't load modules for dependencies in CrayToolchain.prepare_step#1805ocaisa merged 1 commit intoeasybuilders:developfrom
Conversation
|
Thanks @boegel, this fix should make redundant the temporary workaround that I have used in |
|
@lucamar To test, you would need to apply the changes made to I tested it myself on Piz Daint, with this change (and the other fixes from https://github.com/easybuilders/easybuild-framework/pull/3008/files) I was able to install both These fixes will be included in the upcoming EasyBuild v4.0; with EasyBuild v3.x you use the workaround of using |
ocaisa
left a comment
There was a problem hiding this comment.
I don't have a Cray to test it on, but the changes here are straightforward
requires easybuilders/easybuild-framework#3008
This should have been there all along, rather than relying on using
dummyas a version for thedummytoolchain (which is deprecated in EasyBuild v4.0).See also eth-cscs/production#1174 (review)
cc @victorusu, @gppezzi, @lucamar