Function MPI_Cart_create
extern(C) int MPI_Cart_create
(
void* old_comm,
int ndims,
int* dims,
int* periods,
int reorder,
void** comm_cart
);
extern(C) int MPI_Cart_create
(
void* old_comm,
int ndims,
int* dims,
int* periods,
int reorder,
void** comm_cart
);