From 46313317b1c70eba521236774a44f7616f969a4d Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 14 Oct 2010 21:36:27 +0000 Subject: [PATCH] Add another comment. git-svn-id: https://svn.dealii.org/trunk@22346 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/readme-petsc-trilinos.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/readme-petsc-trilinos.html b/deal.II/doc/readme-petsc-trilinos.html index f449b45f23..42c6a2af51 100644 --- a/deal.II/doc/readme-petsc-trilinos.html +++ b/deal.II/doc/readme-petsc-trilinos.html @@ -188,7 +188,24 @@ make install where N is the number of compile jobs you want to run in parallel.

-

+ +

+ Trilinos sometimes searches for other libraries but can't find + them if they are not in the usual directories or have other + names. A common example are BLAS or LAPACK. In a case like + this, you may have to specifically pass the directories and/or + library names under which they can be found + to cmake. For example, this may mean to add the + following flags to the call above: + +

+      -D BLAS_LIBRARY_NAMES:STRING=goto \
+      -D BLAS_LIBRARY_DIRS:STRING=/apps/GotoBLAS/lib64 \
+      -D LAPACK_LIBRARY_NAMES:STRING=lapack \
+      -D LAPACK_LIBRARY_DIRS:STRING=/apps/lapack-3.2.1/lib64
+	  
+ +

Configuring for installed Trilinos packages

-- 2.39.5