X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c7ee408ae0b31b16935dce24d8fcc57d9aed4eb3..f583eea12f82640c644ef6e50c1c4d1ff28fd6ab:/examples/smpi/compute2.c diff --git a/examples/smpi/compute2.c b/examples/smpi/compute2.c index 676944f99d..ea524408a4 100644 --- a/examples/smpi/compute2.c +++ b/examples/smpi/compute2.c @@ -7,7 +7,7 @@ int main(int argc, char *argv[]) double d; MPI_Init(&argc, &argv); d = 2.0; - SMPI_DO_ONCE { +/* SMPI_DO_ONCE */{ for (i = 0; i < atoi(argv[1]); i++) { if (d < 10000) { d = d * d;