Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't test features that are impossible to get right
[simgrid.git] / examples / platforms / three_multicore_hosts.xml
index 7372bf9..0b237da 100644 (file)
@@ -1,15 +1,21 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-  <AS id="siteA" routing="Full">
-    <host id="PM0" speed="100Mf" core="1"/>
-    <host id="PM1" speed="100Mf" core="2"/>
-    <host id="PM2" speed="100Mf" core="4"/>
+<platform version="4.1">
+  <zone id="siteA" routing="Full">
+    <host id="PM0" speed="8.095Gf" core="4"/>
+    <host id="PM1" speed="8.095Gf" core="4"/>
+    <host id="PM2" speed="8.095Gf" core="2"/>
 
-    <link id="link1" bandwidth="100Mbps" latency="10ms" />
+    <link id="link1" bandwidth="125MBps" latency="100us" />
 
-    <route src="PM0" dst="PM1"><link_ctn id="link1"/></route>
-    <route src="PM0" dst="PM2"><link_ctn id="link1"/></route>
-    <route src="PM1" dst="PM2"><link_ctn id="link1"/></route>
-  </AS>
+    <route src="PM0" dst="PM1">
+      <link_ctn id="link1"/>
+    </route>
+    <route src="PM0" dst="PM2">
+      <link_ctn id="link1"/>
+    </route>
+    <route src="PM1" dst="PM2">
+      <link_ctn id="link1"/>
+    </route>
+  </zone>
 </platform>