X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7da2926d0733ff0683f31aeea176ce71e127264f..d2870500ed94896ec3b064fa67af8d729920c007:/examples/smpi/mc/only_send_deterministic.c diff --git a/examples/smpi/mc/only_send_deterministic.c b/examples/smpi/mc/only_send_deterministic.c index fa4215f679..ffc01310ee 100644 --- a/examples/smpi/mc/only_send_deterministic.c +++ b/examples/smpi/mc/only_send_deterministic.c @@ -1,4 +1,4 @@ -/* ../../../smpi_script/bin/smpirun -hostfile hostfile_send_deterministic -platform ../../platforms/cluster.xml -np 3 --cfg=smpi/send_is_detached_thres:0 gdb\ --args\ ./send_deterministic */ +/* ../../../smpi_script/bin/smpirun -hostfile hostfile_send_deterministic -platform ../../platforms/cluster.xml -np 3 --cfg=smpi/send-is-detached-thresh:0 gdb\ --args\ ./send_deterministic */ /* Copyright (c) 2009-2015. The SimGrid Team. * All rights reserved. */ @@ -10,7 +10,6 @@ #include #include - int main(int argc, char **argv) { int recv_buff, err, size, rank, i; @@ -38,7 +37,6 @@ int main(int argc, char **argv) MPI_Recv(&recv_buff, 1, MPI_INT, MPI_ANY_SOURCE, MPI_ANY_TAG, MPI_COMM_WORLD, &status); //printf("Message received from %d\n", recv_buff); } - }else{ MPI_Send(&rank, 1, MPI_INT, 0, 42, MPI_COMM_WORLD); //printf("Sent %d to rank 0\n", rank);