We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
see e.g. for 8.0.3:
$ ls -l $EBROOTCUDNN/lib64 total 6452820 -rwxr-xr-x 1 ebuser ebuser 100366104 Aug 21 2020 libcudnn_adv_infer.so -rwxr-xr-x 1 ebuser ebuser 100366104 Aug 21 2020 libcudnn_adv_infer.so.8 -rwxr-xr-x 1 ebuser ebuser 100366104 Aug 21 2020 libcudnn_adv_infer.so.8.0.3 -rwxr-xr-x 1 ebuser ebuser 65348216 Aug 21 2020 libcudnn_adv_train.so -rwxr-xr-x 1 ebuser ebuser 65348216 Aug 21 2020 libcudnn_adv_train.so.8 -rwxr-xr-x 1 ebuser ebuser 65348216 Aug 21 2020 libcudnn_adv_train.so.8.0.3 -rwxr-xr-x 1 ebuser ebuser 1066883944 Aug 21 2020 libcudnn_cnn_infer.so -rwxr-xr-x 1 ebuser ebuser 1066883944 Aug 21 2020 libcudnn_cnn_infer.so.8 -rwxr-xr-x 1 ebuser ebuser 1066883944 Aug 21 2020 libcudnn_cnn_infer.so.8.0.3 -rwxr-xr-x 1 ebuser ebuser 54564616 Aug 21 2020 libcudnn_cnn_train.so -rwxr-xr-x 1 ebuser ebuser 54564616 Aug 21 2020 libcudnn_cnn_train.so.8 -rwxr-xr-x 1 ebuser ebuser 54564616 Aug 21 2020 libcudnn_cnn_train.so.8.0.3 -rwxr-xr-x 1 ebuser ebuser 251247336 Aug 21 2020 libcudnn_ops_infer.so -rwxr-xr-x 1 ebuser ebuser 251247336 Aug 21 2020 libcudnn_ops_infer.so.8 -rwxr-xr-x 1 ebuser ebuser 251247336 Aug 21 2020 libcudnn_ops_infer.so.8.0.3 -rwxr-xr-x 1 ebuser ebuser 26002104 Aug 21 2020 libcudnn_ops_train.so -rwxr-xr-x 1 ebuser ebuser 26002104 Aug 21 2020 libcudnn_ops_train.so.8 -rwxr-xr-x 1 ebuser ebuser 26002104 Aug 21 2020 libcudnn_ops_train.so.8.0.3 -rwxr-xr-x 1 ebuser ebuser 158264 Aug 21 2020 libcudnn.so -rwxr-xr-x 1 ebuser ebuser 158264 Aug 21 2020 libcudnn.so.8 -rwxr-xr-x 1 ebuser ebuser 158264 Aug 21 2020 libcudnn.so.8.0.3 -rw-r--r-- 1 ebuser ebuser 1913929490 Aug 21 2020 libcudnn_static.a
keepsymlinks = True in the easyconfigs fixes this, or perhaps better to put this in the easyblock cudnn.py.
keepsymlinks = True
cudnn.py
The text was updated successfully, but these errors were encountered:
Keep symlinks in cuDNN installations
08c3bee
Fixes easybuilders/easybuild-easyconfigs#13771
cuDNN: add postinstallcommands with --add_origin
b385b6c
See easybuilders/easybuild-easyconfigs#13771
Successfully merging a pull request may close this issue.
see e.g. for 8.0.3:
keepsymlinks = True
in the easyconfigs fixes this, or perhaps better to put this in the easyblockcudnn.py
.The text was updated successfully, but these errors were encountered: