Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move platforms and flatifier to teshsuite/platforms
[simgrid.git] / teshsuite / simdag / platforms / two_clusters.xml
diff --git a/teshsuite/simdag/platforms/two_clusters.xml b/teshsuite/simdag/platforms/two_clusters.xml
deleted file mode 100644 (file)
index 6ad324c..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">
-    <cluster id="bob_cluster" prefix="bob" suffix=".hamburger.edu" radical="0-1" speed="1Gf" bw="125MBps" lat="50us"
-             bb_bw="2.25GBps" bb_lat="500us"/>
-    <cluster id="alice_cluster" prefix="alice" suffix=".crepe.fr" radical="0-1" speed="1Gf" bw="125MBps" lat="50us"
-             bb_bw="2.25GBps" bb_lat="500us"/>
-
-    <link id="backbone" bandwidth="1.25GBps" latency="500us"/>
-
-    <zoneRoute src="bob_cluster" dst="alice_cluster" gw_src="bobbob_cluster_router.hamburger.edu"
-             gw_dst="alicealice_cluster_router.crepe.fr">
-      <link_ctn id="backbone"/>
-    </zoneRoute>
-  </zone>
-</platform>