Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] PTP under Mac OS X with OpenMPI 1.3

Hi,

i tried to use the ptp with openmpi under mac os x 10.5 (openmpi was installed via fink). i followed the instructions from the ptp-wiki to setup the eclipse-enviromenty. but when i try to launch an simple "hello-world" mpi-application in the ptp runtime i get the following error-message:


Failed after executing command to launch parallel application.
  Failed to parse output of Open MPI command. Check output for errors.
  Premature end of file.



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)

can someone tell me what's going wrong here, i have no clue...

Thanks a lot

regards
 Thomas


Back to the top