Skip to content

Commit acf0ab4

Browse files
e-kwsmjsquyres
andauthored
Update docs/man-openmpi/man1/mpirun.1.rst
Co-authored-by: Jeff Squyres <jsquyres@users.noreply.github.com>
1 parent 1eb1431 commit acf0ab4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/man-openmpi/man1/mpirun.1.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -362,11 +362,11 @@ For rankfiles:
362362
To manage standard I/O:
363363

364364
* ``--output-filename <filename>``: Redirect output from application processes
365-
into `{filename}/{job}/rank.{rank}/std[out,err,diag]`, where `{rank}` is the
366-
processes' rank in MPI_COMM_WORLD, left-filled with zero's for correct
367-
ordering in listings. Any directories in the filename will automatically be
368-
created. A relative path value will be converted to an absolute path based on
369-
the cwd where mpirun is executed. Note that this will not work on
365+
into ``{filename}/{job}/rank.{rank}/std[out,err,diag]``, where ``{rank}`` is the
366+
processes' rank in ``MPI_COMM_WORLD``, left-filled with zero's for correct
367+
ordering in file listings. Any intermediate directories in the resulting output files will automatically be
368+
created. If ``filename`` is a relative path, it will be converted to an absolute path based on
369+
the diretory where :ref:`mpirun(1) <man1-mpirun>` is executed. Note that this will not work in
370370
environments where the file system on compute nodes differs from that where
371371
:ref:`mpirun(1) <man1-mpirun>` is executed.
372372

0 commit comments

Comments
 (0)