STYLE: formatting of scotch options

This commit is contained in:
Mark Olesen
2018-05-29 09:57:30 +02:00
parent 14e9ef34e5
commit 7e270fc482
2 changed files with 6 additions and 7 deletions

View File

@ -3,9 +3,9 @@ sinclude $(DEFAULT_RULES)/mplib$(WM_MPLIB)
EXE_INC = \ EXE_INC = \
$(PFLAGS) $(PINC) \ $(PFLAGS) $(PINC) \
-I../decompositionMethods/lnInclude \ -I$(SCOTCH_INC_DIR) \
-I$(SCOTCH_ARCH_PATH)/include/$(FOAM_MPI) \ -I$(SCOTCH_ARCH_PATH)/include/$(FOAM_MPI) \
-I$(SCOTCH_INC_DIR) -I../decompositionMethods/lnInclude
/* /*
* The '-lscotch' is a slight hack: * The '-lscotch' is a slight hack:
@ -15,7 +15,5 @@ LIB_LIBS = \
-L$(SCOTCH_LIB_DIR) \ -L$(SCOTCH_LIB_DIR) \
-L$(FOAM_EXT_LIBBIN) \ -L$(FOAM_EXT_LIBBIN) \
-L$(FOAM_EXT_LIBBIN)/$(FOAM_MPI) \ -L$(FOAM_EXT_LIBBIN)/$(FOAM_MPI) \
-lptscotch \ -lptscotch -lptscotcherrexit \
-lptscotcherrexit \ -lscotch -lrt
-lscotch \
-lrt

View File

@ -11,4 +11,5 @@ EXE_INC = \
-I../decompositionMethods/lnInclude -I../decompositionMethods/lnInclude
LIB_LIBS = \ LIB_LIBS = \
-L$(SCOTCH_LIB_DIR) -lscotch -lscotcherrexit -lrt -L$(SCOTCH_LIB_DIR) \
-lscotch -lscotcherrexit -lrt