mirror of
https://develop.openfoam.com/Development/ThirdParty-common.git
synced 2025-12-08 06:57:50 +00:00
ENH: add support of additional configure options to some make scripts - remove hard-coded --verbs from makeOPENMPI in favour of letting the user provide it via the command-line for makeOPENMPI. eg, makeOPENMPI openmpi-1.10.6 -- --with-verbs=DIRECTORY ...
16 lines
445 B
Plaintext
16 lines
445 B
Plaintext
/*
|
|
* NOTE: make any changes to this file in etc/wmakeFiles/
|
|
* Must use -DNDEBUG to disable kahip debug mode.
|
|
* Using -DMODE_NODESEP is not strictly required for building the library.
|
|
*/
|
|
|
|
EXE_INC = \
|
|
${c++LESSWARN} \
|
|
${COMP_OPENMP} \
|
|
-DNDEBUG -DMODE_NODESEP \
|
|
-I$(KAHIP_LIB_SRC) \
|
|
-I$(KAHIP_LIB_SRC)/partition \
|
|
-I$(KAHIP_LIB_SRC)/partition/uncoarsening/refinement/quotient_graph_refinement/flow_refinement
|
|
|
|
LIB_LIBS =
|