Skip to content

Commit

Permalink
Merge pull request #2550 from ComputeCanada/cudnn-keepsymlinks
Browse files Browse the repository at this point in the history
Keep symlinks in cuDNN installations
  • Loading branch information
boegel authored Aug 19, 2021
2 parents 1e35d2f + 08c3bee commit 2965f92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions easybuild/easyblocks/c/cudnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ def __init__(self, *args, **kwargs):

super(EB_cuDNN, self).__init__(*args, **kwargs)

self.cfg['keepsymlinks'] = True
self.cfg.template_values['cudnnarch'] = cudnnarch
self.cfg.generate_template_values()

0 comments on commit 2965f92

Please sign in to comment.