Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename the async-* tests into comm-*
[simgrid.git] / examples / s4u / async-wait / s4u-async-wait_d.xml
diff --git a/examples/s4u/async-wait/s4u-async-wait_d.xml b/examples/s4u/async-wait/s4u-async-wait_d.xml
deleted file mode 100644 (file)
index e6f11cf..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4.1">
-  <!-- The master actor (with some arguments) -->
-  <actor host="Tremblay" function="sender">
-    <argument value="3"/>       <!-- Number of tasks -->
-    <argument value="50000000"/>  <!-- Computation size of tasks -->
-    <argument value="1"/>         <!-- Number of receivers -->
-  </actor>
-  <!-- The receiver processes --> 
-  <actor host="Ruby" function="receiver">
-    <argument value="0"/> <!-- id -->
-  </actor>
-</platform>
\ No newline at end of file