Skip to content
Snippets Groups Projects
Commit 0e9e2d53 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Adding nccl config and newer version

parent 72b357ab
No related branches found
No related tags found
No related merge requests found
Pipeline #201287 failed
......@@ -6,4 +6,5 @@ definitions:
- cuda_serial_codes:
- nccl
- nccl@2.20.5-1
- nvshmem
......@@ -7,3 +7,8 @@ modules:
OMPI_MCA_pml: 'ucx'
OMPI_MCA_osc: 'ucx'
UCX_NET_DEVICES: 'mlx5_2:1,mlx5_3:1'
nccl:
environment:
set:
NCCL_IB_HCA: 'mlx5_2:1,mlx5_3:1'
NCCL_SOCKET_IFNAME: 'bond0'
......@@ -7,3 +7,8 @@ modules:
OMPI_MCA_pml: 'ucx'
OMPI_MCA_osc: 'ucx'
UCX_NET_DEVICES: 'mlx5_2:1,mlx5_3:1'
nccl:
environment:
set:
NCCL_IB_HCA: 'mlx5_2:1,mlx5_3:1'
NCCL_SOCKET_IFNAME: 'bond0'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment