From: Wolfgang Bangerth Date: Fri, 23 Jul 2010 02:50:55 +0000 (+0000) Subject: Fix links. X-Git-Tag: v8.0.0~5776 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9466a78b07033c59ce50278b4779233b322f143;p=dealii.git Fix links. git-svn-id: https://svn.dealii.org/trunk@21557 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/external-libs/mumps.html b/deal.II/doc/external-libs/mumps.html index 2dacf0de03..e45e666acb 100644 --- a/deal.II/doc/external-libs/mumps.html +++ b/deal.II/doc/external-libs/mumps.html @@ -50,7 +50,7 @@

1. BLACS

-

The BLACS library +

The BLACS library provides basic linear algebra routines together with a communication model such that they can be used in parallel. The compilation of this library is highly dependent on the system @@ -59,7 +59,7 @@

The library can be found on the - official BLACS + official BLACS webpage. We require the three files mpiblacs.tgz, mpiblacs-patch03.tgz, and @@ -128,11 +128,11 @@

2. SCALAPACK

-

The SCALAPACK +

The SCALAPACK library provides high-performance linear algebra routines for distributed-memory message-passing MIMD computers. The library can be found on the - official SCALAPACK + official SCALAPACK webpage. We require the file scalapack.tgz only.

@@ -208,11 +208,11 @@

Now we come to the main program for which we are doing all this. We want to install the parallel sparse direct - solver MUMPS. + solver MUMPS.

After downloading the solver from its - official webpage, + official webpage, extracting it, and changing to the directory which was created, we find a subfolder named Make.inc where there are bunch of different @@ -298,7 +298,7 @@ --with-mumps=path/to/mumps --with-blacs=path/to/blacs - --with-scalapack=path/to/scalpack + --with-scalapack=path/to/scalapack