Re: [OMPI users] mpirun tries to ssh to local machine

2013-08-29 Thread Federico Carotenuto
Kind Reuti, the output of which mpicc is that such program may be found in various packages (which can be installed with apt-get), while which mpiexec outputs nothing (goes back to the prompt). Seems like no mpicc and mpiexec are set on the system... Reuti ha scritto: Hi, Am 26.08.2013

Re: [OMPI users] mpirun tries to ssh to local machine

2013-08-29 Thread Reuti
Am 29.08.2013 um 10:41 schrieb Federico Carotenuto: > Kind Reuti, > > the output of which mpicc is that such program may be found in various > packages (which can be installed with apt-get), while which mpiexec outputs > nothing (goes back to the prompt). You can compile and install Open MPI d

Re: [OMPI users] mpirun tries to ssh to local machine

2013-08-29 Thread Ralph Castain
Given what you report, you don't even have MPI installed on your machine. The output you provided indicates that no mpicc and no mpiexec have been installed on your machine, and so none of the MPI implementations have actually been installed. On Aug 29, 2013, at 2:49 AM, Reuti wrote: > Am 29

Re: [OMPI users] mpirun tries to ssh to local machine

2013-08-29 Thread Federico Carotenuto
That's really weird: I know that mpirun works (at least the old mpirun coming with PGI's compiler's MPICH1), and I've make installed the new Openmp 1.6.5. I've installed it in a custom folder (under /home/Software/) so it may be that it's not a path in which the OS looks for the MPI librari

Re: [OMPI users] mpirun tries to ssh to local machine

2013-08-29 Thread Jeff Squyres (jsquyres)
It's quite possible that you've *installed* Open MPI, but you haven't added it to your PATH/LD_LIBRARY_PATH, so "which mpicc" (and friends) won't find them. See http://www.open-mpi.org/faq/?category=running#adding-ompi-to-path, for example. On Aug 29, 2013, at 9:30 AM, Federico Carotenuto wr

Re: [OMPI users] mpirun tries to ssh to local machine

2013-08-29 Thread Ralph Castain
you need to set PATH and LD_LIBRARY_PATH to point to the right places to find it On Aug 29, 2013, at 6:30 AM, Federico Carotenuto wrote: > That's really weird: I know that mpirun works (at least the old mpirun coming > with PGI's compiler's MPICH1), and I've make installed the new Openmp 1.6.5

Re: [OMPI users] [EXTERNAL] Re: What version of PMI (Cray XE6) is working for OpenMPI-1.6.5?

2013-08-29 Thread Teranishi, Keita
Thanks for the info. Is it still possible to build by myself? What is the procedure other than configure script? On 8/23/13 2:37 PM, "Nathan Hjelm" wrote: >On Fri, Aug 23, 2013 at 09:14:25PM +, Teranishi, Keita wrote: >>Hi, >>I am trying to install OpenMPI 1.6.5 on Cray XE6 and