Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv examples/platforms/trace examples/platforms/profiles
[simgrid.git] / examples / platforms / small_platform_with_failures.xml
diff --git a/examples/platforms/small_platform_with_failures.xml b/examples/platforms/small_platform_with_failures.xml
deleted file mode 100644 (file)
index 7e58d50..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
-<platform version="4.1">
-  <zone  id="AS0"  routing="Full">
-    <host id="Tremblay" speed="25Mf"/>
-    <host id="Jupiter"  speed="25Mf" state_file="trace/jupiter_state.trace"/>
-    <host id="Fafard"   speed="25Mf" state_file="trace/fafard_state.trace" />
-    <host id="Ginette"  speed="25Mf" state_file="trace/ginette_state.trace"/>
-    <host id="Bourassa" speed="25Mf" state_file="trace/bourassa_state.trace"/>
-
-    <link id="1" bandwidth="1MBps" latency="0"/>
-    <link id="2" bandwidth="1MBps" latency="0"/>
-    <link id="3" bandwidth="1MBps" latency="0" state_file="trace/link3_state.trace" />
-    <link id="4" bandwidth="1MBps" latency="0" state_file="trace/link4_state.trace" />
-    <link id="5" bandwidth="1MBps" latency="0"/>
-    <link id="6" bandwidth="1MBps" latency="0"/>
-    <link id="7" bandwidth="1MBps" latency="0"/>
-    <link id="8" bandwidth="1MBps" latency="0"/>
-    <link id="9" bandwidth="1MBps" latency="0"/>
-    <link id="10" bandwidth="1MBps" latency="0"/>
-    <link id="loopback_FATPIPE" bandwidth="10MBps" latency="0" sharing_policy="FATPIPE"/>
-    <link id="loopback" bandwidth="100MBps" latency="0"/>
-
-    <route src="Tremblay" dst="Tremblay">
-      <link_ctn id="loopback"/>
-    </route>
-    <route src="Jupiter" dst="Jupiter">
-      <link_ctn id="loopback"/>
-    </route>
-    <route src="Fafard" dst="Fafard">
-      <link_ctn id="loopback"/>
-    </route>
-    <route src="Ginette" dst="Ginette">
-      <link_ctn id="loopback"/>
-    </route>
-    <route src="Bourassa" dst="Bourassa">
-      <link_ctn id="loopback"/>
-    </route>
-    <route src="Tremblay" dst="Jupiter">
-      <link_ctn id="1"/>
-    </route>
-    <route src="Tremblay" dst="Fafard">
-      <link_ctn id="2"/>
-    </route>
-    <route src="Tremblay" dst="Ginette">
-      <link_ctn id="3"/>
-    </route>
-    <route src="Tremblay" dst="Bourassa">
-      <link_ctn id="4"/>
-    </route>
-    <route src="Jupiter" dst="Fafard">
-      <link_ctn id="5"/>
-    </route>
-    <route src="Jupiter" dst="Ginette">
-      <link_ctn id="6"/>
-    </route>
-    <route src="Jupiter" dst="Bourassa">
-      <link_ctn id="7"/>
-    </route>
-    <route src="Fafard" dst="Ginette">
-      <link_ctn id="8"/>
-    </route>
-    <route src="Fafard" dst="Bourassa">
-      <link_ctn id="9"/>
-    </route>
-    <route src="Ginette" dst="Bourassa">
-      <link_ctn id="10"/>
-    </route>
-  </zone>
-</platform>