Skip to content

Commit

Permalink
minor wording / line-wrapping change
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Grund <[email protected]>
  • Loading branch information
trz42 and Flamefire authored Nov 8, 2024
1 parent f697d97 commit 68d89b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easybuild/easyblocks/t/tensorflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -886,8 +886,8 @@ def build_step(self):
cpaths, libpaths = self.system_libs_info[1:]

# add absolute path to libnccl.so.2 directory provided by NCCL
# when LD_LIBRARY_PATH is filtered and LIBRARY_PATH is not
# filtered, e.g., in an environment such as EESSI
# when LD_LIBRARY_PATH is filtered and LIBRARY_PATH is not filtered.
# E.g. in an environment such as EESSI.
nccl_root = get_software_root('NCCL')
if nccl_root:
filtered_env_vars = build_option('filter_env_vars') or []
Expand Down

0 comments on commit 68d89b9

Please sign in to comment.