From: pini Date: Thu, 11 Mar 2010 15:03:06 +0000 (+0000) Subject: Oops, this shouldn't have make it to the repository. X-Git-Tag: SVN~517 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5f0a20a11dc5241c3c397b89d732a38adfc1f3cc?ds=sidebyside Oops, this shouldn't have make it to the repository. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7222 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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,