Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetic so that it can be displayed in doc
[simgrid.git] / examples / platforms / two_hosts.xml
index b6d03ba..472dee1 100644 (file)
@@ -1,20 +1,15 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
 <platform version="4.1">
-  <zone id="AS0" routing="Full">
+  <zone id="world" routing="Full">
+    <!-- The resources -->
     <host id="Tremblay" speed="25Mf"/>
-    <host id="Jupiter" speed="25Mf" availability_file="trace/jupiter_speed.trace"/>
-
-    <link id="1" bandwidth="125MBps" latency="100us" bandwidth_file="trace/link1_avail.trace"/>
+    <host id="Jupiter" speed="25Mf"/>
+    <link id="1" bandwidth="125MBps" latency="100us"/>
 
+    <!-- The routing between resources -->
     <route src="Tremblay" dst="Jupiter">
       <link_ctn id="1"/>
     </route>
   </zone>
-
-  <trace id="Tremblay_power" periodicity="6.0">
-    1.0 0.5
-    4.0 1.0
-  </trace>
-  <trace_connect trace="Tremblay_power" element="Tremblay" kind="SPEED"/>
 </platform>