Note: this removes the option to reconstruct by setting nDomains to 1. You now have to explicitly use -reconstruct to reconstruct.
23 lines
709 B
Plaintext
23 lines
709 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude \
|
|
-I$(LIB_SRC)/parallel/decompose/decompose/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
|
|
-I$(LIB_SRC)/regionModels/regionModel/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/mesh/snappyHexMesh/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteVolume \
|
|
-lgenericPatchFields \
|
|
-ldecompositionMethods \
|
|
-L$(FOAM_LIBBIN)/dummy \
|
|
-lkahipDecomp -lmetisDecomp -lptscotchDecomp -lscotchDecomp \
|
|
-ldecompose \
|
|
-lmeshTools \
|
|
-llagrangian \
|
|
-ldynamicMesh \
|
|
-lregionModels \
|
|
-lsnappyHexMesh
|