Functions | |
template<typename T > | |
void | messageLengths (SubDomainKeyTree *subDomainKeyTree, T *toSend, T *toReceive) |
Send array with length of number of MPI processes across processes. More... | |
void mpi::messageLengths | ( | SubDomainKeyTree * | subDomainKeyTree, |
T * | toSend, | ||
T * | toReceive | ||
) |
Send array with length of number of MPI processes across processes.
T | type |
subDomainKeyTree | instance of SubDomainKeyTree class |
toSend | entries/array to be send |
toReceive | buffer/array for receiving |
Definition at line 138 of file subdomain_handler.h.