Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] SDM

That part I had working already.

First, I compile Cactus. Cactus needs to be built with SimFactory, and I have Mojave rigged to call it and send output to the console. So far, so good.

I start mpdboot.

I start an mpich2 resource manager. Green lights.

I configure my job under Run > Debug Configurations with the sdm I built.

Eclipse creates job0, waits for a long time, then says it timed out.

!ENTRY org.eclipse.ptp.launch 4 4 2011-04-21 08:42:34.325
!MESSAGE Time out for this request.
!STACK 1
org.eclipse.core.runtime.CoreException: Time out for this request.
at org.eclipse.ptp.debug.internal.core.PSession.connectToDebugger(PSession.java:132) at org.eclipse.ptp.launch.ParallelLaunchConfigurationDelegate$1$1.run(ParallelLaunchConfigurationDelegate.java:216) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
!SUBENTRY 1 org.eclipse.ptp.debug.core 4 4 2011-04-21 08:42:34.326
!MESSAGE Time out for this request.

!ENTRY org.eclipse.ptp.launch 4 4 2011-04-21 08:42:43.774
!MESSAGE Time out for this request.
!STACK 1
org.eclipse.core.runtime.CoreException: Time out for this request.
at org.eclipse.ptp.debug.internal.core.PSession.connectToDebugger(PSession.java:132) at org.eclipse.ptp.launch.ParallelLaunchConfigurationDelegate$1$1.run(ParallelLaunchConfigurationDelegate.java:216) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
!SUBENTRY 1 org.eclipse.ptp.debug.core 4 4 2011-04-21 08:42:43.775
!MESSAGE Time out for this request.

This is, of course Helios. Any idea what could be wrong? Any idea why it timed out or what it was waiting for?

When you compile for debug, does Eclipse instrument the code in some special way to enable SDM?

Cheers,
Steve

On 04/21/2011 06:32 AM, Galen Arnold wrote:
Steve,

I don't know where the doc is but the last time I built it a couple days ago it went like:

    cd eclipse
    find . -name BUILD -print
    cd plugins/path_for_your_architecture/
    sh BUILD

-Galen

Galen Arnold
system engineer
NCSA

----- Original Message -----
From: "Steven R. Brandt"<sbrandt@xxxxxxxxxxx>
To: "PTP User"<ptp-user@xxxxxxxxxxx>
Sent: Wednesday, April 20, 2011 8:33:09 PM
Subject: [ptp-user] SDM

Where's the current documentation on how to configure the SDM?

Cheers,
Steve
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user




Back to the top