Skip to content
Snippets Groups Projects
Commit e71554b5 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 27/09/2023: MPIvide: fix for compilation problems

parent f7ee63bf
No related branches found
No related tags found
No related merge requests found
...@@ -342,7 +342,7 @@ INC_MPI = -I$(B)$(DIR_MPI) ...@@ -342,7 +342,7 @@ INC_MPI = -I$(B)$(DIR_MPI)
DIR_MASTER += $(DIR_MPI) DIR_MASTER += $(DIR_MPI)
OBJS_LISTE_MASTER += mpivide.o OBJS_LISTE_MASTER += mpivide.o
INC += $(INC_MPI) INC += $(INC_MPI)
mpivide.o : CPPFLAGS += -DMNH_INT=$(MNH_INT) -DMNH_REAL=$(MNH_REAL) \ mpivide.o : CPPFLAGS_C += -DMNH_INT=$(MNH_INT) -DMNH_REAL=$(MNH_REAL) \
-I$(DIR_MPI)/include -I$(DIR_MPI)/include
VPATH += $(DIR_MPI) VPATH += $(DIR_MPI)
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment