]> https://gitweb.dealii.org/ - candi.git/commitdiff
trilions: bugfix: switch on superlu and parmetis, if present
authorUwe Köcher <koecher@hsu-hamburg.de>
Thu, 17 Dec 2015 22:13:35 +0000 (23:13 +0100)
committerUwe Köcher <koecher@hsu-hamburg.de>
Thu, 17 Dec 2015 22:13:35 +0000 (23:13 +0100)
deal.II-toolchain/packages/trilinos.package

index 85996ddec151413605a8cf01d0604a2cc45a3d87..9068a71f6898ba3a704242451c5a82c0eb5e4205 100644 (file)
@@ -103,7 +103,7 @@ if [ ! -z "${PARMETIS_DIR}" ]; then
     cecho ${INFO} "trilinos: configuration with ParMETIS"
     CONFOPTS="\
         ${CONFOPTS} \
-        -D TPL_ENABLE_ParMETIS:BOOL=${ParMETIS} \
+        -D TPL_ENABLE_ParMETIS:BOOL=ON \
         -D TPL_ParMETIS_LIBRARIES:FILEPATH=${PARMETIS_DIR}/lib/libparmetis.so \
         -D TPL_ParMETIS_INCLUDE_DIRS:PATH=${PARMETIS_DIR}/include"
 fi
@@ -113,7 +113,7 @@ if [ ! -z "${SUPERLU_DIR}" ]; then
     cecho ${INFO} "trilinos: configuration with SuperLU_dist"
     CONFOPTS="\
         ${CONFOPTS} \
-          -D TPL_ENABLE_SuperLUDist:BOOL=${SuperLUDist} \
+          -D TPL_ENABLE_SuperLUDist:BOOL=ON \
           -D TPL_SuperLUDist_LIBRARIES:FILEPATH=${SUPERLU_DIR}/lib/libsuperlu_dist.so \
           -D SuperLUDist_INCLUDE_DIRS:PATH=${SUPERLU_DIR}/include/superlu \
           -D HAVE_SUPERLUDIST_LUSTRUCTINIT_2ARG:BOOL=ON"

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.