From 1b5cf33288db0276cde8b98473908c32aa1d824f Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Tue, 19 Dec 2017 15:28:45 +0100 Subject: [PATCH] [SMPI] Spelling. --- src/smpi/mpi/smpi_comm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1