Re: [OMPI users] Accessing OpenMPI processes over Internet using ssh

2011-11-24 Thread Ralph Castain
On Nov 24, 2011, at 2:00 AM, Reuti wrote: > Hi, > > Am 24.11.2011 um 05:26 schrieb Jaison Paul: > >> I am trying to access OpenMPI processes over Internet using ssh and not >> quite successful, yet. I believe that I should be able to do it. >> >> I have to run one process on my PC and the res

Re: [OMPI users] open-mpi error

2011-11-24 Thread Ralph Castain
Hi Markus You have some major problems with confused installations of MPIs. First, you cannot compile an application against MPICH and expect to run it with OMPI - the two are not binary compatible. You need to compile against the MPI installation you intend to run against. Second, your errors

Re: [OMPI users] open-mpi error

2011-11-24 Thread Markus Stiller
On 11/24/2011 10:08 PM, MM wrote: Hi I get the same error while linking against home built 1.5.4 openmpi libs on win32. I didn't get this error against the prebuilt libs. I see you use Suse. There probably is a openmpi.rpm or openmpi.dpkg already available for Suse which contains the libraries

Re: [OMPI users] open-mpi error

2011-11-24 Thread Markus Stiller
On 11/24/2011 10:08 PM, MM wrote: Hi I get the same error while linking against home built 1.5.4 openmpi libs on win32. I didn't get this error against the prebuilt libs. I see you use Suse. There probably is a openmpi.rpm or openmpi.dpkg already available for Suse which contains the libraries

Re: [OMPI users] open-mpi error

2011-11-24 Thread MM
Hi I get the same error while linking against home built 1.5.4 openmpi libs on win32. I didn't get this error against the prebuilt libs. I see you use Suse. There probably is a openmpi.rpm or openmpi.dpkg already available for Suse which contains the libraries and you could link against those and

[OMPI users] open-mpi error

2011-11-24 Thread Markus Stiller
Hello, i have some problem with mpi, i looked in the FAQ and google already but i couldnt find a solution. To build mpi i used this: shell$ ./configure --prefix=/opt/mpirun <...lots of output...> shell$ make all install Worked fine so far. I am using dlpoly, and this makefile: $(MAKE) LD=

Re: [OMPI users] How are the Open MPI processes spawned?

2011-11-24 Thread Ralph Castain
On Nov 24, 2011, at 11:49 AM, Paul Kapinos wrote: > Hello Ralph, Terry, all! > > again, two news: the good one and the second one. > > Ralph Castain wrote: >> Yes, that would indeed break things. The 1.5 series isn't correctly checking >> connections across multiple interfaces until it finds o

Re: [OMPI users] How are the Open MPI processes spawned?

2011-11-24 Thread Paul Kapinos
Hello Ralph, Terry, all! again, two news: the good one and the second one. Ralph Castain wrote: Yes, that would indeed break things. The 1.5 series isn't correctly checking connections across multiple interfaces until it finds one that works - it just uses the first one it sees. :-( Yahhh!!

Re: [OMPI users] orte_debugger_select and orte_ess_set_name failed

2011-11-24 Thread Shiqing Fan
Hi MM, Sorry for the delayed reply, I was busy in a meeting these days. The log files seem not very helpful to solve the problem. May be your CMakeCache.txt file would help. Currently we don't provided binaries built from trunk. Have you also tried the 1.5.x binaries? Best Regards, Shiqing

Re: [OMPI users] Accessing OpenMPI processes over Internet using ssh

2011-11-24 Thread Reuti
Hi, Am 24.11.2011 um 05:26 schrieb Jaison Paul: > I am trying to access OpenMPI processes over Internet using ssh and not quite > successful, yet. I believe that I should be able to do it. > > I have to run one process on my PC and the rest on a remote cluster over > internet. I have set the p