Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] Re: strange behaviour with debugger

So I let one debug session attempt to run for a while, and now I have
a more meaningful error:

Failed after executing command to launch parallel application.

org.eclipse.core.runtime.CoreException: Failed to parse output of Open
MPI command. Check output for errors.
	at org.eclipse.ptp.rm.mpi.openmpi.core.OpenMPIPlugin.coreErrorException(OpenMPIPlugin.java:89)
	at org.eclipse.ptp.rm.mpi.openmpi.core.rtsystem.OpenMPIRuntimeSystemJob.doExecutionStarted(OpenMPIRuntimeSystemJob.java:326)
	at org.eclipse.ptp.rm.core.rtsystem.AbstractToolRuntimeSystemJob.run(AbstractToolRuntimeSystemJob.java:207)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.io.IOException: Premature end of file.
	at org.eclipse.ptp.rm.mpi.openmpi.core.rtsystem.OpenMPIProcessMapXml13Parser.parse(OpenMPIProcessMapXml13Parser.java:550)
	at org.eclipse.ptp.rm.mpi.openmpi.core.rtsystem.OpenMPIRuntimeSystemJob$3.run(OpenMPIRuntimeSystemJob.java:216)


Regards
Yaakoub El Khamra




On Wed, Apr 1, 2009 at 3:25 PM, Yaakoub El Khamra <yye00@xxxxxxxxxxxxxxx> wrote:
> Greetings
> After a recent upgrade to eclipse/CDT and ptp, I run into a few
> errors, nothing terribly serious (I only get OpenMPI configuration
> options and nothing for mpich, which is fine) and I can still run
> parallel jobs without any problems. SDM is compiled and as far as I
> can tell appears to be fine. When I try to debug however, ptp starts
> the "Open MPI Job" which I see in the progress view, but nothing
> happens.
>
> I cannot find anything in the error log that is helpful, it is
> actually empty. This is my configuration on the linux box I am using:
>
> java version "1.5.0_18"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_18-b02)
> Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_18-b02, mixed mode)
> Eclipse Platform
> Version: 3.4.2
> Build id: M20090211-1700
> (Ganymede)
> CDT version 5.0.2.2009.02130801
>
>
> Any ideas/suggestions/hints are greatly appreciated.
>
> Regards
> Yaakoub El Khamra
>


Back to the top