Re: [OMPI users] MPI Gather Query

2009-02-19 Thread Jeff Squyres
On Feb 19, 2009, at 8:24 PM, -Gim wrote: Query in MPI : What mpi_gather does is take the data being sent by the i th process and places it in i th location in the receive buffer. Say, I need to place the sent data in i*10 th location in the receive buffer? Is this possible at all or I

[OMPI users] MPI Gather Query

2009-02-19 Thread -Gim
Query in MPI : What mpi_gather does is take the data being sent by the i th process and places it in i th location in the receive buffer. Say, I need to place the sent data in i*10 th location in the receive buffer? Is this possible at all or I have to use sent and recv ? Cheerio, Gim