On 2/1/2012 7:59 AM, Frank wrote:
As far as this part goes, there is also "mpirun --tag-output". Check the mpirun man page.When runningmpirun -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?