~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/fr/pvm/pvm_exit.xml

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
 
2
<!DOCTYPE MAN SYSTEM "../../manrev.dtd">
 
3
<MAN>
 
4
  <LANGUAGE>eng</LANGUAGE>
 
5
  <TITLE>pvm_exit</TITLE>
 
6
  <TYPE>Scilab function</TYPE>
 
7
  <DATE>May 1998</DATE>
 
8
  <SHORT_DESCRIPTION name="pvm_exit"> tells the local pvmd that this process is leaving PVM.  </SHORT_DESCRIPTION>
 
9
  <CALLING_SEQUENCE>
 
10
    <CALLING_SEQUENCE_ITEM>[info] = pvm_exit()  </CALLING_SEQUENCE_ITEM>
 
11
  </CALLING_SEQUENCE>
 
12
  <PARAM>
 
13
    <PARAM_INDENT>
 
14
      <PARAM_ITEM>
 
15
        <PARAM_NAME>info</PARAM_NAME>
 
16
        <PARAM_DESCRIPTION>
 
17
          <SP>: integer</SP>
 
18
        </PARAM_DESCRIPTION>
 
19
      </PARAM_ITEM>
 
20
    </PARAM_INDENT>
 
21
  </PARAM>
 
22
  <DESCRIPTION>
 
23
    <P><VERB>pvm_exit</VERB> tells the local pvmd
 
24
    that this process is leaving PVM.
 
25
    This routine does not kill the process, which can continue to
 
26
    perform tasks just like any other serial process.</P>
 
27
    <P><VERB>pvm_exit</VERB> should be called by all PVM processes before
 
28
    they stop or exit for good. It <VERB>must</VERB> be called
 
29
    by processes that were not started with <VERB>pvm_spawn</VERB>.</P>
 
30
  </DESCRIPTION>
 
31
  <EXAMPLE>
 
32
<![CDATA[
 
33
pvm_exit()
 
34
 ]]>
 
35
  </EXAMPLE>
 
36
  <SEE_ALSO>
 
37
    <SEE_ALSO_ITEM>
 
38
      <LINK>pvm</LINK>
 
39
    </SEE_ALSO_ITEM>
 
40
  </SEE_ALSO>
 
41
</MAN>