Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
icomms are async (and there is no peer!!)
[simgrid.git] / examples / msg / icomms / deployment_peer01.xml
diff --git a/examples/msg/icomms/deployment_peer01.xml b/examples/msg/icomms/deployment_peer01.xml
deleted file mode 100644 (file)
index bb55c55..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-  <!-- The master process (with some arguments) -->
-  <process host="Tremblay" function="sender">
-     <argument value="3"/>       <!-- Number of tasks -->
-     <argument value="50000000"/>  <!-- Computation size of tasks -->
-     <argument value="1000000"/>   <!-- Communication size of tasks -->
-     <argument value="1"/>         <!-- Number of receivers -->
-     <argument value="5"/>         <!-- Sleep_start_time -->
-     <argument value="0.1"/>      <!-- Time for test -->
-  </process>
-  <!-- The receiver processes -->
-  <process host="Ruby" function="receiver">
-    <argument value="0"/>
-    <argument value="1"/>         <!-- Sleep_start_time -->
-    <argument value="0.1"/>      <!-- Time for test -->
-  </process>
-</platform>