Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to make TestHostOnOff do something
[simgrid.git] / examples / platforms / three_multicore_hosts.xml
index 7372bf9..adbed97 100644 (file)
@@ -2,11 +2,11 @@
 <!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"/>
+    <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>