Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] problems with resource manager

It sounds like your path is not getting set correctly. Try the command "ssh <your_host> ompi_info" to see if the path is set correctly for remote commands.

You can also set the path manually by editing the resource manager configuration, unchecking "Use default location", and entering the location of the Open MPI commands (normally the installation bin directory)

Regards,
Greg

On May 11, 2011, at 8:24 PM, fdn06bcn-forms@xxxxxxxxxxxx wrote:

Hi, 

I am having trouble to start a resource manager. This is the error message I get: 

Failed to create remote process for Open MPI discover command. 
Cannot run program "ompi_info": Unknown reason 


on a shell I can execute ompi_info. 

I have compiled openMPI with different compilers (like gcc/gfortran, or intel compilers), but I always get the same error. 

I am using eclipse indigo, running on a ubuntu 11.04 x84_64. 

I had no trouble to setup (and run) parallel local jobs, also using eclipse indigo, on a Mac. The "only" difference between the two is that on the Mac I am running a 32 bits eclipse, and under the Ubuntu it is the 64 bits version, since the 32 bits crashes. 

Any help ? 

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


Back to the top