mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
15 lines
355 B
Plaintext
15 lines
355 B
Plaintext
include $(RULES)/mplib$(WM_MPLIB)
|
|
|
|
EXE_INC = \
|
|
$(PFLAGS) $(PINC) \
|
|
-I$(WM_THIRD_PARTY_DIR)/ParMetis-3.1/ParMETISLib \
|
|
-I$(WM_THIRD_PARTY_DIR)/ParMetis-3.1 \
|
|
-I../decompositionMethods/lnInclude \
|
|
-I../metisDecomp/lnInclude \
|
|
-I../scotchDecomp/lnInclude
|
|
|
|
LIB_LIBS = \
|
|
-L$(FOAM_MPI_LIBBIN) \
|
|
-lmetis-parmetis \
|
|
-lparmetis
|