Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the on_exit() of each actor is also executed when the simulation deadlocks
[simgrid.git] / examples / c / async-wait / async-wait4_d.xml
index a8dfbf6..c34a269 100644 (file)
@@ -4,11 +4,11 @@
   <!-- The master actor (with some arguments) -->
   <actor host="Tremblay" function="sender">
     <argument value="3"/>       <!-- Number of tasks -->
-    <argument value="498E6"/> <!-- Communication size of tasks -->
+    <argument value="482117300"/> <!-- Communication size of tasks -->
     <argument value="1"/>       <!-- Sleep_start_time -->
     <argument value="0"/>       <!-- Time for test -->
   </actor>
-  <!-- The receiver processes -->
+  <!-- The receiver actor -->
   <actor host="Ruby" function="receiver">
     <argument value="5"/>       <!-- Sleep_start_time -->
     <argument value="0"/>       <!-- Time for test -->