Fix mpich linking option

This commit is contained in:
Wenkai Du
2020-10-19 14:43:01 -07:00
parent bf4a866109
commit e3f9e281f1
+1 -1
View File
@@ -48,7 +48,7 @@ HIPCUFLAGS += -DMPI_SUPPORT -I${MPI_HOME}/include -I${MPI_HOME}/include/mpi
HIPLDFLAGS += -L${MPI_HOME}/lib -lmpi
else ifeq ($(MPICH), 1)
HIPCUFLAGS += -DMPI_SUPPORT -I/usr/include/mpich
HIPLDFLAGS += -L/usr/lib -lmpi
HIPLDFLAGS += -L/usr/lib -lmpich
endif
LIBRARIES += rccl