Re: [OMPI users] can't run mpi-jobs on remote host

2014-04-14 Thread Ralph Castain
I'm confused - how are you building OMPI?? You normally have to do: 1. ./configure --prefix= This is where you would add --enable-debug 2. make clean all install You then run your mpirun command as you've done. On Apr 14, 2014, at 12:52 AM, Lubrano Francesco wrote: > I can't set --en

Re: [OMPI users] can't run mpi-jobs on remote host

2014-04-14 Thread Lubrano Francesco
I can't set --enable-debug (command not found: I have just --enable-recovery in help command), but the other commands works properly. The output is: francesco@linux-hldu:~> mpirun -mca plm_base_verbose 10 --debug-daemons --host Frank@158.110.39.110 hostname [linux-hldu.site:02234] mca: base: com

Re: [OMPI users] can't run mpi-jobs on remote host

2014-04-13 Thread Ralph Castain
Hmmm...well, first ensure you configured --enable-debug, and then add "-mca plm_base_verbose 10 --debug-daemons" to your mpirun cmd line. This will tell you what is happening during the launch. On Apr 13, 2014, at 12:31 PM, Lubrano Francesco wrote: > Sorry for my late reply > I tried previou

Re: [OMPI users] can't run mpi-jobs on remote host

2014-04-13 Thread Lubrano Francesco
Sorry for my late reply I tried previously with passfrase and, in this particular case, this is not the problem: the error occurs also without asking password. thus I think there is something else. Francesco

Re: [OMPI users] can't run mpi-jobs on remote host

2014-04-11 Thread Ralph Castain
Please see: http://www.open-mpi.org/faq/?category=rsh#ssh-keys short answer: you need to be able to ssh to the remote hosts without a password On Apr 11, 2014, at 1:09 AM, Lubrano Francesco wrote: > Dear MPI users, > I have a problem with open-mpi (version 1.8). > I'm just beginning to undes

[OMPI users] can't run mpi-jobs on remote host

2014-04-11 Thread Lubrano Francesco
Dear MPI users, I have a problem with open-mpi (version 1.8). I'm just beginning to undestand how mpi works and I can't find solution of my problem on FAQ page. I have two machines (a local host and a remote host) with linux open-suse (latest version) and open-mpi 1.8 I can run open-mpi jobs