Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
missing file for distcheck
[simgrid.git] / examples / platforms / deployment_remote_io.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3">
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   </process>
13   <process host="carl" function="host">
14     <argument value = "/scratch/lib/libsimgrid.so.3.6.2"/>
15   </process>
16   <process host="dave" function="host">
17     <argument value = "c:\Windows\bootstat.dat"/>
18     <argument value = "c:\Windows\Professional.xml"/>
19     <argument value = "carl"/>
20     <argument value = "/scratch/mailbox/Professional.xml"/>
21   </process>
22 </platform>