Skip to content
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

cuDNN installations shared libraries are copies and not symlinks #13771

Closed
bartoldeman opened this issue Aug 19, 2021 · 0 comments · Fixed by easybuilders/easybuild-easyblocks#2550
Milestone

Comments

@bartoldeman
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants