Re: [OMPI users] question about algorithms for collective communication

2009-08-23 Thread Dorian Krause
Hi, a similar question was recently discussed on the mailing list: http://www.open-mpi.org/community/lists/users/2009/08/10458.php George Markomanolis wrote: Dear all, I am trying to figure out the algorithms that are used for some collective communications (allreduce, bcast, alltoall). Is

[OMPI users] question about algorithms for collective communication

2009-08-23 Thread George Markomanolis
Dear all, I am trying to figure out the algorithms that are used for some collective communications (allreduce, bcast, alltoall). Is there any document to explain which algorithms are used? For example I would like to know exactly how the command allreduce is analyzed to send and receive.