Re: [OMPI users] error from MPI_Allgather

2012-10-30 Thread Jeff Squyres
On Oct 30, 2012, at 2:23 AM, rajesh wrote: >> 2. That being said, it looks like you used the same buffer for both the sbuf >> and rbuf. MPI does not allow you to >> do that; you need to specify different buffers for those arguments. > > The problem occurs with openmpi. I could understand the pr

Re: [OMPI users] error from MPI_Allgather

2012-10-30 Thread rajesh
Jeff Squyres cisco.com> writes: > > Two things: > > 1. That looks like an MPICH error message (i.e., it's not from Open MPI -- Open MPI and MPICH2 are entirely > different software packages with different developers and behaviors). You might want to contact them > for more specific details.

Re: [OMPI users] error from MPI_Allgather

2012-09-26 Thread Jeff Squyres
Two things: 1. That looks like an MPICH error message (i.e., it's not from Open MPI -- Open MPI and MPICH2 are entirely different software packages with different developers and behaviors). You might want to contact them for more specific details. 2. That being said, it looks like you used th

[OMPI users] error from MPI_Allgather

2012-09-25 Thread Rajesh J
Hello, I have some error while using mpirun. Could anyone please help me solve this. I googled this and found some, but too technical for me since I am not so familiar with mpi programs. Is this due to some installation problem or the program which I run? Fatal error in PMPI_Allgather: Invalid buf