Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move MSG and SimDag examples out of the sight of users
[simgrid.git] / examples / msg / mc / platform.xml
diff --git a/examples/msg/mc/platform.xml b/examples/msg/mc/platform.xml
deleted file mode 100644 (file)
index 246d72b..0000000
+++ /dev/null
@@ -1,22 +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="HostA" speed="137.333Mf"/>
-    <host id="HostB" speed="98.095Mf"/>
-    <host id="HostC" speed="98.095Mf"/>
-    <host id="HostD" speed="98.095Mf"/>
-    <link id="1" bandwidth="3.430125MBps" latency="536.941us"/>
-    <link id="2" bandwidth="3.430125MBps" latency="536.941us"/>
-    <link id="3" bandwidth="3.430125MBps" latency="536.941us"/>
-    <route src="HostA" dst="HostB">
-      <link_ctn id="1"/>
-    </route>
-    <route src="HostA" dst="HostC">
-      <link_ctn id="2"/>
-    </route>
-    <route src="HostA" dst="HostD">
-      <link_ctn id="3"/>
-    </route>
-  </zone>
-</platform>