-
Notifications
You must be signed in to change notification settings - Fork 61
fix cudnn hook for non eessi installation #1099
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
fix cudnn hook for non eessi installation #1099
Conversation
@ocaisa done |
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
Updates by the bot instance
|
New job on instance
|
Verified with a build
and
|
Going in, thanks @pescobar |
63d20d4
into
EESSI:2023.06-software.eessi.io
while doing local installations we got this error installing cuddn
Reviewing the hook we noticed that if line
if self.name == 'cuDNN' and eessi_installation:
returnsFalse
(like in our case) then you always end up inraise EasyBuildError("cuDNN-specific hook triggered for non-cuDNN easyconfig?!")
I modified the cudnn hook taking as reference the cuda hook above it so the logic is