Skip to content

Commit dbc6fc1

Browse files
committed
Fix build path
Fix build path.
1 parent 87f0c7f commit dbc6fc1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/nccl-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)