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