Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Debugging MPICH2 Jobs

Hi all,
 
I want to debugging a mpich2 job using PTP. It is correctly build and run. But it cannot be debugged.


OS: CentOS 6.4 x86_64 (@VirtualBox)
MPICH2: 1.4rc2
eclipse: eclipse-parallel-juno-SR2-linux-gtk-x86_64.tar.gz (PTP:6.0.4)

Problem Occurred "Configuration is missing run commands for job submission 0ee3da22-8b4f-4c5d-8fd6-4eed457b6685 debug"
The reason was the return value of function "controlData.getSubmitInteractiveDebug()" is null(file:org.eclipse.ptp.rm.jaxb.control.core/src/eclipse/ptp/rm/jaxb/control/LaunchController.java; Line:348);
It was commented out at file "mpich2-generic-interactive.xml".
<!-- submit-interactive-debug name="submit-interactive-debug" directory="${ptp_rm:executableDirectory#value}" waitForId="true" keepOpen="true">

I removed the commemts. It popuped another error.
"Error completing debug job launch
Reason:
Time out for this request."



What is the problem? Is somebody can help me?

Thanks very much!

Back to the top