Closed niklas-uhl closed 8 months ago
MPICH(-based) MPI's typedef both MPI_Comm and MPI_Group as int, which leads to ambigous definitions. So we should only have a group constructor accepting a kamping::Communicator.
MPI_Comm
MPI_Group
kamping::Communicator
MPICH(-based) MPI's typedef both
MPI_Comm
andMPI_Group
as int, which leads to ambigous definitions. So we should only have a group constructor accepting akamping::Communicator
.