add the rccl/lib directory to the link path

[ROCm/rccl-tests commit: 9c9746739a]
Cette révision appartient à :
Edgar Gabriel
2022-10-31 19:01:22 +00:00
Parent 7b4df84531
révision 78706b1a95
+1 -1
Voir le fichier
@@ -21,7 +21,7 @@ HIPLDFLAGS :=
ifneq ($(NCCL_HOME), "")
HIPCUFLAGS += -I$(NCCL_HOME)/ -I$(NCCL_HOME)/include
HIPLDFLAGS += -Wl,-rpath,$(NCCL_HOME) -L$(NCCL_HOME)
HIPLDFLAGS += -Wl,-rpath,$(NCCL_HOME) -L$(NCCL_HOME) -L$(NCCL_HOME)/lib
endif
HIPCUFLAGS += -I$(ROCM_PATH)/include
HIPCUFLAGS += -I$(ROCM_PATH)/include/hip