From: Christian Heinrich Date: Tue, 19 Dec 2017 14:28:45 +0000 (+0100) Subject: [SMPI] Spelling. X-Git-Tag: v3.19~352 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1b5cf33288db0276cde8b98473908c32aa1d824f [SMPI] Spelling. --- diff --git a/src/smpi/mpi/smpi_comm.cpp b/src/smpi/mpi/smpi_comm.cpp index 9efc299921..a5870b8bc7 100644 --- a/src/smpi/mpi/smpi_comm.cpp +++ b/src/smpi/mpi/smpi_comm.cpp @@ -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()->process_list; int intra_comm_size = 0; int min_index = INT_MAX; // the minimum index will be the leader