STYLE: use full path for decompositionMethods includes

- improves overall consistency and simplifies mpi-specific reuse
  (ie, ptscotchDecomp)
This commit is contained in:
Mark Olesen
2021-04-23 00:22:01 +02:00
parent 77375a88fd
commit 8524d02218
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 \

View File

@ -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:

View File

@ -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 \