File: node23.html

package info (click to toggle)
scalapack-doc 1.5-11
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 10,336 kB
  • ctags: 4,931
  • sloc: makefile: 47; sh: 18
file content (82 lines) | stat: -rw-r--r-- 5,990 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<!--Converted with LaTeX2HTML 96.1-h (September 30, 1996) by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds -->
<HTML>
<HEAD>
<TITLE>Related Projects</TITLE>
<META NAME="description" CONTENT="Related Projects">
<META NAME="keywords" CONTENT="slug">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<LINK REL=STYLESHEET HREF="slug.css">
</HEAD>
<BODY LANG="EN" >
 <A NAME="tex2html2397" HREF="node24.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="http://www.netlib.org/utk/icons/next_motif.gif"></A> <A NAME="tex2html2395" HREF="node8.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="http://www.netlib.org/utk/icons/up_motif.gif"></A> <A NAME="tex2html2389" HREF="node22.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="http://www.netlib.org/utk/icons/previous_motif.gif"></A> <A NAME="tex2html2399" HREF="node1.html"><IMG WIDTH=65 HEIGHT=24 ALIGN=BOTTOM ALT="contents" SRC="http://www.netlib.org/utk/icons/contents_motif.gif"></A> <A NAME="tex2html2400" HREF="node190.html"><IMG WIDTH=43 HEIGHT=24 ALIGN=BOTTOM ALT="index" SRC="http://www.netlib.org/utk/icons/index_motif.gif"></A> <BR>
<B> Next:</B> <A NAME="tex2html2398" HREF="node24.html">Contents of the CD-ROM</A>
<B>Up:</B> <A NAME="tex2html2396" HREF="node8.html">Essentials</A>
<B> Previous:</B> <A NAME="tex2html2390" HREF="node22.html">Errata</A>
<BR> <P>
<H1><A NAME="SECTION041110000000000000000">Related Projects</A></H1>
<P>
As mentioned in the Preface, the ScaLAPACK library discussed
in this Users' Guide is only one facet of the ScaLAPACK project.  A
variety of other software is also available in the <EM>scalapack</EM> directory
on <EM>netlib</EM>.
<BLOCKQUOTE> <TT>http://www.netlib.org/scalapack/index.html</TT>
</BLOCKQUOTE>
<P>
P_ARPACK (Parallel ARPACK)<A NAME="612">&#160;</A> is an extension of the ARPACK<A NAME="613">&#160;</A>
software
package used for solving large-scale eigenvalue problems<A NAME="614">&#160;</A><A NAME="615">&#160;</A> on distributed-memory
parallel architectures.  The message-passing layers currently supported
are BLACS and MPI.  Serial ARPACK must be retrieved and installed prior to
installing P_ARPACK.  All core ARPACK routines are available in single-precision real, double-precision real, single-precision complex, and
double-precision complex.  An extensive set of driver
routines is available for ARPACK, and a subset of these is available
for parallel computation with P_ARPACK.  These may be used as templates
that are easily modified to construct a problem specific parallel interface to
P_ARPACK.
<P>
CAPSS<A NAME="622">&#160;</A> is a fully parallel package to solve a sparse linear system of
the form <I>Ax</I>=<I>b</I> on a message passing multiprocessor; the matrix <I>A</I> is assumed to
be symmetric positive definite and associated with a mesh in two or three
dimensions.  This version has been tested on the  Intel Paragon and makes
possible efficient parallel solution for several right-hand-side vectors.
<P>
ParPre<A NAME="623">&#160;</A> is a package of parallel preconditioners for general sparse
matrices. It includes classical point/block relaxation methods,
generalized block SSOR preconditioners (this includes ILU), and domain
decomposition methods (additive and multiplicative Schwarz, Schur
complement).  The communication protocol is
MPI, and low-level routines from the PETSc&nbsp;[<A HREF="node189.html#ugpetsc">109</A>]<A NAME="625">&#160;</A>
library are used, but installing the complete PETSc library is not necessary.
<P>
Prototype codes are provided
for out-of-core<A NAME="626">&#160;</A><A NAME="627">&#160;</A>
solvers [<A HREF="node189.html#lawn118">55</A>] for LU, Cholesky,
and QR, the matrix sign function for eigenproblems&nbsp;[<A HREF="node189.html#baidemmel92a">14</A>, <A HREF="node189.html#lawn91">13</A>, <A HREF="node189.html#baidemmel97">12</A>]<A NAME="630">&#160;</A><A NAME="631">&#160;</A>,
an HPF interface<A NAME="632">&#160;</A><A NAME="633">&#160;</A>
to a subset of ScaLAPACK routines, and
SuperLU&nbsp;[<A HREF="node189.html#xiaoyelithesis">96</A>, <A HREF="node189.html#demmeleisenstatgilbertliliu">39</A>, <A HREF="node189.html#shm_superlu97">41</A>]<A NAME="635">&#160;</A><A NAME="636">&#160;</A>.
<BLOCKQUOTE> <TT>http://www.netlib.org/scalapack/prototype/</TT>
</BLOCKQUOTE>
These software contributions are
classified as <EM>prototype codes</EM><A NAME="641">&#160;</A> because they
are still under
development and their calling sequences may change.  They have been
tested only on a limited number of architectures and have not been
rigorously tested on all of the architectures to which the ScaLAPACK
library is portable.
<P>
Refer to Appendix&nbsp;<A HREF="node181.html#hpfexample">C.2</A> for a brief description of the HPF
interface to ScaLAPACK, as well as an example program.
<P>
<HR><A NAME="tex2html2397" HREF="node24.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="http://www.netlib.org/utk/icons/next_motif.gif"></A> <A NAME="tex2html2395" HREF="node8.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="http://www.netlib.org/utk/icons/up_motif.gif"></A> <A NAME="tex2html2389" HREF="node22.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="http://www.netlib.org/utk/icons/previous_motif.gif"></A> <A NAME="tex2html2399" HREF="node1.html"><IMG WIDTH=65 HEIGHT=24 ALIGN=BOTTOM ALT="contents" SRC="http://www.netlib.org/utk/icons/contents_motif.gif"></A> <A NAME="tex2html2400" HREF="node190.html"><IMG WIDTH=43 HEIGHT=24 ALIGN=BOTTOM ALT="index" SRC="http://www.netlib.org/utk/icons/index_motif.gif"></A> <BR>
<B> Next:</B> <A NAME="tex2html2398" HREF="node24.html">Contents of the CD-ROM</A>
<B>Up:</B> <A NAME="tex2html2396" HREF="node8.html">Essentials</A>
<B> Previous:</B> <A NAME="tex2html2390" HREF="node22.html">Errata</A>
<P><ADDRESS>
<I>Susan Blackford <BR>
Tue May 13 09:21:01 EDT 1997</I>
</ADDRESS>
</BODY>
</HTML>