Community
Participate
Working Groups
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.
Applied.