Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
first try at killing GRAS -- does not compile yet
[simgrid.git] / examples / gras / p2p / can / can.xml
diff --git a/examples/gras/p2p/can/can.xml b/examples/gras/p2p/can/can.xml
deleted file mode 100644 (file)
index 4f63ff4..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
-<platform version="3">
-
-
-
-
-  <process host="Tremblay" function="start_war">
-    <argument value="4000"/>           <!-- my port -->
-    <argument value="1"/>            <!-- my nuke version -->
-  </process>
-
-  <process host="Jacquelin" function="node">
-    <argument value="100"/>            <!-- my xId -->
-    <argument value="900"/>            <!-- my yId -->
-    <argument value="4000"/>         <!-- my port -->
-    <argument value="Tremblay"/>     <!-- my hostname -->
-    <argument value="4000"/>         <!-- my hostport -->
-  </process>
-
-  <process host="Bourassa" function="node">
-    <argument value="800"/>            <!-- my xId -->
-    <argument value="200"/>            <!-- my yId -->
-    <argument value="4000"/>         <!-- my port -->
-    <argument value="Tremblay"/>     <!-- my hostname -->
-    <argument value="4000"/>         <!-- my hostport -->
-  </process>
-
-  <process host="Fafard" function="node">
-    <argument value="500"/>            <!-- my xId -->
-    <argument value="600"/>            <!-- my yId -->
-    <argument value="4000"/>         <!-- my port -->
-    <argument value="Tremblay"/>     <!-- my hostname -->
-    <argument value="4000"/>         <!-- my hostport -->
-  </process>
-
-  <process host="Tremblay" function="node">
-    <argument value="10"/>            <!-- my xId -->
-    <argument value="20"/>            <!-- my yId -->
-    <argument value="4000"/>         <!-- my port -->
-  </process>
-
-</platform>
-