#include "petscsys.h" PetscErrorCode PetscGatherMessageLengths2(MPI_Comm comm,PetscMPIInt nsends,PetscMPIInt nrecvs,const PetscMPIInt ilengths1[],const PetscMPIInt ilengths2[],PetscMPIInt **onodes,PetscMPIInt **olengths1,PetscMPIInt **olengths2)Collective
comm | - Communicator | |
nsends | - number of messages that are to be sent. | |
nrecvs | - number of messages being received | |
ilengths1, ilengths2 | - array of integers of length sizeof(comm) a non zero ilengths[i] represent a message to i of length ilengths[i] |
onodes | - list of node-ids from which messages are expected | |
olengths1, olengths2 | - corresponding message lengths |
The calling function deallocates the memory in onodes and olengths
To determine nrecvs, one can use PetscGatherNumberOfMessages()