-
Notifications
You must be signed in to change notification settings - Fork 7
Description
amd00@MZ32-00:~/yk_repo/NCCL/msccl-az$ git remote -v
origin https://github.com/Azure/msccl.git (fetch)
amd00@MZ32-00:~/yk_repo/NCCL/msccl-az/scheduler/msccl-scheduler$ CXX=/usr/local/cuda-11.7/bin/nvcc BIN_HOME=/home/amd00/yk_repo/NCCL/nccl/build/obj/ SRC_HOME=/home/amd00/yk_repo/NCCL/nccl/src make
Compiling & Linking libmsccl-scheduler.so.1.0.0 > /home/amd00/yk_repo/NCCL/msccl-az/scheduler/msccl-scheduler/build/lib/libmsccl-scheduler.so.1.0.0
Compiling & Linking src/scheduler.cc > src/parser.cc
mkdir -p /home/amd00/yk_repo/NCCL/msccl-az/scheduler/msccl-scheduler/build/lib
/usr/local/cuda-11.7/bin/nvcc -I/home/amd00/yk_repo/NCCL/nccl/build/obj//include -I/home/amd00/yk_repo/NCCL/nccl/src/src/include --compiler-options -fPIC,-shared,-DNCCL -o /home/amd00/yk_repo/NCCL/msccl-az/scheduler/msccl-scheduler/build/lib/libmsccl-scheduler.so.1.0.0 --linker-options -soname,libmsccl-scheduler.so.1 -lcurl src/scheduler.cc src/parser.cc
In file included from src/scheduler.cc:21:
src/parser.h:21:10: fatal error: msccl/msccl_scheduler.h: No such file or directory
21 | #include "msccl/msccl_scheduler.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:43: /home/amd00/yk_repo/NCCL/msccl-az/scheduler/msccl-scheduler/build/lib/libmsccl-scheduler.so.1.0.0] Error 1
amd00@MZ32-00:~/yk_repo/NCCL/msccl-az/scheduler/msccl-scheduler$