Re: [OMPI users] MPI_Allgather with derived type crash

2011-05-25 Thread Jeff Squyres
George -- When I run 10 copies on the same node with btl tcp,self (no sm or openib), valgrind reports the following to me (using ompi-1.4 branch HEAD): ==23753== Invalid write of size 1 ==23753==at 0x4C6EA31: non_overlap_copy_content_same_ddt (dt_copy.h:170) ==23753==by 0x4C6CC3B:

Re: [OMPI users] MPI_Allgather with derived type crash

2011-05-25 Thread Andrew Senin
I've tried on my home Ubuntu 10.04, 64 bit version. It crashes with number of ranks 5-7, 9 and greater. I simply downloaded 1.4.3 version ( http://www.open-mpi.org/software/ompi/v1.4/downloads/openmpi-1.4.3.tar.gz): - configure --prefix=`pwd`/install && make install - cd ~/projects/gather -

Re: [OMPI users] MPI_Allgather with derived type crash

2011-05-25 Thread George Bosilca
age on my web site. > > -Andrew > >> -Original Message- >> From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On >> Behalf Of George Bosilca >> Sent: Wednesday, May 25, 2011 8:47 PM >> To: Open MPI Users >> Subject: Re: [OMPI users

Re: [OMPI users] MPI_Allgather with derived type crash

2011-05-25 Thread Andrew Senin
Of Peter Kjellstrom > Sent: Wednesday, May 25, 2011 9:03 PM > To: us...@open-mpi.org > Subject: Re: [OMPI users] MPI_Allgather with derived type crash > > Would 8 happen to be the number of cores you have per node so what > we're seeing is: single node OK, multi node FAIL? > > If s

Re: [OMPI users] MPI_Allgather with derived type crash

2011-05-25 Thread Andrew Senin
on my web site. -Andrew > -Original Message- > From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On > Behalf Of George Bosilca > Sent: Wednesday, May 25, 2011 8:47 PM > To: Open MPI Users > Subject: Re: [OMPI users] MPI_Allgather with derived type crash &

Re: [OMPI users] MPI_Allgather with derived type crash

2011-05-25 Thread Peter Kjellström
On Wednesday, May 25, 2011 01:16:04 PM Andrew Senin wrote: > Hello list, > > I have an application which uses MPI_Allgather with derived types. It works > correctly with mpich2 and mvapich2. However it crashes periodically with > openmpi2. After investigation I found that the crash takes place

Re: [OMPI users] MPI_Allgather with derived type crash

2011-05-25 Thread George Bosilca
ing OpenMPI 1.4.3. > > Thanks, > -Andrew > >> -Original Message- >> From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On >> Behalf Of Peter Kjellstrom >> Sent: Wednesday, May 25, 2011 4:19 PM >> To: us...@open-mpi.org >> S

Re: [OMPI users] MPI_Allgather with derived type crash

2011-05-25 Thread Andrew Senin
Sorry. I'm using OpenMPI 1.4.3. Thanks, -Andrew > -Original Message- > From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On > Behalf Of Peter Kjellstrom > Sent: Wednesday, May 25, 2011 4:19 PM > To: us...@open-mpi.org > Subject: Re: [OMPI us

Re: [OMPI users] MPI_Allgather with derived type crash

2011-05-25 Thread Peter Kjellström
On Wednesday, May 25, 2011 01:16:04 PM Andrew Senin wrote: > Hello list, > > I have an application which uses MPI_Allgather with derived types. It works > correctly with mpich2 and mvapich2. However it crashes periodically with > openmpi2. Which version of OpenMPI are you using? There is no such