Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv simdag platforms to the right place
[simgrid.git] / examples / platforms / two_hosts.xml
similarity index 81%
rename from examples/simdag/two_hosts.xml
rename to examples/platforms/two_hosts.xml
index 025f900..6a7a389 100644 (file)
@@ -3,9 +3,9 @@
 <platform version="4">
   <AS id="AS0" routing="Full">
     <host id="Tremblay" speed="25Mf"/>
-    <host id="Jupiter" speed="25Mf" availability_file="jupiter_power.trace"/>
+    <host id="Jupiter" speed="25Mf" availability_file="trace/jupiter_speed.trace"/>
 
-    <link id="1" bandwidth="125MBps" latency="100us" bandwidth_file="link1_avail.trace"/>
+    <link id="1" bandwidth="125MBps" latency="100us" bandwidth_file="trace/link1_avail.trace"/>
 
     <route src="Tremblay" dst="Jupiter"><link_ctn id="1"/></route>
   </AS>