File: node30.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 (86 lines) | stat: -rw-r--r-- 3,857 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
83
84
85
86
<!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>Notation Used in Example Program</TITLE>
<META NAME="description" CONTENT="Notation Used in Example Program">
<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="tex2html2495" HREF="node31.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="http://www.netlib.org/utk/icons/next_motif.gif"></A> <A NAME="tex2html2493" HREF="node28.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="http://www.netlib.org/utk/icons/up_motif.gif"></A> <A NAME="tex2html2487" HREF="node29.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="http://www.netlib.org/utk/icons/previous_motif.gif"></A> <A NAME="tex2html2497" 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="tex2html2498" 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="tex2html2496" HREF="node31.html">Output of Example Program </A>
<B>Up:</B> <A NAME="tex2html2494" HREF="node28.html">Details of Example Program </A>
<B> Previous:</B> <A NAME="tex2html2488" HREF="node29.html">Simplifying Assumptions Used in </A>
<BR> <P>
<H2><A NAME="SECTION04232000000000000000">Notation Used in Example Program</A></H2>
<P>
<A NAME="secvariables">&#160;</A>
<P>
The following is a list of notational variables and definitions 
specific to Example Program #1.
A complete <B>List of Notation</B> can be found at the
beginning of this book.
<P>
<PRE><TT> 
Variable 		 Definition
<P>
<I>CSRC</I> 		 (global) Process column over which the first column of the matrix is distributed.
<P>
<I>DESCA</I> 		 (global and local) Array descriptor for matrix <I>A</I>.
<P>
<I>DESCB</I> 		 (global and local) Array descriptor for matrix <I>B</I>.
<P>
<I>ICTXT</I> 		 (global) BLACS context associated with a process grid.
<P>
<I>M</I> 		 (global) Number of rows in the global matrix <I>A</I>.
<P>
<I>MB</I> 		 (global) Row block size for the matrix <I>A</I>.
<P>
<I>MXLLDA</I> 		 (global) Maximum local leading dimension of the array <I>A</I>.
<P>
<I>MXLLDB</I> 		 (global) Maximum local leading dimension of the array <I>B</I>.
<P>
<I>MXLOCC</I>  		 (global) Maximum number of columns of the matrix <I>A</I> owned by any
<P>
        		  process column.
<P>
<I>MXLOCR</I>  		 (global) Maximum number of rows of the matrix <I>A</I> owned by any
<P>
         		  process row.
<P>
<I>MXRHSC</I>  		 (global) Maximum number of columns of the matrix <I>B</I> owned by any
<P>
        		  process column.
<P>
<I>MYCOL</I> 		 (local) Calling process's column coordinate in the process grid.
<P>
<I>MYROW</I> 		 (local) Calling process's row coordinate in the process grid.
<P>
<I>N</I> 		 (global) Number of columns in the global matrix <I>A</I>,
<P>
     		 and the number of rows of the global solution matrix <I>B</I>.
<P>
<I>NB</I> 		 (global) Column block size for the matrix <I>A</I>,
<P>
     		 and the row block size for the matrix <I>B</I>.
<P>
<I>NBRHS</I>		 (global) Column block size for the global solution matrix <I>B</I>.
<P>
<I>NPCOL</I> 		 (global) Number of columns in the process grid.
<P>
<I>NPROW</I> 		 (global) Number of rows in the process grid.
<P>
<I>NRHS</I> 		 (global) Number of columns in the global solution matrix <I>B</I>.
<P>
<I>RSRC</I> 		 (global) Process row over which the first row of the matrix is distributed.
<P>
</TT></PRE><BR> <HR>
<P><ADDRESS>
<I>Susan Blackford <BR>
Tue May 13 09:21:01 EDT 1997</I>
</ADDRESS>
</BODY>
</HTML>