From 7a43eaa55fb2b5f2570b1cdfe1f6659a648d2a82 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 4 Apr 2013 19:34:33 +0000 Subject: [PATCH] Make external links refer to the outermost frame. git-svn-id: https://svn.dealii.org/trunk@29187 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/external-libs/mumps.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/deal.II/doc/external-libs/mumps.html b/deal.II/doc/external-libs/mumps.html index 12e10ac45e..ad74a1e469 100644 --- a/deal.II/doc/external-libs/mumps.html +++ b/deal.II/doc/external-libs/mumps.html @@ -6,7 +6,7 @@ The deal.II Readme on interfacing to PETSc and Trilinos - + @@ -65,7 +65,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 @@ -74,7 +74,7 @@

The library can be found on the - official BLACS + official BLACS webpage. We require the three files mpiblacs.tgz, mpiblacs-patch03.tgz, and @@ -143,11 +143,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 version <= 1.8.0 only.

@@ -223,11 +223,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 -- 2.39.5