X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4c74bb7b6f2398da81ce462cbdfd9c5a77ffa683..5f0a20a11dc5241c3c397b89d732a38adfc1f3cc:/examples/smpi/NAS/IS/is.c diff --git a/examples/smpi/NAS/IS/is.c b/examples/smpi/NAS/IS/is.c index 01bd9ddceb..a83d998704 100644 --- a/examples/smpi/NAS/IS/is.c +++ b/examples/smpi/NAS/IS/is.c @@ -702,7 +702,6 @@ void rank( global_data* gd, int iteration ) 1, MPI_INT, MPI_COMM_WORLD ); - MPI_Wtime(); /* Determine the receive array displacements for the buckets */ gd->recv_displ[0] = 0; @@ -710,7 +709,6 @@ void rank( global_data* gd, int iteration ) gd->recv_displ[i] = gd->recv_displ[i-1] + gd->recv_count[i-1]; - MPI_Wtime(); /* Now send the keys to respective processors */ MPI_Alltoallv( gd->key_buff1, gd->send_count,