Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Return what should be so that the emulation support is disabled on RL
[simgrid.git] / src / gras / Virtu / rl_emul.c
index 0f812e6..922f227 100644 (file)
@@ -27,7 +27,7 @@ int gras_bench_always_end(void) {
 }
 
 int gras_bench_once_begin(const char *location,int line) {
-  return 0;
+  return 1;
 }
 
 int gras_bench_once_end(void) {