mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use full path for decompositionMethods includes
- improves overall consistency and simplifies mpi-specific reuse (ie, ptscotchDecomp)
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
EXE_INC = \
|
EXE_INC = \
|
||||||
-I$(KAHIP_INC_DIR) \
|
-I$(KAHIP_INC_DIR) \
|
||||||
-I../decompositionMethods/lnInclude
|
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* KaHIP is usually compiled with openmp, but may be missing the
|
* KaHIP is usually compiled with openmp, but may be missing the
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
EXE_INC = \
|
EXE_INC = \
|
||||||
-I$(METIS_INC_DIR) \
|
-I$(METIS_INC_DIR) \
|
||||||
-I../decompositionMethods/lnInclude
|
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude
|
||||||
|
|
||||||
LIB_LIBS = \
|
LIB_LIBS = \
|
||||||
-ldecompositionMethods \
|
-ldecompositionMethods \
|
||||||
|
|||||||
@ -8,7 +8,7 @@ EXE_INC = \
|
|||||||
-I$(PTSCOTCH_INC_DIR) \
|
-I$(PTSCOTCH_INC_DIR) \
|
||||||
-I$(SCOTCH_INC_DIR) \
|
-I$(SCOTCH_INC_DIR) \
|
||||||
$(PFLAGS) $(PINC) \
|
$(PFLAGS) $(PINC) \
|
||||||
-I../decompositionMethods/lnInclude
|
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The '-lscotch' is a slight hack:
|
* The '-lscotch' is a slight hack:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
EXE_INC = \
|
EXE_INC = \
|
||||||
-I$(SCOTCH_INC_DIR) \
|
-I$(SCOTCH_INC_DIR) \
|
||||||
-I../decompositionMethods/lnInclude
|
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude
|
||||||
|
|
||||||
LIB_LIBS = \
|
LIB_LIBS = \
|
||||||
-ldecompositionMethods \
|
-ldecompositionMethods \
|
||||||
|
|||||||
Reference in New Issue
Block a user