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

STYLE: formatting of scotch options

parent 14e9ef34
Branches
Tags
No related merge requests found
......@@ -3,9 +3,9 @@ sinclude $(DEFAULT_RULES)/mplib$(WM_MPLIB)
EXE_INC = \
$(PFLAGS) $(PINC) \
-I../decompositionMethods/lnInclude \
-I$(SCOTCH_INC_DIR) \
-I$(SCOTCH_ARCH_PATH)/include/$(FOAM_MPI) \
-I$(SCOTCH_INC_DIR)
-I../decompositionMethods/lnInclude
/*
* The '-lscotch' is a slight hack:
......@@ -15,7 +15,5 @@ LIB_LIBS = \
-L$(SCOTCH_LIB_DIR) \
-L$(FOAM_EXT_LIBBIN) \
-L$(FOAM_EXT_LIBBIN)/$(FOAM_MPI) \
-lptscotch \
-lptscotcherrexit \
-lscotch \
-lrt
-lptscotch -lptscotcherrexit \
-lscotch -lrt
......@@ -11,4 +11,5 @@ EXE_INC = \
-I../decompositionMethods/lnInclude
LIB_LIBS = \
-L$(SCOTCH_LIB_DIR) -lscotch -lscotcherrexit -lrt
-L$(SCOTCH_LIB_DIR) \
-lscotch -lscotcherrexit -lrt
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment