<title>The deal.II Readme on interfacing to PETSc and Trilinos</title>
<link href="screen.css" rel="StyleSheet">
<meta name="author" content="the deal.II authors <authors @ dealii.org>">
- <meta name="copyright" content="Copyright (C) 2010, 2011, 2012 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 2010, 2011, 2012, 2013 by the deal.II authors">
<meta name="date" content="$Date: 2010-05-05 (Thu, 05 May 2010) $">
<meta name="svn_id" content="$Id: readme-mumps.html$">
<meta name="keywords" content="deal.II">
<h3>1. BLACS</h3>
- <p> The <a href="http://www.netlib.org/blacs/">BLACS</a> library
+ <p> The <a target="_top" href="http://www.netlib.org/blacs/">BLACS</a> 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
</p>
<p> The library can be found on the
- official <a href="http://www.netlib.org/blacs/">BLACS
+ official <a target="_top" href="http://www.netlib.org/blacs/">BLACS
webpage</a>. We require the three
files <b><code>mpiblacs.tgz</code></b>,
<b><code>mpiblacs-patch03.tgz</code></b>, and
<h3>2. SCALAPACK</h3>
- <p> The <a href="http://www.netlib.org/scalapack">SCALAPACK</a>
+ <p> The <a target="_top" href="http://www.netlib.org/scalapack">SCALAPACK</a>
library provides high-performance linear algebra routines for
distributed-memory message-passing <acronym>MIMD</acronym>
computers. The library can be found on the
- official <a href="http://www.netlib.org/scalapack">SCALAPACK
+ official <a target="_top" href="http://www.netlib.org/scalapack">SCALAPACK
webpage</a>. We require the
file <b><code>scalapack.tgz</code></b> version <= 1.8.0 only.
</p>
<p> Now we come to the main program for which we are doing all
this. We want to install the parallel sparse direct
- solver <a href="http://graal.ens-lyon.fr/MUMPS">MUMPS</a>.
+ solver <a target="_top" href="http://graal.ens-lyon.fr/MUMPS">MUMPS</a>.
</p>
<p> After downloading the solver from its
- official <a href="http://graal.ens-lyon.fr/MUMPS">webpage</a>,
+ official <a target="_top" href="http://graal.ens-lyon.fr/MUMPS">webpage</a>,
extracting it, and changing to the directory which was created, we
find a subfolder named
<code>Make.inc</code> where there are bunch of different