Function MPI_Allgatherv

extern(C) int MPI_Allgatherv (
  void* sendbuf,
  int sendcount,
  void* sendtype,
  void* recvbuf,
  int* recvcounts,
  int* displs,
  void* recvtype,
  void* comm
);