Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] error in run configurations with open mpi in eclipse-kepler

Osman,

Go to the project properties (right click on the project), then C/C++ Build>Envrionment. If there are CWD and PWD variables, remove these.

Cheers,
Greg

On Oct 29, 2013, at 2:11 PM, Osman Khalid <osmankhalid2005@xxxxxxxxx> wrote:

Thank you for kind reply. I checked out the "Environment" tab, it was already blank. Still getting the same error: 

"Can't open perl script "C:/Documents": No such file or directory"

I have also checked the log file "workspace/.metadata/.log" and found this warning appearing thrice:

!ENTRY org.eclipse.egit.ui 2 0 2013-10-29 13:03:08.390
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'C:\Documents and Settings\Osman Khalid'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

Best Regards
Osman



On Tue, Oct 29, 2013 at 12:32 PM, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
Go to the "Environment" tab on the run configuration and remove any entries that you see. Let me know if that fixes the problem.

Cheers,
Greg

On Oct 29, 2013, at 12:37 PM, Osman Khalid <osmankhalid2005@xxxxxxxxx> wrote:

I have created a simple Open MPI project from default list ("MPI Pi C Project") using eclipse-kepler and PTP tools 7 (both latest). The project builds without any errors, and if I click on run, the output is also shown. However, when I configure project through "Run Configurations", and then press on "run" button, it gives me this error:

"Can't open perl script "C:/Documents": No such file or directory".

I tried my best to find out the reason of this error. At least in the "Path" variable, there is no path that contains "C:/Documents". My project folder path is D:\cygwin\home\myfirstmpi

I am working on windows xp, with cygwin installed. The perl is also installed with cygwin, and working. Thank you in advance.

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


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


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


Back to the top