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 83 84 85 86 87 88
|
<!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>Performance, Portability and Scalability</TITLE>
<META NAME="description" CONTENT="Performance, Portability and Scalability">
<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="tex2html3555" HREF="node109.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="http://www.netlib.org/utk/icons/next_motif.gif"></A> <A NAME="tex2html3553" HREF="node104.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="http://www.netlib.org/utk/icons/up_motif.gif"></A> <A NAME="tex2html3547" HREF="node107.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="http://www.netlib.org/utk/icons/previous_motif.gif"></A> <A NAME="tex2html3557" 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="tex2html3558" 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="tex2html3556" HREF="node109.html">The BLAS as the </A>
<B>Up:</B> <A NAME="tex2html3554" HREF="node104.html">Performance of ScaLAPACK</A>
<B> Previous:</B> <A NAME="tex2html3548" HREF="node107.html">Achieving High Performance on </A>
<BR> <P>
<H1><A NAME="SECTION04520000000000000000">Performance, Portability and Scalability</A></H1>
<A NAME="secPPS"> </A>
<P>
How can we provide
<B>portable</B><A NAME="3588"> </A>
software for dense
linear algebra
computations that
is <B>efficient</B>
on a wide range of
modern distributed-memory
computers?
Answering this question --
and providing the
appropriate software --
has been an objective
of the ScaLAPACK
project.
<P>
The ScaLAPACK
software has been
designed specifically
to achieve high
efficiency for a
wide range of modern
distributed-memory
computers.
Examples of such
computers include
the Cray T3D and
T3E computers,
the IBM Scalable
POWERparallel SP
series, the Intel
iPSC and Paragon
computers, the
nCube-2/3 computer,
networks and clusters
of workstations (NoWs<A NAME="3590"> </A>
and CoWs<A NAME="3591"> </A>), and ``piles''
of PCs (PoPCs)<A NAME="3592"> </A>.
<P>
<BR> <HR>
<UL><A NAME="CHILD_LINKS"> </A>
<LI> <A NAME="tex2html3559" HREF="node109.html#SECTION04521000000000000000">The BLAS as the Key to (Trans)portable Efficiency</A>
<LI> <A NAME="tex2html3560" HREF="node110.html#SECTION04522000000000000000">Two-Dimensional Block Cyclic Data Distribution as a Key
to Load Balancing and Software Reuse</A>
<LI> <A NAME="tex2html3561" HREF="node111.html#SECTION04523000000000000000">BLACS as an Efficient, Portable and Adequate
Message-Passing Interface</A>
<UL>
<LI> <A NAME="tex2html3562" HREF="node112.html#SECTION04523100000000000000">Parallel Efficiency</A>
</UL>
<LI> <A NAME="tex2html3563" HREF="node113.html#SECTION04524000000000000000">ScaLAPACK Performance</A>
<LI> <A NAME="tex2html3564" HREF="node114.html#SECTION04525000000000000000">Performance of Selected BLACS and Level 3 BLAS Routines</A>
<UL>
<LI> <A NAME="tex2html3565" HREF="node115.html#SECTION04525100000000000000">Performance of Selected PBLAS routines</A>
<LI> <A NAME="tex2html3566" HREF="node116.html#SECTION04525200000000000000">Solution of Common Numerical Linear Algebra Problems</A>
</UL>
<LI> <A NAME="tex2html3567" HREF="node117.html#SECTION04526000000000000000">Solving Linear Systems of Equations</A>
<UL>
<LI> <A NAME="tex2html3568" HREF="node118.html#SECTION04526100000000000000">Solving Linear Least Squares Problems</A>
<LI> <A NAME="tex2html3569" HREF="node119.html#SECTION04526200000000000000">Eigenvalue Problems</A>
</UL>
</UL>
<BR> <HR>
<P><ADDRESS>
<I>Susan Blackford <BR>
Tue May 13 09:21:01 EDT 1997</I>
</ADDRESS>
</BODY>
</HTML>
|