Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Unhandled event loop exception

One of the processes of your MPI program is exiting as the result of receiving a TERM signal.

This shouldn't throw a CoreException (I'll fix for 2.1.2) but it should be harmless.

Greg

On Mar 31, 2009, at 5:03 AM, Белоцерковский Александр wrote:

Hello.

I have a problem with launching of my Open MPI program (Eclipse
"hello world" example).
So, i had problem that solved by installing of new version (about
noSuchElement).

My problem:
==============
org.eclipse.core.runtime.CoreException: Open MPI application
terminated with exit value 143.
at org .eclipse.ptp.rm.mpi.openmpi.core.OpenMPIPlugin.coreErrorException(Op
enMPIPlugin.java:79)
at org .eclipse .ptp .rm .mpi.openmpi.core.rtsystem.OpenMPIRuntimeSystemJob.doExecutionFinished (OpenMPIRuntimeSystemJob .doExecutionFinished(OpenMPIRuntimeSystemJob.java:431) at org .eclipse .ptp .rm .mpi .openmpi .core .rtsystem .AbstractToolRuntimeSystemJob.run(AbstractToolRuntimeSystemJob.java: 246)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
===============


Any ideas?





















enMPIPlugin.java:79)
at org .eclipse.ptp.rm.mpi.openmpi.core.OpenMPIPlugin.coreErrorException(Op
enMPIPlugin.java:79)
at org .eclipse.ptp.rm.mpi.openmpi.core.OpenMPIPlugin.coreErrorException(Op
enMPIPlugin.java:79)

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



Back to the top