Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce the number of loops to do to not kill the old machines out there
[simgrid.git] / examples / gras / tokenS / tokenS.c
index 8cf9cf1..5981598 100644 (file)
@@ -11,8 +11,7 @@
  
 #include "gras.h"
  
-//#define NBLOOPS 10
-#define NBLOOPS 1000
+#define NBLOOPS 100
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(Token,"Messages specific to this example");