Skip to main content

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

Can you try using the Eclipse IDE for Scientific Computing [1]? I'd just like to verify that it's not something to do with your installation. I would also suggest starting with a new workspace if possible.

Thanks,
Greg

[1] https://www.eclipse.org/downloads/packages/release/2018-12/r/eclipse-ide-scientific-computing

On Feb 13, 2019, at 11:18 AM, Ruben A Gonzalez Lopez <r-gonzalez@xxxxxxxxxx> wrote:

I'm using 

Eclipse IDE for C/C++ Developers
Version: 2018-12 (4.10.0)
Build id: 20181214-0600
OS: Mac OS X, v.10.13.1, x86_64 / cocoa
Java version: 11.0.2


On Wed, Feb 13, 2019 at 6:28 AM Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
Which version of Eclipse are you using?

Greg

On Feb 12, 2019, at 9:27 PM, Ruben A Gonzalez Lopez <r-gonzalez@xxxxxxxxxx> wrote:

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
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/ptp-user

_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/ptp-user
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/ptp-user


Back to the top