Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Remove outdated comment
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 16 Jan 2018 10:12:20 +0000 (11:12 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 24 Jan 2018 14:58:18 +0000 (15:58 +0100)
src/smpi/mpi/smpi_comm.cpp

index ac8abf3..267ebda 100644 (file)
@@ -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++;