File: node72.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 (53 lines) | stat: -rw-r--r-- 2,806 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
<!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>Scoped Operations</TITLE>
<META NAME="description" CONTENT="Scoped Operations">
<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="tex2html3080" HREF="node73.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="http://www.netlib.org/utk/icons/next_motif.gif"></A> <A NAME="tex2html3078" HREF="node69.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="http://www.netlib.org/utk/icons/up_motif.gif"></A> <A NAME="tex2html3074" HREF="node71.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="http://www.netlib.org/utk/icons/previous_motif.gif"></A> <A NAME="tex2html3082" 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="tex2html3083" 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="tex2html3081" HREF="node73.html">Array Descriptors</A>
<B>Up:</B> <A NAME="tex2html3079" HREF="node69.html">Basics</A>
<B> Previous:</B> <A NAME="tex2html3075" HREF="node71.html">Contexts</A>
<BR> <P>
<H2><A NAME="SECTION04413000000000000000">Scoped Operations</A></H2>
<A NAME="2315">&#160;</A>              <A NAME="secscope">&#160;</A>
<P>
An operation that involves more than
just a sender and a receiver is called
a <EM>scoped</EM> operation<A NAME="2318">&#160;</A>.
All processes that participate in a scoped 
operation are said to be within the operation's scope.
<P>
On a system using a linear array of processes,
the only natural scope is all processes.  Using
a two-dimensional rectangular process grid, we
have three natural scopes<A NAME="2319">&#160;</A>,
as shown in table&nbsp;<A HREF="node72.html#tabscopes">4.1</A>.  Refer to [<A HREF="node189.html#lawn93">24</A>]
for further details.
<P>
<P><A NAME="7956">&#160;</A><IMG WIDTH=453 HEIGHT=90 ALIGN=BOTTOM ALT="table2322" SRC="img253.gif"><BR>
<STRONG>Table 4.1:</STRONG> Scopes provided by a two-dimensional process grid<A NAME="tabscopes">&#160;</A><BR>
<P>
<P>
These groupings of processes are of
particular interest to the linear algebra
programmer, since distributed data 
decompositions of a two-dimensional
array (a linear algebra matrix) tend
to follow this process mapping. 
For instance, all of a distributed
matrix row can be found on a <EM>process row</EM>.
<P>
<BR> <HR>
<P><ADDRESS>
<I>Susan Blackford <BR>
Tue May 13 09:21:01 EDT 1997</I>
</ADDRESS>
</BODY>
</HTML>