|
1 | 1 | .\" -*- nroff -*- |
2 | 2 | .\" Copyright (c) 2009-2016 Cisco Systems, Inc. All rights reserved. |
3 | 3 | .\" Copyright (c) 2008-2009 Sun Microsystems, Inc. All rights reserved. |
4 | | -.\" Copyright (c) 2017 Intel, Inc. All rights reserved. |
| 4 | +.\" Copyright (c) 2017-2018 Intel, Inc. All rights reserved. |
5 | 5 | .\" Copyright (c) 2017 Los Alamos National Security, LLC. All rights |
6 | 6 | .\" reserved. |
7 | 7 | .\" $COPYRIGHT$ |
@@ -192,14 +192,14 @@ Number of processes to run. |
192 | 192 | . |
193 | 193 | .TP |
194 | 194 | .B -novm\fR,\fP --novm |
195 | | -Execute without creating an allocation-spanning virtual machine (only start |
| 195 | +Execute without creating an allocation-spanning virtual machine (only start |
196 | 196 | daemons on nodes hosting application procs). |
197 | 197 | . |
198 | 198 | . |
199 | 199 | . |
200 | 200 | .TP |
201 | 201 | .B -hnp\fR,\fP --hnp \fR<arg0>\fP |
202 | | -Specify the URI of the Head Node Process (HNP), or the name of the file (specified as |
| 202 | +Specify the URI of the Head Node Process (HNP), or the name of the file (specified as |
203 | 203 | file:filename) that contains that info. |
204 | 204 | . |
205 | 205 | . |
@@ -330,7 +330,7 @@ each node. (Enabled by default). |
330 | 330 | . |
331 | 331 | .TP |
332 | 332 | .B -oversubscribe\fR,\fP --oversubscribe |
333 | | -Nodes are allowed to be oversubscribed, even on a managed system, and |
| 333 | +Nodes are allowed to be oversubscribed, even on a managed system, and |
334 | 334 | overloading of processing elements. |
335 | 335 | . |
336 | 336 | .TP |
@@ -414,7 +414,10 @@ Redirect the stdout, stderr, and stddiag of all processes to a process-unique ve |
414 | 414 | the specified filename. Any directories in the filename will automatically be created. |
415 | 415 | Each output file will consist of filename.id, where the id will be the |
416 | 416 | processes' rank in MPI_COMM_WORLD, left-filled with |
417 | | -zero's for correct ordering in listings. |
| 417 | +zero's for correct ordering in listings. A relative path value will be converted to an |
| 418 | +absolute path based on the cwd where mpirun is executed. Note that this \fIwill not\fP work |
| 419 | +on environments where the file system on compute nodes differs from that where mpirun |
| 420 | +is executed. |
418 | 421 | . |
419 | 422 | . |
420 | 423 | .TP |
@@ -724,15 +727,15 @@ Report events to a tool listening at the specified URI. |
724 | 727 | . |
725 | 728 | .TP |
726 | 729 | .B -report-pid\fR,\fP --report-pid \fR<channel>\fP |
727 | | -Print out mpirun's PID during startup. The channel must be either a '-' to indicate |
728 | | -that the pid is to be output to stdout, a '+' to indicate that the pid is to be |
| 730 | +Print out mpirun's PID during startup. The channel must be either a '-' to indicate |
| 731 | +that the pid is to be output to stdout, a '+' to indicate that the pid is to be |
729 | 732 | output to stderr, or a filename to which the pid is to be written. |
730 | 733 | . |
731 | 734 | . |
732 | 735 | .TP |
733 | 736 | .B -report-uri\fR,\fP --report-uri \fR<channel>\fP |
734 | | -Print out mpirun's URI during startup. The channel must be either a '-' to indicate |
735 | | -that the URI is to be output to stdout, a '+' to indicate that the URI is to be |
| 737 | +Print out mpirun's URI during startup. The channel must be either a '-' to indicate |
| 738 | +that the URI is to be output to stdout, a '+' to indicate that the URI is to be |
736 | 739 | output to stderr, or a filename to which the URI is to be written. |
737 | 740 | . |
738 | 741 | . |
@@ -1629,7 +1632,7 @@ we return the exit status of the process with the lowest MPI_COMM_WORLD rank to |
1629 | 1632 | .IP \[bu] |
1630 | 1633 | if all processes in the primary job normally terminate with exit status 0, and one or more |
1631 | 1634 | processes in a secondary job normally terminate with non-zero exit status, we (a) return |
1632 | | -the exit status of the process with the lowest MPI_COMM_WORLD rank in the lowest jobid to have a non-zero |
| 1635 | +the exit status of the process with the lowest MPI_COMM_WORLD rank in the lowest jobid to have a non-zero |
1633 | 1636 | status, and (b) output a message summarizing the exit status of the primary and all secondary jobs. |
1634 | 1637 | .IP \[bu] |
1635 | 1638 | if the cmd line option --report-child-jobs-separately is set, we will return -only- the |
|
0 commit comments