You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
138 lines
4.9 KiB
HTML
138 lines
4.9 KiB
HTML
17 years ago
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||
|
|
||
|
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||
|
original version by: Nikos Drakos, CBLU, University of Leeds
|
||
|
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||
|
* with significant contributions from:
|
||
|
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE>Prerequisites</TITLE>
|
||
|
<META NAME="description" CONTENT="Prerequisites">
|
||
|
<META NAME="keywords" CONTENT="userhtml">
|
||
|
<META NAME="resource-type" CONTENT="document">
|
||
|
<META NAME="distribution" CONTENT="global">
|
||
|
|
||
|
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||
|
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||
|
|
||
|
<LINK REL="STYLESHEET" HREF="userhtml.css">
|
||
|
|
||
|
<LINK REL="next" HREF="node7.html">
|
||
|
<LINK REL="previous" HREF="node5.html">
|
||
|
<LINK REL="up" HREF="node5.html">
|
||
|
<LINK REL="next" HREF="node7.html">
|
||
|
</HEAD>
|
||
|
|
||
|
<BODY >
|
||
|
<!--Navigation Panel-->
|
||
|
<A NAME="tex2html141"
|
||
|
HREF="node7.html">
|
||
|
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||
|
SRC="file:/usr/share/latex2html/icons/next.png"></A>
|
||
|
<A NAME="tex2html137"
|
||
|
HREF="node5.html">
|
||
|
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||
|
SRC="file:/usr/share/latex2html/icons/up.png"></A>
|
||
|
<A NAME="tex2html131"
|
||
|
HREF="node5.html">
|
||
|
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||
|
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
|
||
|
<A NAME="tex2html139"
|
||
|
HREF="node1.html">
|
||
|
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||
|
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
|
||
|
<BR>
|
||
|
<B> Next:</B> <A NAME="tex2html142"
|
||
|
HREF="node7.html">Optional third party libraries</A>
|
||
|
<B> Up:</B> <A NAME="tex2html138"
|
||
|
HREF="node5.html">Configuring and Building MLD2P4</A>
|
||
|
<B> Previous:</B> <A NAME="tex2html132"
|
||
|
HREF="node5.html">Configuring and Building MLD2P4</A>
|
||
|
<B> <A NAME="tex2html140"
|
||
|
HREF="node1.html">Contents</A></B>
|
||
|
<BR>
|
||
|
<BR>
|
||
|
<!--End of Navigation Panel-->
|
||
|
|
||
|
<H2><A NAME="SECTION00051000000000000000">
|
||
|
Prerequisites</A>
|
||
|
</H2>
|
||
|
The following base libraries are needed:
|
||
|
<DL>
|
||
|
<DT><STRONG>BLAS</STRONG></DT>
|
||
|
<DD>The Basic Linear Algebra subprograms. Many vendors provide
|
||
|
optimized versions; if no vendor version is available for a given
|
||
|
platform, the ATLAS software <code>http://www.netlib.org/atlas</code>
|
||
|
may be employed. The reference BLAS from Netlib
|
||
|
<code>http://www.netlib.org/blas</code> are meant to define the standard
|
||
|
behaviour of the BLAS interface, so they not optimized for any
|
||
|
particular plaftorm, and should only be used as a last
|
||
|
resort. Note that BLAS computation form a relatively small part of
|
||
|
the MLD2P4/PSBLAS computations; they are however critical when using
|
||
|
preconditioners based on the UMFPACK or SuperLU third party
|
||
|
libraries.
|
||
|
</DD>
|
||
|
<DT><STRONG>MPI</STRONG></DT>
|
||
|
<DD>A version of MPI is available on most high performance
|
||
|
computing system; we only require version 1.1.
|
||
|
</DD>
|
||
|
<DT><STRONG>BLACS</STRONG></DT>
|
||
|
<DD>The Basic Linear Algebra Communication Subroutines are
|
||
|
available in source form from <code>http://www.netlib.org/blacs</code>;
|
||
|
some vendors include them in their parallel computing
|
||
|
support libraries.
|
||
|
</DD>
|
||
|
</DL>
|
||
|
|
||
|
<P>
|
||
|
The MLD2P4 software requires PSBLAS version 2.3 (at least), available
|
||
|
from <code>http://www.ce.uniroma2.it/psblas</code>; indeed, all the
|
||
|
prerequisites listed so far are also prerequisites of PSBLAS. Please
|
||
|
note that to build the MLD2P4 library it is necessary to get access to
|
||
|
the source PSBLAS directory used to build the version under use; after
|
||
|
the build process completes, only the compiled form of the library is
|
||
|
necessary to build user applications.
|
||
|
|
||
|
<P>
|
||
|
Please note that all the libraries listed so fare (BLAS, MPI, BLACS,
|
||
|
PSBLAS) must have Fortran interfaces compatible with the MLD2P4;
|
||
|
usually this means that they should all be built with the same
|
||
|
compiler.
|
||
|
|
||
|
<P>
|
||
|
<HR>
|
||
|
<!--Navigation Panel-->
|
||
|
<A NAME="tex2html141"
|
||
|
HREF="node7.html">
|
||
|
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||
|
SRC="file:/usr/share/latex2html/icons/next.png"></A>
|
||
|
<A NAME="tex2html137"
|
||
|
HREF="node5.html">
|
||
|
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||
|
SRC="file:/usr/share/latex2html/icons/up.png"></A>
|
||
|
<A NAME="tex2html131"
|
||
|
HREF="node5.html">
|
||
|
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||
|
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
|
||
|
<A NAME="tex2html139"
|
||
|
HREF="node1.html">
|
||
|
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||
|
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
|
||
|
<BR>
|
||
|
<B> Next:</B> <A NAME="tex2html142"
|
||
|
HREF="node7.html">Optional third party libraries</A>
|
||
|
<B> Up:</B> <A NAME="tex2html138"
|
||
|
HREF="node5.html">Configuring and Building MLD2P4</A>
|
||
|
<B> Previous:</B> <A NAME="tex2html132"
|
||
|
HREF="node5.html">Configuring and Building MLD2P4</A>
|
||
|
<B> <A NAME="tex2html140"
|
||
|
HREF="node1.html">Contents</A></B>
|
||
|
<!--End of Navigation Panel-->
|
||
|
<ADDRESS>
|
||
|
Salvatore Filippone
|
||
|
2008-07-22
|
||
|
</ADDRESS>
|
||
|
</BODY>
|
||
|
</HTML>
|