<h2>1. BLACS</h2>
- <p> The <a href='http://www.netlib.org/blacs/'>BLACS</a> library
+ <p> The <a 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 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
<h2>2. SCALAPACK</h2>
- <p> The <a href='http://www.netlib.org/scalapack'>SCALAPACK</a>
+ <p> The <a 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 href="http://www.netlib.org/scalapack">SCALAPACK
webpage</a>. We require the
file <b><code>scalapack.tgz</code></b> 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 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 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
<code>
--with-mumps=path/to/mumps
--with-blacs=path/to/blacs
- --with-scalapack=path/to/scalpack
+ --with-scalapack=path/to/scalapack
</code>
</pre>
</p>