Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
c5825e2d375c664d8a3f43e6109dd8d25287488f
[simgrid.git] / examples / platforms / two_hosts_platform.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="host0" core="4" speed="8.095Gf"/>
6     <host id="host1" core="4" speed="8.095Gf"/>
7     <link id="link1" bandwidth="125MBps" latency="100us"/>
8    <route src="host0" dst="host1"><link_ctn id="link1"/></route>
9   </AS>
10 </platform>