Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / examples / platforms / faulty_host.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
3 <platform version="4.1">
4   <zone  id="AS0"  routing="Full">
5     <host id="Faulty Host" speed="1Gf" state_file="profiles/faulty_host.profile"/>
6     <host id="Safe Host" speed="500Mf"/>
7   </zone>
8 </platform>
9