~ubuntu-branches/ubuntu/feisty/pvm/feisty

« back to all changes in this revision

Viewing changes to man/man3/pvm_getopt.3

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2006-08-09 00:00:40 UTC
  • mfrom: (2.1.5 dapper)
  • Revision ID: james.westby@ubuntu.com-20060809000040-16kh33tmxx2em716
Tags: 3.4.5-7
Build with SHELL=/bin/bash in debian/rules; fixes FTBFS when /bin/sh
isn't bash. (Closes: #379543)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" $Id: pvm_getopt.3,v 1.1 1996/09/23 22:01:26 pvmsrc Exp $
 
1
.\" $Id: pvm_getopt.3,v 1.2 2000/02/11 22:28:06 pvmsrc Exp $
2
2
.TH GETOPT 3PVM "4 April, 1994" "" "PVM Version 3.4"
3
3
.SH NAME
4
4
pvm_getopt \- Returns the value of libpvm options.
17
17
Integer defining option to get.
18
18
One of:
19
19
.nf
20
 
PvmRoute            1    Message routing policy
21
 
PvmDebugMask        2    Libpvm debug mask
22
 
PvmAutoErr          3    Auto error reporting
23
 
PvmOutputTid        4    Stdout destination for children
24
 
PvmOutputCode       5    Output message tag
25
 
PvmTraceTid         6    Trace data destination for children
26
 
PvmTraceCode        7    Trace message tag
27
 
PvmFragSize         8    Message fragment size
28
 
PvmResvTids         9    Allow messages to reserved tags and TIDs
29
 
PvmSelfOutputTid   10    Stdout destination
30
 
PvmSelfOutputCode  11    Output message tag
31
 
PvmSelfTraceTid    12    Trace data destination
32
 
PvmSelfTraceCode   13    Trace message tag
33
 
PvmShowTids        14    pvm_catchout prints task ids with output
34
 
PvmPollType        15    Message wait policy (shared memory)
35
 
PvmPollTime        16    Message spinwait duration
 
20
PvmRoute              1    Message routing policy
 
21
PvmDebugMask          2    Libpvm debug mask
 
22
PvmAutoErr            3    Auto error reporting
 
23
PvmOutputTid          4    Stdout destination for children
 
24
PvmOutputCode         5    Output message tag for children
 
25
PvmTraceTid           6    Trace data destination for children
 
26
PvmTraceCode          7    Trace message tag for children
 
27
PvmTraceBuffer        8    Trace buffer size for children
 
28
PvmTraceOptions       9    Trace collection options for children
 
29
PvmFragSize          10    Message fragment size
 
30
PvmResvTids          11    Allow messages to reserved tags and TIDs
 
31
PvmSelfOutputTid     12    Stdout destination
 
32
PvmSelfOutputCode    13    Output message tag
 
33
PvmSelfTraceTid      14    Trace data destination
 
34
PvmSelfTraceCode     15    Trace message tag
 
35
PvmSelfTraceBuffer   16    Trace buffer size
 
36
PvmSelfTraceOptions  17    Trace collection options
 
37
PvmShowTids          18    pvm_catchout prints task ids with output
 
38
PvmPollType          19    Message wait policy (shared memory)
 
39
PvmPollTime          20    Message spinwait duration
 
40
PvmOutputContext     21    Output message context for children
 
41
PvmTraceContext      22    Trace message context for children
 
42
PvmSelfOutputContext 23    Output message context
 
43
PvmSelfTraceContext  24    Trace message context
 
44
PvmNoReset           25    Do not kill task on reset
36
45
.fi
37
46
.br
38
47
.IP val