mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: scotchDecomp: add mpi compilation since scotch.h seems to include mpi.h
This commit is contained in:
@ -1,4 +1,11 @@
|
|||||||
|
# Note including of mplib compilation rules. This
|
||||||
|
# is purely to avoid scotch.h including mpicxx.h
|
||||||
|
# which causes problems.
|
||||||
|
sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)
|
||||||
|
sinclude $(RULES)/mplib$(WM_MPLIB)
|
||||||
|
|
||||||
EXE_INC = \
|
EXE_INC = \
|
||||||
|
$(PFLAGS) $(PINC) \
|
||||||
-I$(SCOTCH_ARCH_PATH)/include \
|
-I$(SCOTCH_ARCH_PATH)/include \
|
||||||
-I/usr/include/scotch \
|
-I/usr/include/scotch \
|
||||||
-I../decompositionMethods/lnInclude
|
-I../decompositionMethods/lnInclude
|
||||||
|
|||||||
Reference in New Issue
Block a user