Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Fixed grammar in comment
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 6 Dec 2017 12:46:58 +0000 (13:46 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 12 Jan 2018 00:08:32 +0000 (01:08 +0100)
src/smpi/internals/smpi_process.cpp

index f35b948..f47b42d 100644 (file)
@@ -295,7 +295,7 @@ void Process::init(int *argc, char ***argv){
     // this up here so that I can set the privatized region before the switch.
     Process* process = smpi_process_remote(index);
     if(smpi_privatize_global_variables == SMPI_PRIVATIZE_MMAP){
     // this up here so that I can set the privatized region before the switch.
     Process* process = smpi_process_remote(index);
     if(smpi_privatize_global_variables == SMPI_PRIVATIZE_MMAP){
-      /* Now using segment index of the process  */
+      /* Now using the segment index of this process  */
       index = proc->segment_index;
       process->set_privatized_region(smpi_init_global_memory_segment_process());
       /* Done at the process's creation */
       index = proc->segment_index;
       process->set_privatized_region(smpi_init_global_memory_segment_process());
       /* Done at the process's creation */