source: proiecte/hpl/openmpi_compiled/share/man/man1/ompi-iof.1 @ 97

Last change on this file since 97 was 97, checked in by (none), 14 years ago

Adding compiled files

File size: 2.1 KB
Line 
1.\"
2.\" Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
3.\"                         University Research and Technology
4.\"                         Corporation.  All rights reserved.
5.\" Copyright (c) 2008-2009 Sun Microsystems, Inc.  All rights reserved.
6.\"
7.\" Man page for OMPI's ompi-iof command
8.\"
9.\" .TH name     section center-footer   left-footer  center-header
10.TH OMPI-IOF 1 "Dec 08, 2009" "1.4" "Open MPI"
11.\" **************************
12.\"    Name Section
13.\" **************************
14.SH NAME
15.
16ompi-iof, orte-iof \- Displays a copy of the output streams from a process.
17.
18.PP
19.
20\fBNOTE:\fP \fIompi-iof\fP, and \fIorte-iof\fP are exact
21synonyms for each other. Using any of the names will result in exactly
22identical behavior.
23.
24.\" **************************
25.\"    Synopsis Section
26.\" **************************
27.SH SYNOPSIS
28.
29.B ompi-iof
30.R [ options ]
31.
32.\" **************************
33.\"    Options Section
34.\" **************************
35.SH Options
36.
37\fIompi-iof\fR will display a copy of the indicated stdout, stderr, and/or stddiag streams
38from the designated process.
39.
40.TP 10
41.B -pid | --pid
42The pid of the mpirun executing the process whose streams are to be copied
43.
44.
45.TP
46.B -stdout | --stdout
47Display a copy of the specified process' stdout. If no options are specified, this will
48act as the default
49.
50.
51.TP
52.B -stderr | --stderr
53Display a copy of the specified process' stderr.
54.
55.
56.TP
57.B -stddiag | --stddiag
58Display a copy of the specified process' stddiag.
59.
60.
61.TP
62.B -rank | --rank
63The rank of the process whose output is to be copied.
64.
65.
66.\" **************************
67.\"    Description Section
68.\" **************************
69.SH DESCRIPTION
70.
71.PP
72\fIompi-iof\fR displays a copy of the indicated stdout, stderr, and/or stddiag streams
73from the designated process. At this time, a ctrl-C must be used to terminate the program.
74The program will terminate cleanly, telling the associated mpirun to close the requested
75streams before exiting.
76.
77.
78.\" **************************
79.\"    See Also Section
80.\" **************************
81.
82.SH SEE ALSO
83orterun(1)
84.
Note: See TracBrowser for help on using the repository browser.