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.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="2">
4   <process host="Tremblay" function="toto"/>
5   <process host="Jupiter" function="tutu"/>
6   <process host="Fafard" function="titi"/>
7 </platform>