Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
In <host> and <peer>, availability_file is now speed_file
[simgrid.git] / examples / platforms / two_hosts_platform_with_availability.xml
index 5648fe8..21d5f10 100644 (file)
@@ -2,8 +2,8 @@
 <!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
 <platform version="4.1">
   <zone  id="AS0"  routing="Full">
-    <host id="Cpu A" speed="10f" availability_file="profiles/trace_A.txt" state_file="profiles/trace_A_failure.txt"/>
-    <host id="Cpu B" speed="10f" availability_file="profiles/trace_B.txt"/>
+    <host id="Cpu A" speed="10f" speed_file="profiles/trace_A.txt" state_file="profiles/trace_A_failure.txt"/>
+    <host id="Cpu B" speed="10f" speed_file="profiles/trace_B.txt"/>
     <link id="LinkA" bandwidth="10MBps" latency="200ms"/>
     <route src="Cpu A" dst="Cpu B">
       <link_ctn id="LinkA"/>