Re: [OMPI devel] === CREATE FAILURE (trunk) ===

2010-10-29 Thread Jeff Squyres
I have fixes for this, but they're .m4 changes (stupid VPATH stuff; sorry) -- so I'll commit them tonight after 6pm US Eastern. On Oct 28, 2010, at 9:16 PM, MPI Team wrote: > > ERROR: Command returned a non-zero exist status (trunk): > make distcheck > > Start time: Thu Oct 28 21:00:05

[OMPI devel] Cost for AllGatherV() Operation

2010-10-29 Thread Tim Stitt
Dear OpenMPI Developers, I would be grateful if someone could briefly describe the cost (complexity) for the allgatherv() collective operation in the current release of OpenMPI. For MPICH2 I believe the cost is ceiling(lg p). Can anyone comment on the algorithms and cost used in the OpenMPI

Re: [OMPI devel] Cost for AllGatherV() Operation

2010-10-29 Thread George Bosilca
Tim, The collective in Open MPI works differently than in MPICH. They are dynamically selected based on the number of processes involved and the amount of data to be exchanged. Therefore, it is difficult to answer your question without knowing this information. There are 4 algorithms for MPI_A