From: Wolfgang Bangerth Date: Sun, 26 Nov 2017 23:22:00 +0000 (-0700) Subject: Tell users to build with ZOLTAN. X-Git-Tag: v9.0.0-rc1~703^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a33d85314cadedc9c8c0de381da74d7c182989d1;p=dealii.git Tell users to build with ZOLTAN. --- 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                           \