Opened 18 years ago
Last modified 10 years ago
#77 new enhancement
IZ414: qmake does not reorder outputs from simultaneous builds
Reported by: | joga | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 5.3 |
Severity: | Keywords: | execution | |
Cc: |
Description
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=414]
Issue #: 414 Platform: All Reporter: joga (joga) Component: gridengine OS: All Subcomponent: execution Version: 5.3 CC: None defined Status: NEW Priority: P3 Resolution: Issue type: ENHANCEMENT Target milestone: --- Assigned to: pollinger (pollinger) QA Contact: pollinger URL: * Summary: qmake does not reorder outputs from simultaneous builds Status whiteboard: Attachments: Issue 414 blocks: Votes for issue 414: Opened: Thu Nov 7 02:53:00 -0700 2002 ------------------------ A problem often encountered with massive parallel builds is that the qmake output is hardly usable. The outputs of simultaneous builds are being mangled and it is very difficult to find out which warnings/errors come from which compilation. The problem is not qmake specific, but can be seen with any highly parallel application, that starts tasks doing simultaneous output on stdout / stderr. A possible resolution of the problem would be to redirect output of each task in a temporary file (joined stdout and stderr to preserve the order of messages), output the contents of this file at task end and remove the temporary file. ------- Additional comments from pollinger Fri Dec 9 08:30:41 -0700 2005 ------- Changed subcomponent
Note: See
TracTickets for help on using
tickets.