Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Java: be more verbose when cleaning the disk on exit fails
[simgrid.git] / examples / platforms / three_multicore_hosts.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="siteA" routing="Full">
5     <host id="PM0" speed="100Mf" core="1"/>
6     <host id="PM1" speed="100Mf" core="2"/>
7     <host id="PM2" speed="100Mf" core="4"/>
8
9     <link id="link1" bandwidth="100Mbps" latency="10ms" />
10
11     <route src="PM0" dst="PM1"><link_ctn id="link1"/></route>
12     <route src="PM0" dst="PM2"><link_ctn id="link1"/></route>
13     <route src="PM1" dst="PM2"><link_ctn id="link1"/></route>
14   </AS>
15 </platform>