From: Wolfgang Bangerth
Date: Mon, 15 Feb 2010 14:00:39 +0000 (+0000)
Subject: Document PETSc and threads problem.
X-Git-Tag: v8.0.0~6433
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c3058ed9e1332eb0715daac2bae2ee5e93bb70c;p=dealii.git
Document PETSc and threads problem.
git-svn-id: https://svn.dealii.org/trunk@20632 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/readme-petsc-trilinos.html b/deal.II/doc/readme-petsc-trilinos.html
index 6d08a8d50d..1028abf70f 100644
--- a/deal.II/doc/readme-petsc-trilinos.html
+++ b/deal.II/doc/readme-petsc-trilinos.html
@@ -5,7 +5,7 @@
The deal.II Readme on interfacing to PETSc and Trilinos
-
+
@@ -99,6 +99,14 @@
this posting to the mailing list.
+
+ There is an additional caveat: PETSc appears not to co-operate well when using
+ threads and some programs crash when deal.II is compiled in its usual mode
+ supporting multithreading. If you see this sort of behavior, we
+ recommend to try disabling multithreading upon configuration of deal.II using the
+ --disable-threads switch to ./configure.
+