From 5f0a20a11dc5241c3c397b89d732a38adfc1f3cc Mon Sep 17 00:00:00 2001 From: pini Date: Thu, 11 Mar 2010 15:03:06 +0000 Subject: [PATCH] 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 --- examples/smpi/NAS/IS/is.c | 2 -- 1 file changed, 2 deletions(-) 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, -- 2.20.1