Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Always decrement the semaphore capacity, even if it will go under 0 that way (because...
[simgrid.git] / examples / msg / actions / actions_deployment_split.xml
1 <!-- Example file of how to use trace replay, with actions split in
2      separate files, one per process.
3      Launch it like this: 
4      
5   ./actions ../small_platform.xml actions_deployment_split.xml 
6 -->
7
8 <?xml version='1.0'?>
9 <!DOCTYPE platform SYSTEM "simgrid.dtd">
10 <platform version="2">
11   <process host="Tremblay" function="toto">
12     <argument value="actions_toto.txt"/>
13   </process>
14   <process host="Jupiter" function="tutu">
15     <argument value="actions_tutu.txt"/>
16   </process>
17 </platform>