Skip to content

Commit 8aea72f

Browse files
committed
removed redundant settings
1 parent 6e04bb6 commit 8aea72f

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

micro-benchmarks/nccl-tests/kubernetes/nccl-tests.yaml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ spec:
1818
imagePullPolicy: IfNotPresent
1919
name: test-nccl-launcher
2020
env:
21-
- name: PATH
22-
value: $PATH:/opt/amazon/efa/bin:/usr/bin
2321
- name: LD_LIBRARY_PATH
24-
value: /opt/amazon/openmpi/lib:/opt/nccl/build/lib:/opt/amazon/efa/lib:/opt/amazon/ofi-nccl/lib/x86_64-linux-gnu:/usr/local/cuda/lib64:$LD_LIBRARY_PATH
22+
value: /opt/nccl/build/lib:/opt/amazon/ofi-nccl/lib/x86_64-linux-gnu
2523
command:
2624
- /opt/amazon/openmpi/bin/mpirun
2725
- --allow-run-as-root
@@ -33,21 +31,13 @@ spec:
3331
- --bind-to
3432
- none
3533
- -x
36-
- PATH
37-
- -x
3834
- LD_LIBRARY_PATH
3935
- -x
4036
- FI_PROVIDER=efa
4137
- -x
42-
- FI_EFA_FORK_SAFE=1
43-
- -x
4438
- NCCL_DEBUG=INFO
4539
- -x
46-
- NCCL_BUFFSIZE=8388608
47-
- -x
48-
- NCCL_P2P_NET_CHUNKSIZE=524288
49-
- -x
50-
- NCCL_TUNER_PLUGIN=/opt/amazon/ofi-nccl/lib/x86_64-linux-gnu/libnccl-ofi-tuner.so
40+
- NCCL_TUNER_PLUGIN=ofi
5141
- --mca
5242
- pml
5343
- ^ucx

0 commit comments

Comments
 (0)