Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make this test test something
[simgrid.git] / examples / platforms / onelink.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   <!---   S1 -- link 1 -- C1
6               (10kB, 10ms)      -->
7
8    <host id="S1" speed="1Gf"/>
9    <host id="C1" speed="1Gf"/>
10    <link id="1" bandwidth="10kBps" latency="10ms"/>
11    <route src="S1" dst="C1"><link_ctn id="1"/></route>
12 </AS>
13 </platform>