From: wolf Date: Mon, 8 Mar 2004 17:38:43 +0000 (+0000) Subject: Fix version number of new petsc version. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14907b76086c4b8c80520a8e802a097c3009df81;p=dealii-svn.git Fix version number of new petsc version. git-svn-id: https://svn.dealii.org/trunk@8680 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index a74f8f51df..8f742b61ce 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -707,12 +707,12 @@

Note that in order to use PETSc with deal.II, you - need to have at least PETSc version 2.1.7 installed. Version 2.1.6 may + need to have at least PETSc version 2.2.0 installed. Version 2.1.6 may work in most cases, but you will get some (harmless) warnings during compilation. Also, during testing with this version, we discovered a serious bug in the TCQMR linear solver which basically renders it useless. All these problems have been reported and are supposed to be - fixed in 2.1.7. Versions prior to 2.1.6 are likely not to work, but have + fixed in 2.2.0. Versions prior to 2.1.6 are likely not to work, but have not been tested.