Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / teshsuite / simdag / platforms / platform_2p_1fl.xml
diff --git a/teshsuite/simdag/platforms/platform_2p_1fl.xml b/teshsuite/simdag/platforms/platform_2p_1fl.xml
deleted file mode 100644 (file)
index 12d2174..0000000
+++ /dev/null
@@ -1,14 +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"/>
-
-    <link id="link0" bandwidth="1Bps" latency="500ms" sharing_policy="FATPIPE"/>
-
-    <route src="cpu0" dst="cpu1">
-      <link_ctn id="link0"/>
-    </route>
-  </AS>
-</platform>