ptscotch - compiles into ptscotchDecomp. All thirdparty decompositionMethods now moved out of decompositionMethods so add them explicitly to link line for programs that need them (decomposePar, snappyHexMesh etc.)
13 lines
361 B
Plaintext
13 lines
361 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteVolume \
|
|
-lgenericPatchFields \
|
|
-ldecompositionMethods -lmetisDecomp -lscotchDecomp \
|
|
-llagrangian \
|
|
-lmeshTools
|