Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add dag scheduling lab
[simgrid.git] / examples / platforms / faulty_host.xml
index 8267e7fe599d9e4d8c4809843d5086bc9afae3a0..f6b94c313071906c0127c5e2108db15618657092 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-<AS  id="AS0"  routing="Full">
-  <host id="Faulty Host" speed="1Gf" state_file="trace/faulty_host.trace"/>
-  <host id="Safe Host" speed="500Mf"/>
-</AS>
+<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
+<platform version="4.1">
+  <zone  id="AS0"  routing="Full">
+    <host id="Faulty Host" speed="1Gf" state_file="profiles/faulty_host.profile"/>
+    <host id="Safe Host" speed="500Mf"/>
+  </zone>
 </platform>