Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Xml platform cleaning
[simgrid.git] / examples / java / mutualExclusion / ring3.xml
diff --git a/examples/java/mutualExclusion/ring3.xml b/examples/java/mutualExclusion/ring3.xml
deleted file mode 100644 (file)
index b83584d..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
-<platform version="3">
- <AS  id="AS0"  routing="Full">
-  <host id="Host 0" power="1Gf" />
-  <host id="Host 1" power="1Gf" />
-  <host id="Host 2" power="1Gf" />
-
-  <link id="l0" bandwidth="125MBps" latency="100us" />
-  <link id="l1" bandwidth="125MBps" latency="100us" />
-  <link id="l2" bandwidth="125MBps" latency="100us" />
-
-  <route src="Host 0" dst="Host 1">
-    <link_ctn id="l0"/>
-  </route>
-
-  <route src="Host 0" dst="Host 2">
-    <link_ctn id="l1"/>
-  </route>
-
-  <route src="Host 1" dst="Host 2">
-    <link_ctn id="l2"/>
-  </route>
-
-</AS>
-</platform>
-