Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added the lazy management improvement for network models.
[simgrid.git] / src / surf / network.c
index fd21bd2..c69aaa4 100644 (file)
@@ -407,6 +407,8 @@ static double net_share_resources(double now)
     }
   }
 
+  DEBUG1("Min of share resources %f", min);
+
   return min;
 }