Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / examples / smpi / NAS / nas_common.h
index 4d7f29c2f87ed21c1d714b417b1465660916340d..c77f058bb13ce9b6e76a525f53f8262eb2a4ba66 100644 (file)
 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);