Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix context registration which was disabled by a bug
[simgrid.git] / examples / simdag / faulty_host.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4">
4 <AS  id="AS0"  routing="Full">
5   <host id="Faulty Host" speed="1Gf" state_file="faulty_host.trace"/>
6   <host id="Safe Host" speed="500Mf"/>
7 </AS>
8 </platform>
9