Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
activate fortran attr tests
[simgrid.git] / teshsuite / simdag / platforms / bogus_missing_src_gateway.xml
index e9ce2fc..8de74a8 100644 (file)
@@ -1,20 +1,18 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-  <AS id="World" routing="Full">
-     <AS id="us" routing="Full">
-        <cluster id="cluster" suffix=".cluster.us" prefix="node-" radical="1-4" core="24" speed="9.27114e8f"
-                 bw="938e6Bps" lat="270us"/>
-      </AS>
-    <AS id="fr" routing="Full">
-        <cluster id="grappe" suffix=".grappe.fr" prefix="noeud-" radical="1-4" core="24" speed="9.27114e8f"
-                 bw="938e6Bps" lat="270us"/>
-    </AS>
+<platform version="4.1">
+  <zone id="World" routing="Full">
+    <zone id="us" routing="Full">
+      <cluster id="cluster" suffix=".cluster.us" prefix="node-" radical="1-4" speed="1Gf" bw="938MBps" lat="270us"/>
+    </zone>
+    <zone id="fr" routing="Full">
+      <cluster id="grappe" suffix=".grappe.fr" prefix="noeud-" radical="1-4" speed="1Gf" bw="938MBps" lat="270us"/>
+    </zone>
 
     <link id="backbone" bandwidth="1.25GBps" latency="500us"/>
 
-    <ASroute src="us" gw_src="nod-cluster_router.cluster.us" dst="fr" gw_dst="noeud-grappe_router.grappe.fr">
-        <link_ctn id="backbone"/>
-    </ASroute>
-  </AS>
+    <zoneRoute src="us" gw_src="nod-cluster_router.cluster.us" dst="fr" gw_dst="noeud-grappe_router.grappe.fr">
+      <link_ctn id="backbone"/>
+    </zoneRoute>
+  </zone>
 </platform>