X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4cdc0f888550cbaefe6094ae801230336d005337..b382315f0693083344eb9a25a8fc37b7091bddc7:/teshsuite/smpi/mpich3-test/rma/fetchandadd.c diff --git a/teshsuite/smpi/mpich3-test/rma/fetchandadd.c b/teshsuite/smpi/mpich3-test/rma/fetchandadd.c index 493e158c6b..3323cd5ac3 100644 --- a/teshsuite/smpi/mpich3-test/rma/fetchandadd.c +++ b/teshsuite/smpi/mpich3-test/rma/fetchandadd.c @@ -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);