From 8e9307792758a87e93c70e670ac55951dd243e04 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 9 Jun 2021 14:48:46 -0400 Subject: [PATCH] Clarify requirment for MPI with Trilinos in documentation --- doc/external-libs/trilinos.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/external-libs/trilinos.html b/doc/external-libs/trilinos.html index 406f877c16..3c6deb19d2 100644 --- a/doc/external-libs/trilinos.html +++ b/doc/external-libs/trilinos.html @@ -111,9 +111,8 @@ make install You will need to adjust the path into which you want to install Trilinos - in the CMAKE_INSTALL_PREFIX line. If you do not have MPI installed you - should use -DTPL_ENABLE_MPI=OFF instead. Additionally, if - your computer has enough memory available, it may also be useful to pass + in the CMAKE_INSTALL_PREFIX line. If your computer has enough memory + available, it may also be useful to pass the flag -DTrilinos_ENABLE_EXPLICIT_INSTANTIATION=ON, which will improve compilation times of deal.II programs that use Trilinos.

-- 2.39.5