[OMPI users] mpirun hangs with multiple nodes

2010-01-06 Thread Marcia Cristina Cera
Hi, I am using the OpenMPI v1.4a1r22335 to run an MPI application that creates dynamically processes. The application behavior is like explained in a previous e-mail http://www.open-mpi.org/community/lists/users/2009/12/11540.php The application is launched by a command line such as: $ mpirun

Re: [OMPI users] error performing MPI_Comm_spawn

2009-12-18 Thread Marcia Cristina Cera
I tested my application with the snapshot and it works fine! thanks. márcia. On Thu, Dec 17, 2009 at 6:48 PM, Ralph Castain wrote: > Will be in the 1.4 nightly tarball generated later tonight... > > Thanks again > Ralph > > On Dec 17, 2009, at 4:07 AM, Marcia Cristina Cera wr

Re: [OMPI users] error performing MPI_Comm_spawn

2009-12-17 Thread Marcia Cristina Cera
;m creating the 1.4 patch right now. Thanks for catching this. Old brain > completely forgot until I started tracking the commit history and found my > own footprints! > > Ralph > > On Dec 16, 2009, at 5:43 AM, Marcia Cristina Cera wrote: > > Hi Ralph, > > I am afraid I ha

Re: [OMPI users] error performing MPI_Comm_spawn

2009-12-16 Thread Marcia Cristina Cera
ndition. > > I think someone made a change to the 1.4 branch that created a failure mode > :-/ > > Will have to get back to you on this - may take awhile, and won't be in the > 1.4.1 release. > > Thanks for the replicator! > > On Dec 15, 2009, at 8:35 AM, Marcia C

Re: [OMPI users] error performing MPI_Comm_spawn

2009-12-15 Thread Marcia Cristina Cera
it. I can break the race, but it will have to be > in a future fix release. > > Meantime, your best bet is to either stick with 1.3.3 or add the delay. > > On Dec 15, 2009, at 5:51 AM, Marcia Cristina Cera wrote: > > Hi, > > I intend to develop an application u

[OMPI users] error performing MPI_Comm_spawn

2009-12-15 Thread Marcia Cristina Cera
Hi, I intend to develop an application using the MPI_Comm_spawn to create dynamically new MPI tasks (or processes). The structure of the program is like a tree: each node creates 2 new ones until reaches a predefined number of levels. I developed a small program to explain my problem as can be se

Re: [OMPI users] problems with MPI_Loockup_name

2009-03-16 Thread Marcia Cristina Cera
> > > Hope that helps > Ralph > > > > On Mar 16, 2009, at 7:50 AM, Marcia Cristina Cera wrote: > > Hi, >> >> I am using the OpenMPI version 1.3 downloaded directly from the site. >> >> I want to establish a client/server connection among

[OMPI users] problems with MPI_Loockup_name

2009-03-16 Thread Marcia Cristina Cera
Hi, I am using the OpenMPI version 1.3 downloaded directly from the site. I want to establish a client/server connection among two local processes (in the same machine). I wrote a simple publisher combining MPI_Open_port / MPI_Publish_name / MPI_Comm_accept and a connector with MPI_Lookup_name /

Re: [OMPI users] on-the-fly nodes liberation

2009-03-09 Thread Marcia Cristina Cera
eb Marcia Cristina Cera:- Show quoted text - > > > May I sign one orted daemon to finish its execution on-the-fly? >> >> Context: I intend to use OpenMPI in a dynamic resource environment as I >> did with LAM/MPI helped by lamgrow and lamshrink commands. >> >>

[OMPI users] on-the-fly nodes liberation

2009-03-09 Thread Marcia Cristina Cera
Hi, May I sign one orted daemon to finish its execution on-the-fly? Context: I intend to use OpenMPI in a dynamic resource environment as I did with LAM/MPI helped by lamgrow and lamshrink commands. To perform grow operations (increase the amount of nodes/resources on-the-fly) OpenMPI enable an