[OMPI users] Allgather in inter-communicator bug,

2010-05-19 Thread Battalgazi YILDIRIM
Hi, I am trying to use intercommunicator ::Allgather between two child process. I have fortran and Python code, I am using mpi4py for python. It seems that ::Allgather is not working properly in my desktop. I have contacted first mpi4py developers (Lisandro Dalcin), he simplified my problem and

Re: [OMPI users] Allgather in inter-communicator bug,

2010-05-20 Thread Battalgazi YILDIRIM
* n > > Shouldn't this line be > a = array('i', [r])*n > where r is the rank of the process? > > Jody > > > On Thu, May 20, 2010 at 12:00 AM, Battalgazi YILDIRIM > wrote: > > Hi, > > > > > > I am trying to use intercommunicator

Re: [OMPI users] Allgather in inter-communicator bug,

2010-05-20 Thread Battalgazi YILDIRIM
010 at 10:09 AM, Jeff Squyres wrote: > Can you send us an all-C or all-Fortran example that shows the problem? > > We don't have easy access to test through the python bindings. ...ok, I > admit it, it's laziness on my part. :-) But having a pure Open MPI test > app would a