Skip to content

Commit

Permalink
Merge pull request #22520 from bartoldeman/20250311152552_new_pr_NCCL283
Browse files Browse the repository at this point in the history
Add rpath: False toolchainopt to older NCCL easyconfigs
  • Loading branch information
branfosj authored Mar 11, 2025
2 parents 2629085 + a3e6726 commit e486d6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions easybuild/easyconfigs/n/NCCL/NCCL-2.8.3-CUDA-11.0.2.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ description = """The NVIDIA Collective Communications Library (NCCL) implements
communication primitives that are performance optimized for NVIDIA GPUs."""

toolchain = SYSTEM
toolchainopts = {'rpath': False}

local_cuda_version_major_minor = '.'.join(local_cuda_version.split('.')[:2])

Expand Down
1 change: 1 addition & 0 deletions easybuild/easyconfigs/n/NCCL/NCCL-2.8.3-CUDA-11.1.1.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ description = """The NVIDIA Collective Communications Library (NCCL) implements
communication primitives that are performance optimized for NVIDIA GPUs."""

toolchain = SYSTEM
toolchainopts = {'rpath': False}

local_cuda_version_major_minor = '.'.join(local_cuda_version.split('.')[:2])

Expand Down
1 change: 1 addition & 0 deletions easybuild/easyconfigs/n/NCCL/NCCL-2.9.9-CUDA-11.3.1.eb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ description = """The NVIDIA Collective Communications Library (NCCL) implements
communication primitives that are performance optimized for NVIDIA GPUs."""

toolchain = SYSTEM
toolchainopts = {'rpath': False}

local_cuda_version_major_minor = '.'.join(local_cuda_version.split('.')[:2])

Expand Down

0 comments on commit e486d6d

Please sign in to comment.