[OMPI users] MPI_Finalize runtime error

2006-07-17 Thread Manal Helal
Hi after I finish execution, and all results are reported, and both processes are about to call MPI_Finalize, I get this runtime error: any help is appreciated, thanks Manal Signal:11 info.si_errno:0(Success) si_code:1(SEGV_MAPERR) Failing at addr:0xa [0]

[OMPI users] Why should the attached code wait on MPI_Bcast

2006-07-17 Thread s anwar
Please see attached source file. According to my understanding of MPI_Comm_spawn(), the intercommunicator returned is the same as it is returned by MPI_Comm_get_parent() in the spawned processes. I am assuming that there is one intercommunicator which contains all the (spawned) child processes

Re: [OMPI users] TM fixes on trunk

2006-07-17 Thread Caird, Andrew J
That's excellent, thanks. --andy > -Original Message- > From: users-boun...@open-mpi.org > [mailto:users-boun...@open-mpi.org] On Behalf Of Jeff Squyres > (jsquyres) > Sent: Monday, July 17, 2006 2:08 PM > To: Open MPI Users > Subject: Re: [OMPI users] TM fixes on trunk > > For lack

Re: [OMPI users] TM fixes on trunk

2006-07-17 Thread Jeff Squyres (jsquyres)
For lack of a longer explanation, let's call it "internal accounting errors" :-). In an attempt to speed up the TM launcher, we made some changes in Open MPI 1.1 which ended up using the TM API the wrong way. So it was clearly a bug. It *might* work in 1.1, but I wouldn't recommend it (i.e.,

Re: [OMPI users] TM fixes on trunk

2006-07-17 Thread Caird, Andrew J
Jeff, What were the details of the problem/fixes? Is it worth us moving to the trunk or using what we have until 1.1.1 arrives? Thanks. --andy > -Original Message- > From: users-boun...@open-mpi.org > [mailto:users-boun...@open-mpi.org] On Behalf Of Jeff Squyres > (jsquyres) >

[OMPI users] TM fixes on trunk

2006-07-17 Thread Jeff Squyres (jsquyres)
All -- Martin Schaffoner reported some TM problems to this list a little while ago. It took a long time for he and I to synch up, but we finally identified and fixed the problem. This only affects Open MPI 1.1 installs -- it is not an issue for 1.0.x installs. The fix has been included in both

Re: [MTT users] adding LWP::UserAgent to MTT repository

2006-07-17 Thread Jeff Squyres (jsquyres)
It might be ok to adapt the module to try to "include" it (vs. requiring it) and if it's not there, fail over. Make sense? > -Original Message- > From: mtt-users-boun...@open-mpi.org > [mailto:mtt-users-boun...@open-mpi.org] On Behalf Of Ethan Mallove > Sent: Monday, July 17, 2006 9:46

[OMPI users] What Really Happens During OpenMPI MPI_INIT?

2006-07-17 Thread Mahesh Barve
Hi , Can anyone please enlighten us about what really happens in MPI_init() in openMPI? More specifically i am interested in knowing 1.Functions that needs to accomplished during MPI_init() 2.What has already been implemented in openMPI MPI_Init 2. The routines called/invoked that perform