Re: [OMPI users] [O-MPI users] problem running Migrate with open-MPI

2006-02-10 Thread George Bosilca
There are 2 things that have to be done in order to be able to run a Open MPI application. First the runtime environment need access to some of the files in the bin directory so you have to add the Open MPI bin directory to your path. And second, as we use shared libraries the OS need to kn

Re: [OMPI users] [O-MPI users] problem running Migrate with open-MPI

2006-02-10 Thread Andy Vierstraete
Hi Brian and Peter, It works with lam-mpi, so probably still something wrong with open-mpi ? Greets, Andy avierstr@muscorum:~> lamboot hostfile LAM 7.1.1/MPI 2 C++/ROMIO - Indiana University avierstr@muscorum:~> mpiexec migrate-n migrate-n migrate-n ===

Re: [OMPI users] [O-MPI users] problem running Migrate with open-MPI

2006-02-10 Thread Andy Vierstraete
Hi Brian and Peter, I tried the nightly build like Brian said, and I was able to compile Migrate without errors-message (that was not the case before, like Peter suggested, I had to set openmpi in my path). But is is still not running : now it can't find "libmpi.so.0", and the directory wher

Re: [O-MPI users] problem running Migrate with open-MPI

2006-02-08 Thread Peter Beerli
Dear Brian, The original poster intended to run migrate-n in parallel mode, but the stdout fragment shows that the program was compiled for a non-MPI architecture (either single CPU or SMP pthreads) [I talked with him list-offline and it used pthreads]. A version for parallel runs shows this

Re: [O-MPI users] problem running Migrate with open-MPI

2006-02-08 Thread Brian Barrett
I think we fixed this over this last weekend. I believe the problem was our mis-handling of standard input in some cases. I believe I was able to get the application running (but I could be fooling myself there...). Could you download the latest nightly build from the URL below and see if

[O-MPI users] problem running Migrate with open-MPI

2006-02-03 Thread Andy Vierstraete
Hi, I have installed Migrate 2.1.2, but it fails to run on open-MPI (it does run on LAM-MPI : see end of mail) my system is Suse 10 on Athlon X2 hostfile : localhost slots=2 max_slots=2 I tried different commands : 1. does not start : error message : ***