Function MPI_Comm_split

extern(C) int MPI_Comm_split (
  void* comm,
  int color,
  int key,
  void** newcomm
);