From a33d85314cadedc9c8c0de381da74d7c182989d1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 26 Nov 2017 16:22:00 -0700 Subject: [PATCH] Tell users to build with ZOLTAN. --- doc/external-libs/trilinos.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/external-libs/trilinos.html b/doc/external-libs/trilinos.html index e48a61a8ac..ead1e966a6 100644 --- a/doc/external-libs/trilinos.html +++ b/doc/external-libs/trilinos.html @@ -64,16 +64,19 @@
  • ML,
  • MueLu,
  • ROL (optional), -
  • Sacado, and -
  • Teuchos. +
  • Sacado, +
  • Teuchos, +
  • Zoltan (optional). Trilinos uses cmake to configure and build. The following slightly longish set of commands will set up a - reasonable configuration: + reasonable configuration (trilinos-x.y.z is the + version-specific path into which the + Trilinos .tar.gz will unpack):
     
    -    cd trilinos-12.4.2
    +    cd trilinos-x.y.z
         mkdir build
         cd build
     
    @@ -87,6 +90,7 @@
         -DTrilinos_ENABLE_MueLu=ON                       \
         -DTrilinos_ENABLE_ML=ON                          \
         -DTrilinos_ENABLE_ROL=ON                         \
    +    -DTrilinos_ENABLE_Zoltan=ON                      \
         -DTrilinos_VERBOSE_CONFIGURE=OFF                 \
         -DTPL_ENABLE_MPI=ON                              \
         -DBUILD_SHARED_LIBS=ON                           \
    -- 
    2.39.5