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
|
<!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>Four Basic Steps Required to Call a ScaLAPACK Routine</TITLE>
<META NAME="description" CONTENT="Four Basic Steps Required to Call a ScaLAPACK Routine">
<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="tex2html2527" HREF="node34.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="http://www.netlib.org/utk/icons/next_motif.gif"></A> <A NAME="tex2html2525" HREF="node25.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="http://www.netlib.org/utk/icons/up_motif.gif"></A> <A NAME="tex2html2521" HREF="node32.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="http://www.netlib.org/utk/icons/previous_motif.gif"></A> <A NAME="tex2html2529" 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="tex2html2530" 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="tex2html2528" HREF="node34.html">Initialize the Process Grid</A>
<B>Up:</B> <A NAME="tex2html2526" HREF="node25.html">Getting Started with ScaLAPACK</A>
<B> Previous:</B> <A NAME="tex2html2522" HREF="node32.html">Output of Example Program </A>
<BR> <P>
<H1><A NAME="SECTION04240000000000000000">Four Basic Steps Required to Call a ScaLAPACK Routine</A></H1>
<P>
<A NAME="basicsteps"> </A>
<P>
Four basic steps are required to call a ScaLAPACK routine.
<OL>
<LI> Initialize the process grid
<LI> Distribute the matrix on the process grid
<LI> Call ScaLAPACK routine
<LI> Release the process grid
</OL>
<P>
Each of these steps is detailed below. The example program in
section <A HREF="node28.html#example1">2.3</A> illustrates these basic requirements. Refer
to section <A HREF="node30.html#secvariables">2.3.2</A> for an explanation of notational variables.
<P>
For more information on the BLACS routines called in this program, and
more specifically their calling sequences, please refer to
Appendix <A HREF="node185.html#chapqrefblacs">D.3</A>, [<A HREF="node189.html#lawn94">54</A>], and
the BLACS homepage<A NAME="792"> </A> <BR>
(<TT>http://www.netlib.org/blacs/index.html</TT>). Further details of
the matrix distribution and storage scheme can be found in
Chapter <A HREF="node68.html#chap2dbsd">4</A> and section <A HREF="node76.html#seclocalstorage">4.3.2</A>.
<P>
<BR> <HR>
<UL><A NAME="CHILD_LINKS"> </A>
<LI> <A NAME="tex2html2531" HREF="node34.html#SECTION04241000000000000000">Initialize the Process Grid</A>
<LI> <A NAME="tex2html2532" HREF="node35.html#SECTION04242000000000000000">Distribute the Matrix on the Process Grid</A>
<LI> <A NAME="tex2html2533" HREF="node36.html#SECTION04243000000000000000">Call the ScaLAPACK Routine</A>
<LI> <A NAME="tex2html2534" HREF="node37.html#SECTION04244000000000000000">Release the Process Grid</A>
</UL>
<BR> <HR>
<P><ADDRESS>
<I>Susan Blackford <BR>
Tue May 13 09:21:01 EDT 1997</I>
</ADDRESS>
</BODY>
</HTML>
|