From: young Date: Sat, 30 Mar 2013 12:45:01 +0000 (+0000) Subject: Corrections to readme and minor extension to petsc.html. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=634d971aaad75b5ee036076c5193ad3ee63e7be5;p=dealii-svn.git Corrections to readme and minor extension to petsc.html. git-svn-id: https://svn.dealii.org/trunk@29115 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/external-libs/petsc.html b/deal.II/doc/external-libs/petsc.html index ab786ce663..8fb7e4474a 100644 --- a/deal.II/doc/external-libs/petsc.html +++ b/deal.II/doc/external-libs/petsc.html @@ -121,10 +121,18 @@

This automatically builds PETSc with both MPI and the algebraic - multigrid preconditioner package Hypre (which we use in step-40). You - may wish to put the export commands into - your ~/.bashrc or ~/.cshrc files, with the - first one replaced by something of the kind + multigrid preconditioner package Hypre (which we use in step-40). +
+ Now let PETSc check his own sanity: +

+
+	make test
+      
+ will self-check the serial (and MPI) implementation of PETSc. +
+ You may wish to put the export commands into + your ~/.bashrc or ~/.cshrc files, with + the first one replaced by something of the kind
 
 	export PETSC_DIR=/path/to/petsc-x-y-z
diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html
index 897e27a642..f5edeaf7f8 100644
--- a/deal.II/doc/readme.html
+++ b/deal.II/doc/readme.html
@@ -620,7 +620,7 @@
 	

To disable the PETSc interfaces in cases where cmake automatically finds it, use -DDEAL_II_WITH_PETSC=OFF - More information on configuring and building PETSC can be + More information on configuring and building PETSc can be found here.

@@ -629,15 +629,20 @@
SLEPc

- SLEPc is - a library for eigenvalue computations that builds on PETSc. Its - configuration works just like that for PETSc, except that the - variable to set is SLEPC_DIR and - SLEPC_ARCH. - If SLEPC_ARCH is left empty, cmake will - use the same architecture as specified in PETSC_ARCH. - For the interface with SLEPc to work, deal.II's - PETSc interface must also be configured correctly (see above). + SLEPc is a library for eigenvalue + computations that builds on PETSc. Its configuration works + just like that for PETSc, except that the variable to set + is SLEPC_DIR. For the interface with SLEPc to + work, deal.II's PETSc interface must also + be configured correctly (see above). +

+ +

+ To disable the SLEPc interfaces in cases where cmake + automatically finds it, use -DDEAL_II_WITH_PETSC=OFF + More information on configuring and building SLEPc can be + found here.