Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions micro-benchmarks/nccl-tests/kubernetes/nccl-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ spec:
imagePullPolicy: IfNotPresent
name: test-nccl-launcher
env:
- name: PATH
value: $PATH:/opt/amazon/efa/bin:/usr/bin
- name: LD_LIBRARY_PATH
value: /opt/amazon/openmpi/lib:/opt/nccl/build/lib:/opt/amazon/efa/lib:/opt/aws-ofi-nccl/install/lib:/usr/local/nvidia/lib:$LD_LIBRARY_PATH
value: /opt/nccl/build/lib:/opt/amazon/ofi-nccl/lib/x86_64-linux-gnu
command:
- /opt/amazon/openmpi/bin/mpirun
- --allow-run-as-root
Expand All @@ -33,21 +31,13 @@ spec:
- --bind-to
- none
- -x
- PATH
- -x
- LD_LIBRARY_PATH
- -x
- FI_PROVIDER=efa
- -x
- FI_EFA_FORK_SAFE=1
- -x
- NCCL_DEBUG=INFO
- -x
- NCCL_BUFFSIZE=8388608
- -x
- NCCL_P2P_NET_CHUNKSIZE=524288
- -x
- NCCL_TUNER_PLUGIN=/opt/aws-ofi-nccl/install/lib/libnccl-ofi-tuner.so
- NCCL_TUNER_PLUGIN=ofi
- --mca
- pml
- ^ucx
Expand Down