Ralph,Would it be possible to get mpirun to issue start and end tags if the - xml option is used? Currently there is no way to determine when the output starts and finishes, which makes parsing the XML tricky, particularly if something else generates output (e.g. the shell). Something like this would be ideal:
<mpirun> <map> ... </map> <stdout>...</stdout> <stderr>...</stderr> </mpirun> If we could get it in 1.3.4 even better. :-) Thanks, Greg