Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start to reorganize teshsuite/simdag
[simgrid.git] / teshsuite / simdag / network / mxn / platform_4p_1switch.xml
diff --git a/teshsuite/simdag/network/mxn/platform_4p_1switch.xml b/teshsuite/simdag/network/mxn/platform_4p_1switch.xml
deleted file mode 100644 (file)
index 57ab438..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-  <AS id="AS0" routing="Full">
-    <host id="cpu0" speed="1f"/>
-    <host id="cpu1" speed="1f"/>
-    <host id="cpu2" speed="1f"/>
-    <host id="cpu3" speed="1f"/>
-
-    <link id="switch" bandwidth="2Bps" latency="1s" sharing_policy="FATPIPE"/>
-    <link id="link0" bandwidth="1Bps" latency="500ms" sharing_policy="SHARED"/>
-    <link id="link1" bandwidth="1Bps" latency="500ms" sharing_policy="SHARED"/>
-    <link id="link2" bandwidth="1Bps" latency="500ms" sharing_policy="SHARED"/>
-    <link id="link3" bandwidth="1Bps" latency="500ms" sharing_policy="SHARED"/>
-
-    <route src="cpu0" dst="cpu1"><link_ctn id="link0"/><link_ctn id="switch"/><link_ctn id="link1"/></route>
-    <route src="cpu0" dst="cpu2"><link_ctn id="link0"/><link_ctn id="switch"/><link_ctn id="link2"/></route>
-    <route src="cpu0" dst="cpu3"><link_ctn id="link0"/><link_ctn id="switch"/><link_ctn id="link3"/></route>
-    <route src="cpu1" dst="cpu2"><link_ctn id="link1"/><link_ctn id="switch"/><link_ctn id="link2"/></route>
-    <route src="cpu1" dst="cpu3"><link_ctn id="link1"/><link_ctn id="switch"/><link_ctn id="link3"/></route>
-    <route src="cpu2" dst="cpu3"><link_ctn id="link2"/><link_ctn id="switch"/><link_ctn id="link3"/></route>
-  </AS>
-</platform>