When running

mpirun -n 2 <prg>

the STDOUT streams of both processes are combined and are displayed by
the shell. In such an interleaved format its hard to tell what line
comes from which node.

Is there a way to have mpirun just merger STDOUT of one process to its
STDOUT stream?

Best,
Frank

Cross-reference:
http://stackoverflow.com/questions/9098781/mpirun-how-to-print-stdout-of-just-one-process

Reply via email to