You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
130 lines
5.2 KiB
HTML
130 lines
5.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html >
|
|
<head><title>psb_snd — Send data</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<meta name="generator" content="TeX4ht (https://tug.org/tex4ht/)">
|
|
<meta name="originator" content="TeX4ht (https://tug.org/tex4ht/)">
|
|
<!-- html,3 -->
|
|
<meta name="src" content="userhtml.tex">
|
|
<link rel="stylesheet" type="text/css" href="userhtml.css">
|
|
</head><body
|
|
>
|
|
<!--l. 1081--><div class="crosslinks"><p class="noindent">[<a
|
|
href="userhtmlsu75.html" >next</a>] [<a
|
|
href="userhtmlsu71.html" >prev</a>] [<a
|
|
href="userhtmlsu71.html#tailuserhtmlsu71.html" >prev-tail</a>] [<a
|
|
href="userhtmlsu69.html#tailuserhtmlsu72.html">tail</a>] [<a
|
|
href="userhtmlsu59.html#userhtmlsu74.html" >up</a>] </p></div>
|
|
<h4 class="subsectionHead"><span class="titlemark">7.16 </span> <a
|
|
id="x84-1210007.16"></a>psb_snd — Send data</h4>
|
|
|
|
|
|
|
|
<pre class="verbatim" id="verbatim-90">
|
|
call psb_snd(ctxt, dat, dst, m)
|
|
</pre>
|
|
<!--l. 1085--><p class="nopar" >
|
|
<!--l. 1087--><p class="indent" > This subroutine sends a packet of data to a destination.
|
|
<dl class="description"><dt class="description">
|
|
<span
|
|
class="cmbx-10">Type:</span> </dt><dd
|
|
class="description">Synchronous: see usage notes.
|
|
</dd><dt class="description">
|
|
<span
|
|
class="cmbx-10">On Entry</span> </dt><dd
|
|
class="description">
|
|
</dd><dt class="description">
|
|
<span
|
|
class="cmbx-10">ctxt</span> </dt><dd
|
|
class="description">the communication context identifying the virtual parallel machine.<br
|
|
class="newline" />Scope: <span
|
|
class="cmbx-10">global</span>.<br
|
|
class="newline" />Type: <span
|
|
class="cmbx-10">required</span>.<br
|
|
class="newline" />Intent: <span
|
|
class="cmbx-10">in</span>.<br
|
|
class="newline" />Specified as: an integer variable.
|
|
</dd><dt class="description">
|
|
<span
|
|
class="cmbx-10">dat</span> </dt><dd
|
|
class="description">The data to be sent.<br
|
|
class="newline" />Scope: <span
|
|
class="cmbx-10">local</span>.<br
|
|
class="newline" />Type: <span
|
|
class="cmbx-10">required</span>.<br
|
|
class="newline" />Intent: <span
|
|
class="cmbx-10">in</span>.<br
|
|
class="newline" />Specified as: an integer, real or complex variable, which may be a scalar,
|
|
or a rank 1 or 2 array, or a character or logical scalar.  Type, kind and
|
|
rank must agree on sender and receiver process; if <span
|
|
class="cmmi-10">m </span>is not specified, size
|
|
must agree as well.
|
|
</dd><dt class="description">
|
|
<span
|
|
class="cmbx-10">dst</span> </dt><dd
|
|
class="description">Destination process.<br
|
|
class="newline" />Scope: <span
|
|
class="cmbx-10">global</span>.<br
|
|
class="newline" />Type: <span
|
|
class="cmbx-10">required</span>.<br
|
|
class="newline" />Intent: <span
|
|
class="cmbx-10">in</span>.<br
|
|
class="newline" />Specified as: an integer value 0 <span
|
|
class="cmmi-10"><</span>= <span
|
|
class="cmmi-10">dst <</span>= <span
|
|
class="cmmi-10">np </span><span
|
|
class="cmsy-10">- </span>1. <br
|
|
class="newline" />
|
|
</dd><dt class="description">
|
|
<span
|
|
class="cmbx-10">m</span> </dt><dd
|
|
class="description">Number of rows.<br
|
|
class="newline" />Scope: <span
|
|
class="cmbx-10">global</span>.<br
|
|
class="newline" />Type: <span
|
|
class="cmbx-10">Optional</span>.<br
|
|
class="newline" />Intent: <span
|
|
class="cmbx-10">in</span>.<br
|
|
class="newline" />Specified as: an integer value 0 <span
|
|
class="cmmi-10"><</span>= <span
|
|
class="cmmi-10">m <</span>= <span
|
|
class="cmmi-10">size</span>(<span
|
|
class="cmmi-10">dat,</span>1). <br
|
|
class="newline" />When <span
|
|
class="cmmi-10">dat </span>is a rank 2 array, specifies the number of rows to be sent
|
|
independently of the leading dimension <span
|
|
class="cmmi-10">size</span>(<span
|
|
class="cmmi-10">dat,</span>1); must have the same
|
|
value on sending and receiving processes.</dd></dl>
|
|
<!--l. 1121--><p class="indent" >
|
|
<dl class="description"><dt class="description">
|
|
<span
|
|
class="cmbx-10">On Return</span> </dt><dd
|
|
class="description"></dd></dl>
|
|
|
|
|
|
|
|
<!--l. 1125--><p class="noindent" ><span
|
|
class="cmbx-12">Notes</span>
|
|
<ol class="enumerate1" >
|
|
<li
|
|
class="enumerate" id="x84-121002x1">This subroutine implies a synchronization, but only between the calling
|
|
process and the destination process <span
|
|
class="cmmi-10">dst</span>.</li></ol>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--l. 1132--><div class="crosslinks"><p class="noindent">[<a
|
|
href="userhtmlsu75.html" >next</a>] [<a
|
|
href="userhtmlsu71.html" >prev</a>] [<a
|
|
href="userhtmlsu71.html#tailuserhtmlsu71.html" >prev-tail</a>] [<a
|
|
href="userhtmlsu72.html" >front</a>] [<a
|
|
href="userhtmlsu59.html#userhtmlsu74.html" >up</a>] </p></div>
|
|
<!--l. 1132--><p class="indent" > <a
|
|
id="tailuserhtmlsu72.html"></a>
|
|
</body></html>
|