Skip to content

Commit

Permalink
Keep symlinks in cuDNN installations
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoldeman committed Aug 19, 2021
1 parent 35cbafe commit 08c3bee
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 08c3bee

Please sign in to comment.