Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ignore the result of the computation
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 21 Jun 2016 10:53:27 +0000 (12:53 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 21 Jun 2016 10:54:35 +0000 (12:54 +0200)
examples/smpi/NAS/ep.c

index 6f36675..6e202d9 100644 (file)
@@ -14,7 +14,8 @@ int nprocs;
 
 int main(int argc, char **argv) {
   double dum[3] = {1.,1.,1.};
-  double x1, x2, sx, sy, tm, an, tt, gc;
+  double x1, x2, sx, sy, tm, an, gc;
+  XBT_ATTRIB_UNUSED double tt;
   double Mops;
   double epsilon=1.0E-8, a = 1220703125., s=271828183.;
   double t1, t2, t3, t4;