Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 316669 - PBS: should show stdout from job
Summary: PBS: should show stdout from job
Status: RESOLVED WONTFIX
Alias: None
Product: PTP
Classification: Tools
Component: RM.PBS (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 316670
Blocks:
  Show dependency tree
 
Reported: 2010-06-11 23:22 EDT by Roland Schulz CLA
Modified: 2011-05-25 18:54 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roland Schulz CLA 2010-06-11 23:22:53 EDT
It should be possible (optional) to see the output from the running job in the console view.
Comment 1 Roland Schulz CLA 2010-07-10 02:36:20 EDT
The stdout/stderr is send as process change event with the attributes processStdout/processStderr. (See: ptp_ibmpe_proxy.c send_stdout for an example)

By default the mpirun/mpiexec of OpenMPI and MPICH merge the stdout/stderr of all ranks. To follow the other PTP RMs the output should be sent separate for each rank/process. This can be done with the "-l" switch for mpich and the "-xml" switch for OpenMPI. This is used by the MPICH/OpenMPI RMs. If possible the code from there to parse the output should be reused.

This bug depends on 316670 because we first need to send the processes before we can send the stdout/stderr per process change event.
Comment 2 Greg Watson CLA 2011-05-25 18:54:19 EDT
Now handled by JAXB/LML framework.