Function MPI_Cart_get

extern(C) int MPI_Cart_get (
  void* comm,
  int maxdims,
  int* dims,
  int* periods,
  int* coords
);