Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
7e270fc4
Commit
7e270fc4
authored
May 29, 2018
by
Mark OLESEN
Browse files
STYLE: formatting of scotch options
parent
14e9ef34
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/parallel/decompose/ptscotchDecomp/Make/options
View file @
7e270fc4
...
...
@@ -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
src/parallel/decompose/scotchDecomp/Make/options
View file @
7e270fc4
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment