Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename the async-* tests into comm-*
[simgrid.git] / examples / c / async-wait / async-wait_d.xml
diff --git a/examples/c/async-wait/async-wait_d.xml b/examples/c/async-wait/async-wait_d.xml
deleted file mode 100644 (file)
index 78012ae..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
-<platform version="4.1">
-  <!-- The master actor (with some arguments) -->
-  <actor host="Tremblay" function="sender">
-    <argument value="3"/>     <!-- Number of messages -->
-    <argument value="482117300"/> <!-- message size -->
-    <argument value="5"/>     <!-- Sleep_start_time -->
-    <argument value="0.1"/>   <!-- Time for test -->
-  </actor>
-  <!-- The receiver actor -->
-  <actor host="Ruby" function="receiver">
-    <argument value="1"/>       <!-- Sleep_start_time -->
-    <argument value="0.1"/>     <!-- Time for test -->
-  </actor>
-</platform>