Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] Parallel Application Run Configuration Issue

Hi there,

I'm trying to configure an app to run in parallel, It is compiled and I was able to run it outside eclipse with 

mpirun -np 8 MyApp

When I try to setup the "Run Configuration/ Parallel Application" I choose   "Generic OpenMPI Interactive", but when I click on "Local" nothing happens. In the manual says that 

"After specifying Local (or selecting a Connection) it will ask to run a command on the system. Select Yes to continue." 

but in my case nothing happens.

Thank you very much for your help

Back to the top