]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/mpich3-test/rma/fetchandadd.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
task can now pass tokens (void*) to other tasks. add example using tokens and apache...
[simgrid.git] / teshsuite / smpi / mpich3-test / rma / fetchandadd.c
index 493e158c6b15a923974737da0a8703a0ad373a9a..3323cd5ac3387b30d700fa51fb876da15f2ec052 100644 (file)
@@ -80,7 +80,7 @@ int main(int argc, char *argv[])
 
         for (i = 0; i < NTIMES; i++) {
             Get_nextval(win, val_array, get_type, rank, nprocs, counter_vals + i);
-            /* printf("Rank %d, counter %d\n", rank, value); */
+            /* printf("Rank %d, counter %d\n", rank, localvalue); */
         }
 
         MPI_Win_free(&win);