From 4e4c121173295431810f41de2975f00b65204d2a Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 26 Dec 2012 20:17:45 +0000 Subject: [PATCH] Fix typos. git-svn-id: https://svn.dealii.org/trunk@27855 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/external-libs/mumps.html | 102 +++++++++++++-------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/deal.II/doc/external-libs/mumps.html b/deal.II/doc/external-libs/mumps.html index 906c673262..9e88efb34b 100644 --- a/deal.II/doc/external-libs/mumps.html +++ b/deal.II/doc/external-libs/mumps.html @@ -1,21 +1,21 @@ - + - - + + The deal.II Readme on interfacing to PETSc and Trilinos - - + + - - - + + +

Interfacing deal.II to MUMPS

- +

This documentation describes the compilation process of MUMPS and its dependencies starting with BLACS and following @@ -30,14 +30,14 @@ walk-through mentioning the most important parameters needed for successful compliation and linking.

- +

The compilation scheme involves repeating the same three steps for each piece of software we want installed: (i) Selecting an appropriate makefile; (ii) Modifying symbols in this makefile to suit the environment; and (iii) running make to actually compile the software.

- +

Note: If you are using a system, which provides Intel's MKL, you should only have to compile MUMPS, since BLACS and @@ -47,9 +47,9 @@ considered. Otherwise start right below with the installation of BLACS.

- +

1. BLACS

- +

The BLACS library provides basic linear algebra routines together with a communication model such that they can be used in parallel. The @@ -57,7 +57,7 @@ and software used and we can only give a general guide through the configuration process.

- +

The library can be found on the official BLACS webpage. We require the three @@ -71,19 +71,19 @@ conventional: Bmake.XXX-YYY, where XXX stands for the message passing software of your system - (eg.. MPI, PVM) + (e.g. MPI, PVM) and - YYY for the system architecture (eg. LINUX, + YYY for the system architecture (e.g. LINUX, SUN4, SUN4SOL). Pick the corresponding file for your combination of message passing software and system architecture, copy it to the root directory of BLACS, and rename it Bmake.inc. Now that we have the correct makefile, we have to adapt it to the system we are using.

- +

We start by opening Bamke.inc in our favourite text editor and taking a look at the following three sections: - +

-

- +

+

Assuming we have done all of that correctly, we go back to the BLACS root directory and compile the library with the command make mpi.

- +

2. SCALAPACK

- +

The SCALAPACK library provides high-performance linear algebra routines for distributed-memory message-passing MIMD @@ -136,15 +136,15 @@ webpage. We require the file scalapack.tgz version <= 1.8.0 only.

- +

After extracting the file and changing to the directory which was created, we find a file called SLmake.inc.example and rename it to SLmake.inc. In this file we have to set a few parameters as we did before with BLACS' own Bmake.inc. - -