File: node25.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 (58 lines) | stat: -rw-r--r-- 3,793 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
<!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>Getting Started with ScaLAPACK</TITLE>
<META NAME="description" CONTENT="Getting Started with ScaLAPACK">
<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="tex2html2419" HREF="node26.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="http://www.netlib.org/utk/icons/next_motif.gif"></A> <A NAME="tex2html2417" HREF="node7.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="http://www.netlib.org/utk/icons/up_motif.gif"></A> <A NAME="tex2html2411" HREF="node24.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="http://www.netlib.org/utk/icons/previous_motif.gif"></A> <A NAME="tex2html2421" 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="tex2html2422" 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="tex2html2420" HREF="node26.html">How to Run an </A>
<B>Up:</B> <A NAME="tex2html2418" HREF="node7.html">Guide</A>
<B> Previous:</B> <A NAME="tex2html2412" HREF="node24.html">Contents of the CD-ROM</A>
<BR> <P>
<H1><A NAME="SECTION04200000000000000000">Getting Started with ScaLAPACK</A></H1>
<A NAME="howto">&#160;</A>
<P>
This chapter provides the background information to enable users to
call ScaLAPACK software, together with a simple example program.
The chapter begins by presenting a set of instructions
to execute a ScaLAPACK example program, followed by the source code
of Example Program #1.  A detailed explanation of the example program
is given, and finally the necessary steps to call a ScaLAPACK routine
are described by referencing the example program.
<P>
For an explanation of the terminology used within this chapter, please
refer to the <B>List of Notation</B> and/or <B>Glossary</B> at the 
beginning of this book.
<P>
<BR> <HR>
<UL><A NAME="CHILD_LINKS">&#160;</A>
<LI> <A NAME="tex2html2423" HREF="node26.html#SECTION04210000000000000000">How to Run an Example Program Using MPI</A>
<LI> <A NAME="tex2html2424" HREF="node27.html#SECTION04220000000000000000">Source Code for Example Program #1</A>
<LI> <A NAME="tex2html2425" HREF="node28.html#SECTION04230000000000000000">Details of Example Program #1</A>
<UL>
<LI> <A NAME="tex2html2426" HREF="node29.html#SECTION04231000000000000000">Simplifying Assumptions Used in Example Program</A>
<LI> <A NAME="tex2html2427" HREF="node30.html#SECTION04232000000000000000">Notation Used in Example Program</A>
<LI> <A NAME="tex2html2428" HREF="node31.html#SECTION04233000000000000000">Output of Example Program #1 Using MPI</A>
<LI> <A NAME="tex2html2429" HREF="node32.html#SECTION04234000000000000000">Output of Example Program #1 Using PVM</A>
</UL> 
<LI> <A NAME="tex2html2430" HREF="node33.html#SECTION04240000000000000000">Four Basic Steps Required to Call a ScaLAPACK Routine</A>
<UL>
<LI> <A NAME="tex2html2431" HREF="node34.html#SECTION04241000000000000000">Initialize the Process Grid</A>
<LI> <A NAME="tex2html2432" HREF="node35.html#SECTION04242000000000000000">Distribute the Matrix on the Process Grid</A>
<LI> <A NAME="tex2html2433" HREF="node36.html#SECTION04243000000000000000">Call the ScaLAPACK Routine</A>
<LI> <A NAME="tex2html2434" HREF="node37.html#SECTION04244000000000000000">Release the Process Grid</A>
</UL>
</UL>
<BR> <HR>
<P><ADDRESS>
<I>Susan Blackford <BR>
Tue May 13 09:21:01 EDT 1997</I>
</ADDRESS>
</BODY>
</HTML>