source: proiecte/hpl/openmpi_compiled/share/man/man1/orte-ps.1 @ 97

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

Adding compiled files

File size: 2.2 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-ps command
8.\"
9.\" .TH name     section center-footer   left-footer  center-header
10.TH OMPI-PS 1 "Dec 08, 2009" "1.4" "Open MPI"
11.\" **************************
12.\"    Name Section
13.\" **************************
14.SH NAME
15.
16ompi-ps, orte-ps \- Displays information about the active jobs and processes
17in Open MPI.
18.
19.PP
20.
21\fBNOTE:\fP \fIompi-ps\fP, and \fIorte-ps\fP are exact
22synonyms for each other. Using any of the names will result in exactly
23identical behavior.
24.
25.\" **************************
26.\"    Synopsis Section
27.\" **************************
28.SH SYNOPSIS
29.
30.B ompi-ps
31.R [ options ]
32.
33.\" **************************
34.\"    Options Section
35.\" **************************
36.SH Options
37.
38\fIompi-ps\fR will display information about running job(s) in the current
39universe.
40.
41.TP 10
42.B -h | --help
43Display help for this command
44.
45.
46.TP
47.B -v | --verbose
48Enable verbose output for debugging
49.
50.
51.TP
52.B --daemons
53Display daemon job information.
54.
55.
56.TP
57.B -j | --jobid
58Display the state of a specific job in the universe. By default all jobs will
59be displayed.
60.
61.
62.TP
63.B -p | --vpid
64Display the state of a specific vpid (process) in the universe. By default all
65vpids cooresponding to processes will be displayed. Must be used in conjunction
66with the \fB--jobid\fP option.
67.
68.
69.TP
70.B -n | --nodes
71Display all of the allocated nodes, and their cooresponding states. By default
72this is disabled.
73.
74.
75.TP
76.B -gmca | --gmca \fR<key> <value>\fP
77Pass global MCA parameters that are applicable to all contexts. \fI<key>\fP is
78the parameter name; \fI<value>\fP is the parameter value.
79.
80.
81.TP
82.B -mca | --mca <key> <value>
83Send arguments to various MCA modules.
84.
85.
86.\" **************************
87.\"    Description Section
88.\" **************************
89.SH DESCRIPTION
90.
91.PP
92\fIompi-ps\fR displays the state of jobs running inside an Open RTE universe.
93.
94.
95.\" **************************
96.\"    See Also Section
97.\" **************************
98.
99.SH SEE ALSO
100orterun(1), orte-clean(1)
101.
Note: See TracBrowser for help on using the repository browser.