|
Functions |
int | MPI_Pack (itaylor &it, void *sendbuffer, int bufflen, int *pos, MPI_Comm MC) |
int | MPI_Unpack (void *recbuffer, int bufflen, int *pos, itaylor &it, MPI_Comm MC) |
int | MPI_Pack (dim2taylor &d2t, void *sendbuffer, int bufflen, int *pos, MPI_Comm MC) |
int | MPI_Unpack (void *recbuffer, int bufflen, int *pos, dim2taylor &d2t, MPI_Comm MC) |
int | MPI_Pack (dim2taylor_vector &d2tv, void *sendbuffer, int bufflen, int *pos, MPI_Comm MC) |
int | MPI_Unpack (void *recbuffer, int bufflen, int *pos, dim2taylor_vector &d2tv, MPI_Comm MC) |