From 826036d59c6377c65bc92f747c551d5f7c3a9198 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Tue, 16 Jan 2018 11:12:20 +0100 Subject: [PATCH 1/1] [SMPI] Remove outdated comment --- src/smpi/mpi/smpi_comm.cpp | 1 - 1 file changed, 1 deletion(-) 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++; -- 2.20.1