File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,19 +22,19 @@ jobs:
2222 path : ./nccl-tests
2323 - name : Build msccl
2424 run : |
25- make src.build -j
25+ make src.build -j install
2626 - name : Build nccl-tests
2727 run : |
28- make MPI=1 MPI_HOME=/usr/local/mpi NCCL_HOME=./build -j -C ./nccl-tests
28+ make MPI=1 MPI_HOME=/usr/local/mpi NCCL_HOME=../.. /build -j -C ./nccl-tests
2929 - name : Test local all reduce
3030 run : |
3131 mpirun \
3232 -allow-run-as-root -H localhost:4 -np 4 -mca btl ^openib \
33- -x NCCL_DEBUG=VERSION \
33+ -x LD_LIBRARY_PATH=/usr/local/lib -x NCCL_DEBUG=VERSION \
3434 ./nccl-tests/build/all_reduce_perf -b 1K -e 256M -f 2 -g 1 -c 1 -w 20 -n 50
3535 - name : Test local alltoall
3636 run : |
3737 mpirun \
3838 -allow-run-as-root -H localhost:4 -np 4 -mca btl ^openib \
39- -x NCCL_DEBUG=VERSION \
39+ -x LD_LIBRARY_PATH=/usr/local/lib -x NCCL_DEBUG=VERSION \
4040 ./nccl-tests/build/alltoall_perf -b 1K -e 256M -f 2 -g 1 -c 1 -w 20 -n 50
You can’t perform that action at this time.
0 commit comments