Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into disk
[simgrid.git] / examples / s4u / io-file-remote / s4u-io-file-remote_d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
3 <platform version="4.1">
4   <actor host="alice" function="host">
5     <argument value = "c:\Windows\Professional.xml"/>
6     <argument value = "bob"/>
7     <argument value = "/scratch/mailbox/Professional.xml"/>
8     <argument value = "1"/>
9   </actor>
10   <actor host="bob" function="host">
11     <argument value = "/scratch/doc/simgrid/examples/platforms/g5k.xml"/>
12     <argument value = "alice"/>
13     <argument value = "c:\Windows\Platforms\g5k.xml"/>
14     <argument value = "0"/>
15   </actor>
16 </platform>