Update mpich include path

[ROCm/rccl-tests commit: 0fccaec26f]
Tento commit je obsažen v:
Wenkai Du
2021-04-16 18:23:28 -04:00
rodič 93f75304ec
revize 9de1f7dc53
+1 -1
Zobrazit soubor
@@ -47,7 +47,7 @@ ifeq ($(MPI), 1)
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
HIPCUFLAGS += -DMPI_SUPPORT -I/usr/include/mpich -I/usr/include/x86_64-linux-gnu/mpich
HIPLDFLAGS += -L/usr/lib -lmpich
endif