X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/19c58cbb49a4c58174169566b13aafb2b873fd81..4f9895249bc169bdd6b1be3b60ce24af0008d63f:/examples/smpi/NAS/nas_common.h?ds=sidebyside diff --git a/examples/smpi/NAS/nas_common.h b/examples/smpi/NAS/nas_common.h index 4d7f29c2f8..c77f058bb1 100644 --- a/examples/smpi/NAS/nas_common.h +++ b/examples/smpi/NAS/nas_common.h @@ -15,16 +15,12 @@ enum benchmark_types {IS, DT, EP}; int ilog2(int i); + void timer_clear(int n); void timer_start(int n); void timer_stop(int n); double timer_read(int n); -void time_clear(double *onetimer); -void time_start(double *onetimer); -void time_stop(int n,double *elapsed,double *start); -double time_read(int n, double *elapsed); - double vranlc(int n, double x, double a, double *y); double randlc(double *X, double*A);