File: node15.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 (47 lines) | stat: -rw-r--r-- 3,071 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
<!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>BLACS</TITLE>
<META NAME="description" CONTENT="BLACS">
<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="tex2html2301" HREF="node16.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="http://www.netlib.org/utk/icons/next_motif.gif"></A> <A NAME="tex2html2299" HREF="node11.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="http://www.netlib.org/utk/icons/up_motif.gif"></A> <A NAME="tex2html2295" HREF="node14.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="http://www.netlib.org/utk/icons/previous_motif.gif"></A> <A NAME="tex2html2303" 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="tex2html2304" 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="tex2html2302" HREF="node16.html">Efficiency and Portability</A>
<B>Up:</B> <A NAME="tex2html2300" HREF="node11.html">Software Components</A>
<B> Previous:</B> <A NAME="tex2html2296" HREF="node14.html">PBLAS</A>
<BR> <P>
<H2><A NAME="SECTION04134000000000000000">BLACS</A></H2>
<P>
<A NAME="secBLACS">&#160;</A>
<P>
The <B>BLACS</B> (Basic Linear Algebra Communication Subprograms)
[<A HREF="node189.html#lawn37">50</A>, <A HREF="node189.html#lawn94">54</A>] are a message-passing library designed for linear
algebra.  The computational model consists of a one- or two-dimensional
<EM>process grid</EM>, where each process stores pieces of the matrices and vectors.
The BLACS include synchronous send/receive routines to communicate a matrix
or submatrix from one process to another, to broadcast submatrices to
many processes, or to compute global reductions (sums, maxima and minima).
There are also routines to construct, change, or query the process grid.
Since several ScaLAPACK algorithms require broadcasts or reductions
among different subsets of processes, the BLACS permit a process
to be a member of several overlapping or disjoint process grids,
each one labeled by a <B>context</B>.  Some message-passing systems,
such as MPI [<A HREF="node189.html#mpi">64</A>, <A HREF="node189.html#SOHWD:96">110</A>], also include this context<A NAME="430">&#160;</A>
concept; MPI calls this
a <B>communicator</B><A NAME="432">&#160;</A>. The BLACS
provide facilities for safe inter-operation of system contexts and
BLACS contexts.  Further details of the BLACS can be found in&nbsp;[<A HREF="node189.html#lawn94">54</A>].  An important aim of the BLACS is to
provide a portable, linear algebra specific layer for communication.
<P>
<BR> <HR>
<P><ADDRESS>
<I>Susan Blackford <BR>
Tue May 13 09:21:01 EDT 1997</I>
</ADDRESS>
</BODY>
</HTML>