Skip to content
Snippets Groups Projects
Commit 8524d022 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: use full path for decompositionMethods includes

- improves overall consistency and simplifies mpi-specific reuse
  (ie, ptscotchDecomp)
parent 77375a88
Branches
Tags
No related merge requests found
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
......
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 = \ ...@@ -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:
......
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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment