Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] PTP/ETFw/MPICH2

Xavier,

Are you using the same workspace and resource manager you were using for PTP 2.1.1? If so, please try removing the RM and creating a new one.

Also, are you running the mpdlistjobs command locally, or on a remote machine?

Greg


On Jul 9, 2009, at 8:55 AM, Xavier Pegenaute wrote:

Hi,

On Tuesday 07 July 2009 21:44:34 Wyatt Spear wrote:
I'll look into adding support for modifying the default compiler commands,
yes.
Thanks!, is it possible to establish an approximate date?

The version I'm working with on CVS seems to translate those strings
correctly but I think that support should be in recent releases too. Where did you get your version of the PTP plugins? There may be something amiss
but I haven't been able to spot it yet.
Oops, Ok, I was working with:
eclipse-SDK-3.4.1-linux-gtk.tar.gz
cdt-master-5.0.2-I200812260801.zip
ptp-master-2.1.1-I200901201311.zip


Now I moved to:
eclipse-SDK-3.5-linux-gtk.tar.gz
cdt-master-6.0.0-I200906161748.zip
ptp-master-3.0.0-I200907071443.zip


My problem now is that I have some problem monitoring the mpich2 jobs, I try
to execute but it does'nt executes and finally shows this error:
------------------------------------------------------------------------------------------------------------
!STACK 1
org.eclipse.core.runtime.CoreException: Failed to create remote process for
MPICH2 monitor command.
       at
org .eclipse .ptp .rm .core .rtsystem.AbstractRemoteCommandJob.run(AbstractRemoteCommandJob.java: 122)
       at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.io.IOException: Cannot run program
"/usr/local/mpich2/bin/mpdlistjobs": Unknown reason
       at org.eclipse.cdt.utils.spawner.Spawner.exec(Spawner.java:251)
at org.eclipse.cdt.utils.spawner.Spawner.<init>(Spawner.java: 59) at org.eclipse.cdt.utils.spawner.Spawner.<init>(Spawner.java: 87)
       at
org .eclipse.cdt.utils.spawner.ProcessFactory.exec(ProcessFactory.java:69)
       at
org .eclipse .ptp .remote .internal.core.LocalProcessBuilder.start(LocalProcessBuilder.java:69)
       at
org .eclipse .ptp .rm .core .rtsystem.AbstractRemoteCommandJob.run(AbstractRemoteCommandJob.java: 119)
       ... 1 more
------------------------------------------------------------------------------------------------------------
The binary exists in this paths and executes correctly if I paste it to
console.

Also in certain moments eclipse shows me this other error:
------------------------------------------------------------------------------------------------------------
!MESSAGE Exception saving preferences to:
/home/xavierp/workspace/.metadata/.plugins/ org.eclipse.core.runtime/.settings/ org.eclipse.cdt.managedbuilder.core.prefs.
!STACK 0
java.io.FileNotFoundException:
/home/xavierp/workspace/.metadata/.plugins/ org.eclipse.core.runtime/.settings/ org.eclipse.cdt.managedbuilder.core.prefs
(Too many open files)
       at java.io.FileOutputStream.open(Native Method)
       at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
       at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
       at
org .eclipse .core .internal .preferences.EclipsePreferences.save(EclipsePreferences.java:997)
       at
org .eclipse .core .internal .preferences.EclipsePreferences.save(EclipsePreferences.java:967)
       at
org .eclipse .core .internal .preferences.EclipsePreferences.flush(EclipsePreferences.java:352)
       at
org .eclipse .core .internal .preferences.EclipsePreferences.flush(EclipsePreferences.java:340)
       at
org .eclipse .cdt .managedbuilder .internal.core.PropertyManager.storeString(PropertyManager.java:303)
       at
org .eclipse .cdt .managedbuilder .internal.core.PropertyManager.storeData(PropertyManager.java:292)
       at
org .eclipse .cdt .managedbuilder .internal.core.PropertyManager.storeData(PropertyManager.java:214)
       at
org .eclipse .cdt .managedbuilder .internal.core.PropertyManager.serialize(PropertyManager.java:508)
       at
org .eclipse .cdt .managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java: 849)
       at
org .eclipse .cdt .managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java: 589)
       at
org .eclipse .cdt .managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java: 538)
       at
org.eclipse.core.internal.events.BuildManager $2.run(BuildManager.java:627)
       at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
       at
org .eclipse .core.internal.events.BuildManager.basicBuild(BuildManager.java:170)
       at
org .eclipse .core.internal.events.BuildManager.basicBuild(BuildManager.java:201)
       at
org.eclipse.core.internal.events.BuildManager $1.run(BuildManager.java:253)
       at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
       at
org .eclipse .core.internal.events.BuildManager.basicBuild(BuildManager.java:256)
       at
org .eclipse .core.internal.events.BuildManager.basicBuildLoop(BuildManager.java: 309)
       at
org .eclipse.core.internal.events.BuildManager.build(BuildManager.java: 341)
       at
org.eclipse.core.internal.resources.Workspace.build(Workspace.java: 330)
       at
org .eclipse .debug .internal.core.LaunchConfiguration.launch(LaunchConfiguration.java: 825)
       at
org .eclipse .debug .internal.core.LaunchConfiguration.launch(LaunchConfiguration.java: 703)
       at
org .eclipse .debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java: 866)
       at
org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java: 1069)
       at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

------------------------------------------------------------------------------------------------------------

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



Back to the top