X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/076194816ead5f5e2a4afff5999e728c5b5396a3..6de9090dd8692387ae343c587b26915f9922d7bd:/examples/smpi/bcast.c diff --git a/examples/smpi/bcast.c b/examples/smpi/bcast.c index ba172dd73d..72ad419524 100644 --- a/examples/smpi/bcast.c +++ b/examples/smpi/bcast.c @@ -28,7 +28,7 @@ int main(int argc, char **argv) } MPI_Bcast(&value, 1, MPI_INT, 0, MPI_COMM_WORLD); if (value != 17) { - printf("node %d has value %d after broadcast\n", rank, value); + printf("node %d has value %d after broadcast\n", rank, value); } MPI_Barrier(MPI_COMM_WORLD);