Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix and convert another ptask_L07 test
[simgrid.git] / teshsuite / simdag / platforms / platform_2p_1bb.xml
diff --git a/teshsuite/simdag/platforms/platform_2p_1bb.xml b/teshsuite/simdag/platforms/platform_2p_1bb.xml
deleted file mode 100644 (file)
index efb390f..0000000
+++ /dev/null
@@ -1,17 +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="cpu0" speed="1f"/>
-    <host id="cpu1" speed="1f"/>
-
-    <!-- large latency backbone 10000 because 20000 is MAX_TCP_WIN_SIZE
-         max bw = MAX_TCP_WIN_SIZE / ( 2 * latency ) which is then 1 and 1 is smallest possible -->
-
-    <link id="link0" bandwidth="2Bps" latency="2.777777777777777777777777778h" sharing_policy="SHARED"/>
-
-    <route src="cpu0" dst="cpu1">
-      <link_ctn id="link0"/>
-    </route>
-  </zone>
-</platform>