Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] Debugging problems and console output


 I just set up ptp and eclipse but I am having a few problems.

1) When I run a parallel job, while I see the output on my terminal window, I do not see the output anywhere in Eclipse(for example in the eclipse console window). Is this normal? The output of my program is all intermixed with various outputs from eclipse in the terminal window so it is hard to see.

2) When I try and run a parallel debugging session, it starts with abunch of windows flashing through saying...
  Starting the debugger, Connecting to proxy server...

It does this for each of the processes. However, it seems always on the last process lock up at this window. When I then hit "cancel" it says

"Exception occurred during launch" "Reason: Session is not connected"

Below is the log of the terminal output before I hit "cancel" and after I waited a minute at the "Connecting to proxy server..." message

++++++++++ ptp_orte_proxy: (debug ? 1) Spawning 3 processes of job '/home/mwh308/workspace/sieve/Debug/sieve' ++++++++++ ptp_orte_proxy: program name '/home/mwh308/workspace/sieve/Debug/sieve'
++++++++++ ptp_orte_proxy: SPAWNED [error code 0 = 'Success'], now unlocking
++++++++++ ptp_orte_proxy: NEW JOBID = 10
++++++++++ ptp_orte_proxy: registering IO forwarding - name = ''
++++++++++ ptp_orte_proxy: Returning from ORTERun
OMPIProxyRuntimeClient got event: EVENT_RUNTIME_JOBSTATE (jobid=7) state=1
*********** JOB STATE CHANGE: starting (job = job7)
OMPIProxyRuntimeClient got event: EVENT_RUNTIME_PROCATTR job=7 {0}:<> [0]:<ATTRIB_PROCESS_NODE_NAME=valhalla.umsl.edu>
*********** PROC ATTRIBUTE CHANGE: (job = job7)
setting node[job7_process0]=valhalla.umsl.edu(0)
OMPIProxyRuntimeClient got event: EVENT_RUNTIME_PROCATTR job=7 {0}:<> [1]:<ATTRIB_PROCESS_NODE_NAME=valhalla.umsl.edu>
*********** PROC ATTRIBUTE CHANGE: (job = job7)
setting node[job7_process1]=valhalla.umsl.edu(0)
OMPIProxyRuntimeClient got event: EVENT_RUNTIME_PROCATTR job=7 {0}:<> [2]:<ATTRIB_PROCESS_NODE_NAME=valhalla.umsl.edu>
*********** PROC ATTRIBUTE CHANGE: (job = job7)
setting node[job7_process2]=valhalla.umsl.edu(0)
OMPIProxyRuntimeClient got event: EVENT_RUNTIME_JOBSTATE (jobid=7) state=3
*********** JOB STATE CHANGE: exited (job = job7)

after I hit cancel I get the following...

accept failed... :(
accept thread exiting...


Any help would be appreciated, Ive tried reading all the help and I still am stuck. I believe everything should be set up correctly for both of the above problems.

Mark Hauschild

_________________________________________________________________
Local listings, incredible imagery, and driving directions - all in one place! http://maps.live.com/?wip=69&FORM=MGAC01



Back to the top