Unix and Linux Discussions Tagged with stderr |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
11 |
2,936 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
4,635 |
Shell Programming and Scripting |
|
|
|
6 |
4,052 |
Shell Programming and Scripting |
|
|
|
7 |
4,198 |
Shell Programming and Scripting |
|
|
|
2 |
2,306 |
Shell Programming and Scripting |
|
|
|
3 |
8,444 |
Shell Programming and Scripting |
|
|
|
2 |
7,410 |
Shell Programming and Scripting |
|
|
|
10 |
11,122 |
Shell Programming and Scripting |
|
|
|
5 |
19,012 |
Shell Programming and Scripting |
|
|
|
4 |
9,959 |
Shell Programming and Scripting |
|
|
|
3 |
7,760 |
Shell Programming and Scripting |
|
|
|
7 |
5,095 |
Shell Programming and Scripting |
|
|
|
3 |
16,520 |
BSD |
|
|
|
0 |
4,306 |
Shell Programming and Scripting |
|
|
|
1 |
4,113 |
Solaris |
|
|
|
0 |
2,781 |
Shell Programming and Scripting |
|
|
|
10 |
41,059 |
Shell Programming and Scripting |
|
|
|
5 |
7,211 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
19,182 |
Shell Programming and Scripting |
|
|
|
8 |
49,161 |
Shell Programming and Scripting |
|
|
|
5 |
39,421 |
Shell Programming and Scripting |
|
|
|
1 |
7,105 |
Programming |
|
|
|
1 |
3,470 |
Programming |
|
|
|
2 |
9,700 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
3,870 |
Programming |
|
|
|
1 |
3,359 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
7,032 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
54,499 |
UNIX for Dummies Questions & Answers |
OMPI-IOF(1) Open MPI OMPI-IOF(1)
NAME
ompi-iof, orte-iof - Displays a copy of the output streams from a process.
NOTE: ompi-iof, and orte-iof are exact synonyms for each other. Using any of the names will result in exactly identical behavior.
SYNOPSIS
ompi-iof [ options ]
Options
ompi-iof will display a copy of the indicated stdout, stderr, and/or stddiag streams from the designated process.
-pid | --pid
The pid of the mpirun executing the process whose streams are to be copied
-stdout | --stdout
Display a copy of the specified process' stdout. If no options are specified, this will act as the default
-stderr | --stderr
Display a copy of the specified process' stderr.
-stddiag | --stddiag
Display a copy of the specified process' stddiag.
-rank | --rank
The rank of the process whose output is to be copied.
DESCRIPTION
ompi-iof displays a copy of the indicated stdout, stderr, and/or stddiag streams from the designated process. At this time, a ctrl-C must
be used to terminate the program. The program will terminate cleanly, telling the associated mpirun to close the requested streams before
exiting.
SEE ALSO
orterun(1)
1.4.5 Feb 10, 2012 OMPI-IOF(1)