Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Spelling.
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 19 Dec 2017 14:28:45 +0000 (15:28 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 12 Jan 2018 00:08:32 +0000 (01:08 +0100)
src/smpi/mpi/smpi_comm.cpp

index 9efc299..a5870b8 100644 (file)
@@ -301,7 +301,7 @@ void Comm::init_smp(){
     smpi_switch_data_segment(smpi_process()->index());
   }
   //identify neighbours in comm
-  //get the indexes of all processes sharing the same simix host
+  //get the indices of all processes sharing the same simix host
   const auto& process_list = sg_host_self()->extension<simgrid::simix::Host>()->process_list;
   int intra_comm_size     = 0;
   int min_index           = INT_MAX; // the minimum index will be the leader