Skip to content

Commit 502494f

Browse files
committed
Add RDMAV_FORK_SAFE parameter to NCCL test
1 parent f488c39 commit 502494f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration-tests/tests/common/data/nccl/nccl_tests_submit_openmpi.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ mpirun \
1919
-x LD_LIBRARY_PATH=/shared/openmpi/nccl-${NCCL_VERSION}/build/lib/:${OFI_PATH}:$LD_LIBRARY_PATH \
2020
-x NCCL_DEBUG=WARNING \
2121
-x NCCL_TESTS_SPLIT_MASK=0x0 \
22+
-x RDMAV_FORK_SAFE=1 \
2223
--bind-to none \
2324
/shared/openmpi/nccl-tests-${NCCL_BENCHMARKS_VERSION}/build/all_reduce_perf -b 1024 -e 8G -f 2 -g 1 -c 1 > /shared/nccl_tests.out

0 commit comments

Comments
 (0)