Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
revise I/O examples doc
[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">
4   <process host="alice" function="host">
5     <argument value = "c:\Windows\setupact.log"/>
6   </process>
7   <process 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   </process>
14   <process host="carl" function="host">
15     <argument value = "/scratch/lib/libsimgrid.so.3.6.2"/>
16   </process>
17   <process 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   </process>
24 </platform>