1
1

Update mpirun's man page for report-pid and report-uri options

This commit was SVN r20396.
Этот коммит содержится в:
Ralph Castain 2009-02-02 13:49:07 +00:00
родитель d207c17adf
Коммит b19dc2a4fa

Просмотреть файл

@ -310,23 +310,17 @@ Suppress informative messages from mpirun during application execution.
.
.
.TP
.B -report-uri\fR,\fP --report-uri
Print out mpirun's URI during startup.
.B -report-uri\fR,\fP --report-uri <channel>
Print out mpirun's URI during startup. The channel must be either a '-' to indicate that
the URI is to be output to stdout, a '+' to indicate that the URI is to be output to stderr,
or a filename to which the URI is to be written.
.
.
.TP
.B -report-uri-file\fR,\fP --report-uri-file <filename>
Print out mpirun's URI to the specified file during startup.
.
.
.TP
.B -report-pid\fR,\fP --report-pid
Print out mpirun's PID during startup.
.
.
.TP
.B -report-pid-file\fR,\fP --report-pid-file <filename>
Print out mpirun's PID to the specified file during startup.
.B -report-pid\fR,\fP --report-pid <channel>
Print out mpirun's PID during startup. The channel must be either a '-' to indicate that
the pid is to be output to stdout, a '+' to indicate that the pid is to be output to stderr,
or a filename to which the pid is to be written.
.
.
.TP