Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix type.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 7 Dec 2020 20:17:27 +0000 (21:17 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 7 Dec 2020 20:17:27 +0000 (21:17 +0100)
examples/s4u/trace-categories/s4u-trace-categories.cpp

index 27453a5..62f5f3b 100644 (file)
@@ -15,7 +15,7 @@ struct Task {
   std::string name;
   std::string category;
   double flops;
-  double bytes;
+  uint64_t bytes;
 };
 
 static void master()