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

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

Adding compiled files

File size: 2.0 KB
Line 
1.\"
2.\" Copyright (c) 2007      Los Alamos National Security, LLC
3.\"                         All rights reserved.
4.\" Copyright (c) 2008-2009 Sun Microsystems, Inc.  All rights reserved.
5.\"
6.\" Man page for OMPI's ompi-server command
7.\"
8.\" .TH name     section center-footer   left-footer  center-header
9.TH OMPI-SERVER 1 "Dec 08, 2009" "1.4" "Open MPI"
10.\" **************************
11.\"    Name Section
12.\" **************************
13.SH NAME
14.
15ompi-server \- Server for supporting name publish/lookup operations.
16.
17.PP
18.
19.\" **************************
20.\"    Synopsis Section
21.\" **************************
22.SH SYNOPSIS
23.
24.BR ompi-server " [ options ]"
25.
26.\" **************************
27.\"    Options Section
28.\" **************************
29.SH Options
30.
31\fIompi-server\fR acts as a data server for Open MPI jobs to exchange
32contact information in support of MPI-2's Publish_name and Lookup_name
33functions.
34.
35.TP 10
36.B -h | --help
37Display help for this command
38.
39.
40.TP
41.B -d | --debug
42Enable verbose output for debugging
43.
44.
45.TP
46.B -r | --report-uri \fR<value>\fP
47Report the Open MPI contact information for the server. This information is
48required for MPI jobs to use the data server. Three parameter values are supported:
49(a) '-', indicating that the uri is to be printed to stdout; (b) '+', indicating that
50the uri is to be printed to stderr; and (c) "file:path-to-file", indicating that
51the uri is to be printed to the specified file. The "path-to-file" can be either
52absolute or relative, but must be in a location where the user has write
53permissions. Please note that the resulting file must be read-accessible to
54expected users of the server.
55.
56.
57.\" **************************
58.\"    Description Section
59.\" **************************
60.SH DESCRIPTION
61.
62.PP
63\fIompi-server\fR acts as a data server for Open MPI jobs to exchange
64contact information in support of MPI-2's Publish_name and Lookup_name
65functions.
66.
67.\" **************************
68.\"    See Also Section
69.\" **************************
70.
71.SH SEE ALSO
72.
Note: See TracBrowser for help on using the repository browser.