X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bc48db087894fd960073b3120cebf90e6b2f8c02..ff6722c4292f04aef9e1417b5698881f1fd414eb:/examples/smpi/NAS/nas_common.c diff --git a/examples/smpi/NAS/nas_common.c b/examples/smpi/NAS/nas_common.c index 51ac28f479..cda03cc85b 100644 --- a/examples/smpi/NAS/nas_common.c +++ b/examples/smpi/NAS/nas_common.c @@ -78,22 +78,6 @@ void check_info(int type, int nprocs, char class) } } -void time_clear(double *onetimer) { - *onetimer = 0.0; -} - -void time_start(double *onetimer) { - *onetimer = MPI_Wtime(); -} - -void time_stop(int n,double *elapsed,double *start) { - elapsed[n] = MPI_Wtime()- start[n]; -} - -double time_read(int n, double *elapsed) { /* ok, useless, but jsut to keep function call */ - return(elapsed[n]); -} - void timer_clear(int n) { elapsed[n] = 0.0;