c***@gmail.com
2009-08-26 04:23:54 UTC
Hello Folks, I have been working on MPI_Gather which has the prototype
int MPI_Allgather ( void *sendbuf, int sendcount, MPI_Datatype
sendtype,
void *recvbuf, int recvcount, MPI_Datatype
recvtype,
MPI_Comm comm )
Now i want to ask one thing. Can "sendcount" be different for
different processes i-e
If i run using -np = 4
Is it possbile that process 0 sends 3 elements whereas process 1 sends
5 elements and so on?
Or all the procesess send equal sendcount always? I checked the
specification but couldnt find any thing?
int MPI_Allgather ( void *sendbuf, int sendcount, MPI_Datatype
sendtype,
void *recvbuf, int recvcount, MPI_Datatype
recvtype,
MPI_Comm comm )
Now i want to ask one thing. Can "sendcount" be different for
different processes i-e
If i run using -np = 4
Is it possbile that process 0 sends 3 elements whereas process 1 sends
5 elements and so on?
Or all the procesess send equal sendcount always? I checked the
specification but couldnt find any thing?