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.
139 lines
5.5 KiB
HTML
139 lines
5.5 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
|
|
<!--Converted with LaTeX2HTML 2012 (1.2)
|
|
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>Optional third party libraries</TITLE>
|
|
<META NAME="description" CONTENT="Optional third party libraries">
|
|
<META NAME="keywords" CONTENT="userhtml">
|
|
<META NAME="resource-type" CONTENT="document">
|
|
<META NAME="distribution" CONTENT="global">
|
|
|
|
<META NAME="Generator" CONTENT="LaTeX2HTML v2012">
|
|
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
|
|
|
<LINK REL="STYLESHEET" HREF="userhtml.css">
|
|
|
|
<LINK REL="next" HREF="node9.html">
|
|
<LINK REL="previous" HREF="node7.html">
|
|
<LINK REL="up" HREF="node6.html">
|
|
<LINK REL="next" HREF="node9.html">
|
|
</HEAD>
|
|
|
|
<BODY >
|
|
<!--Navigation Panel-->
|
|
<A NAME="tex2html181"
|
|
HREF="node9.html">
|
|
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
|
<A NAME="tex2html177"
|
|
HREF="node6.html">
|
|
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
|
<A NAME="tex2html171"
|
|
HREF="node7.html">
|
|
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
|
<A NAME="tex2html179"
|
|
HREF="node2.html">
|
|
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
|
<BR>
|
|
<B> Next:</B> <A NAME="tex2html182"
|
|
HREF="node9.html">Configuration options</A>
|
|
<B> Up:</B> <A NAME="tex2html178"
|
|
HREF="node6.html">Configuring and Building MLD2P4</A>
|
|
<B> Previous:</B> <A NAME="tex2html172"
|
|
HREF="node7.html">Prerequisites</A>
|
|
<B> <A NAME="tex2html180"
|
|
HREF="node2.html">Contents</A></B>
|
|
<BR>
|
|
<BR>
|
|
<!--End of Navigation Panel-->
|
|
|
|
<H2><A NAME="SECTION00052000000000000000"></A><A NAME="sec:third-party"></A>
|
|
<BR>
|
|
Optional third party libraries
|
|
</H2><FONT SIZE="+1"><FONT SIZE="+1"></FONT></FONT>
|
|
<P>
|
|
<FONT SIZE="+1"><FONT SIZE="+1"><FONT SIZE="+1">We provide interfaces to the following third-party software libraries;
|
|
note that these are optional, but if you enable them some defaults
|
|
for multilevel preconditioners may change to reflect their presence.
|
|
</FONT></FONT></FONT>
|
|
<P>
|
|
<FONT SIZE="+1"><FONT SIZE="+1"></FONT></FONT><DL>
|
|
<DT><STRONG>UMFPACK</STRONG></DT>
|
|
<DD>[<A
|
|
HREF="node30.html#UMFPACK">9</A>]
|
|
A sparse LU factorization package included in the SuiteSparse library, available from
|
|
<TT><A NAME="tex2html5"
|
|
HREF="faculty.cse.tamu.edu/davis/suitesparse.html">faculty.cse.tamu.edu/davis/suitesparse.html</A></TT>;
|
|
it provides sequential factorization and triangular system solution for double
|
|
precision real and complex data. We tested version 4.5.4 of SuiteSparse.
|
|
Note that for configuring SuiteSparse you should provide the right path to the BLAS
|
|
and LAPACK libraries in the <code>SuiteSparse_config/SuiteSparse_config.mk</code> file.
|
|
</DD>
|
|
<DT><STRONG>MUMPS</STRONG></DT>
|
|
<DD>[<A
|
|
HREF="node30.html#MUMPS">1</A>]
|
|
A sparse LU factorization package available from <TT><A NAME="tex2html6"
|
|
HREF="mumps.enseeiht.fr">mumps.enseeiht.fr</A></TT>;
|
|
it provides sequential and parallel factorizations and triangular system solution
|
|
for single and double precision, real and complex data.
|
|
We tested versions 4.10.0 and 5.0.1.
|
|
</DD>
|
|
<DT><STRONG>SuperLU</STRONG></DT>
|
|
<DD>[<A
|
|
HREF="node30.html#SUPERLU">10</A>]
|
|
A sparse LU factorization package available from
|
|
<TT><A NAME="tex2html7"
|
|
HREF="crd.lbl.gov/~xiaoye/SuperLU/">crd.lbl.gov/~xiaoye/SuperLU/</A></TT>; it provides sequential
|
|
factorization and triangular system solution for single and double precision,
|
|
real and complex data. We tested versions 4.3 and 5.0. If you installed BLAS from
|
|
ATLAS, remember to define the BLASLIB variable in the make.inc file.
|
|
|
|
</DD>
|
|
<DT><STRONG>SuperLU_Dist</STRONG></DT>
|
|
<DD>[<A
|
|
HREF="node30.html#SUPERLUDIST">18</A>]
|
|
A sparse LU factorization package available
|
|
from the same site as SuperLU; it provides parallel factorization and
|
|
triangular system solution for double precision real and complex data.
|
|
We tested versions 3.3 and 4.2. If you installed BLAS from
|
|
ATLAS, remember to define the BLASLIB variable in the make.inc file and
|
|
to add the <code>-std=c99</code> option to the C compiler options.
|
|
Note that this library requires the ParMETIS
|
|
library for parallel graph partitioning and fill-reducing matrix ordering, available from
|
|
<TT><A NAME="tex2html8"
|
|
HREF="glaros.dtc.umn.edu/gkhome/metis/parmetis/overview">glaros.dtc.umn.edu/gkhome/metis/parmetis/overview</A></TT>.
|
|
</DD>
|
|
</DL><FONT SIZE="+1"><FONT SIZE="+1"></FONT></FONT>
|
|
<P>
|
|
<FONT SIZE="+1"><FONT SIZE="+1"></FONT></FONT><HR>
|
|
<!--Navigation Panel-->
|
|
<A NAME="tex2html181"
|
|
HREF="node9.html">
|
|
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
|
<A NAME="tex2html177"
|
|
HREF="node6.html">
|
|
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
|
<A NAME="tex2html171"
|
|
HREF="node7.html">
|
|
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
|
<A NAME="tex2html179"
|
|
HREF="node2.html">
|
|
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
|
<BR>
|
|
<B> Next:</B> <A NAME="tex2html182"
|
|
HREF="node9.html">Configuration options</A>
|
|
<B> Up:</B> <A NAME="tex2html178"
|
|
HREF="node6.html">Configuring and Building MLD2P4</A>
|
|
<B> Previous:</B> <A NAME="tex2html172"
|
|
HREF="node7.html">Prerequisites</A>
|
|
<B> <A NAME="tex2html180"
|
|
HREF="node2.html">Contents</A></B>
|
|
<!--End of Navigation Panel-->
|
|
|
|
</BODY>
|
|
</HTML>
|