]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Tell users to build with ZOLTAN. 5533/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Sun, 26 Nov 2017 23:22:00 +0000 (16:22 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 27 Nov 2017 00:26:41 +0000 (17:26 -0700)
doc/external-libs/trilinos.html

index e48a61a8ac5af6b8b589f14ac4ba1216534bcae9..ead1e966a6c44d631aa9900c8739bce7da205d21 100644 (file)
         <li> ML,
         <li> MueLu,
         <li> ROL (optional),
-        <li> Sacado, and
-        <li> Teuchos.
+        <li> Sacado,
+        <li> Teuchos,
+        <li> Zoltan (optional).
       </ul>
 
       Trilinos uses <a href="http://cmake.org/">cmake</a> to configure and
       build. The following slightly longish set of commands will set up a
-      reasonable configuration:
+      reasonable configuration (<code>trilinos-x.y.z</code> is the
+      version-specific path into which the
+      Trilinos <code>.tar.gz</code> will unpack):
       <pre>
 
-    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                           \

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.