Re: [OMPI users] OpenMPI Remote Execution Problem (Application does not start)

2014-08-27 Thread Benjamin Giehle
Ok it's working now. I disabled the IP table firewall, now it works. I configured my both machines differently, that is why I got the error from the other subject. Sorry for new subject, but it's the first time for me that I am using a mailing list I hope I rely now correct :D Thanks for you

[OMPI users] OpenMPI Remote Execution Problem (Application does not start)

2014-08-27 Thread Benjamin Giehle
Thank you, i added the parameters and I figured out, that the ip table firewall was messing up something, so I disabled it on both machines. But now I get another error: [superuser@localhost ~]$ mpirun --host 192.168.54.56 --leave-session-attached -mca plm_base_verbose 5 -mca oob_base_verbose 5

Re: [OMPI users] OpenMPI Remote Execution Problem (Application does not start)

2014-08-26 Thread Ralph Castain
Add --enable-debug to your configure, and then re-run the --host test and add "--leave-session-attached -mca plm_base_verbose 5 -ma oob_base_verbose 5" and let's see what's going on On Aug 26, 2014, at 7:31 AM, Benjamin Giehle wrote: > Hello, > > i have a problem with running my mpi applicat

[OMPI users] OpenMPI Remote Execution Problem (Application does not start)

2014-08-26 Thread Benjamin Giehle
Hello, i have a problem with running my mpi application on a remote machine. If I start the application via ssh everything works just fine, but if I use mpirun the application won't start. If I start the application on the local machine with mpi it works too. ssh myhost ./myapp <- works mp