File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -362,11 +362,11 @@ For rankfiles:
362
362
To manage standard I/O:
363
363
364
364
* ``--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
370
370
environments where the file system on compute nodes differs from that where
371
371
:ref: `mpirun(1) <man1-mpirun >` is executed.
372
372
You can’t perform that action at this time.
0 commit comments