Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add an example to test availability traces. Weird behavior and runs
[simgrid.git] / examples / simdag / faulty_host.xml
1 <?xml version='1.0'?>
2  <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3  <platform version="3">
4  <AS  id="AS0"  routing="Full">
5    <host id="Faulty Host" power="1E9"
6          state_file="faulty_host.trace"/>
7    <host id="Safe Host" power="5E8"/>
8  </AS>
9  </platform>
10