Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Oops, this shouldn't have make it to the repository.
authorpini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 11 Mar 2010 15:03:06 +0000 (15:03 +0000)
committerpini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 11 Mar 2010 15:03:06 +0000 (15:03 +0000)
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

index 01bd9dd..a83d998 100644 (file)
@@ -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,