From: Christian Heinrich Date: Tue, 16 Jan 2018 10:12:20 +0000 (+0100) Subject: [SMPI] Remove outdated comment X-Git-Tag: v3.19~312^2~33 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/826036d59c6377c65bc92f747c551d5f7c3a9198 [SMPI] Remove outdated comment --- diff --git a/src/smpi/mpi/smpi_comm.cpp b/src/smpi/mpi/smpi_comm.cpp index ac8abf380c..267ebdafe7 100644 --- a/src/smpi/mpi/smpi_comm.cpp +++ b/src/smpi/mpi/smpi_comm.cpp @@ -319,7 +319,6 @@ void Comm::init_smp(){ MPI_Group group_intra = new Group(intra_comm_size); int i = 0; for (auto& actor : process_list) { - // TODO cheinrich : We should not need the const_cast here and above. if (this->group()->rank(actor.iface()) != MPI_UNDEFINED) { group_intra->set_mapping(actor.iface(), i); i++;