Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
activate fortran attr tests
[simgrid.git] / teshsuite / simdag / platforms / bogus_disk_attachment.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4.1">
4   <!-- THIS FILE IS INVALID.
5        It declares a storage attached to a nonexistant host (plouf). See bogus_disk_attachment.tesh -->
6   <zone id="AS0" routing="Full">
7     <storage_type id="single_HDD" model="SSD" size="4kB">
8       <model_prop id="Bwrite" value="30MBps" />
9       <model_prop id="Bread" value="100MBps" />
10       <model_prop id="Bconnection" value="150MBps" />
11     </storage_type>
12
13     <storage id="cdisk" typeId="single_HDD"  attach="plouf" />
14
15     <host id="client" speed="1Gf">
16       <mount storageId="cdisk" name="/sd1" />
17     </host>
18   </zone>
19 </platform>