Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ajout de tests pour kill et start time
[simgrid.git] / examples / msg / start_kill_time / deployment.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3">
4     <process host="c-0.me" function="master"/>
5         <process host="c-1.me" function="slave"/>
6         <process host="c-2.me" function="slave"/>
7         <process host="c-3.me" function="slave"/>
8         <process host="c-4.me" function="slave"/>
9         <process host="c-5.me" function="slave"/>
10 </platform>