Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
plug a memleak
[simgrid.git] / examples / msg / io-remote / io-remote_d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4.1">
4   <actor host="alice" function="host">
5     <argument value = "c:\Windows\setupact.log"/>
6   </actor>
7   <actor host="bob" function="host">
8     <argument value = "/scratch/lib/libsimgrid.so.3.6.2"/>
9     <argument value = "/scratch/doc/simgrid/examples/platforms/g5k.xml"/>
10     <argument value = "alice"/>
11     <argument value = "c:\Windows\Platforms\g5k.xml"/>
12     <argument value = "0"/>
13   </actor>
14   <actor host="carl" function="host">
15     <argument value = "/scratch/lib/libsimgrid.so.3.6.2"/>
16   </actor>
17   <actor host="dave" function="host">
18     <argument value = "c:\Windows\bootstat.dat"/>
19     <argument value = "c:\Windows\Professional.xml"/>
20     <argument value = "carl"/>
21     <argument value = "/scratch/mailbox/Professional.xml"/>
22     <argument value = "1"/>
23   </actor>
24 </platform>