Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 257412 - Fixes to PE plugin for SDM debugger
Summary: Fixes to PE plugin for SDM debugger
Status: RESOLVED FIXED
Alias: None
Product: PTP
Classification: Tools
Component: RM (show other bugs)
Version: 2.1.1   Edit
Hardware: Power PC Linux
: P3 normal (vote)
Target Milestone: 2.1.1   Edit
Assignee: Greg Watson CLA
QA Contact: Craig E Rasmussen CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-03 14:03 EST by David Wootton CLA
Modified: 2011-05-14 06:40 EDT (History)
0 users

See Also:


Attachments
Patch to fix PE proxy problems with SDM debugger startup (4.48 KB, patch)
2008-12-03 14:03 EST, David Wootton CLA
g.watson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Wootton CLA 2008-12-03 14:03:34 EST
Created attachment 119411 [details]
Patch to fix PE proxy problems with SDM debugger startup

Attempts to debug a PE application using the SDM debugger failed with a popup dialog stating the attempt to start the master SDM failed with RC = -1. The problem was that the PE plugin was sending event messages to the front end in an incorrect sequence after the application was loaded. In particular, the proxy was sending a job state change message indicating the job was started before sending the event messages mapping PE application tasks to cluster nodes and changing the individual tasks to the running state. 

This patch fixes the PE proxy so it sends event notifications in the correct sequence. This patch also fixes a couple problems with attribute definitions that were found in preparation for Supercomputing 2008.
Comment 1 Greg Watson CLA 2008-12-03 14:28:50 EST
Applied.