Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Do not execute MCer code in MCed mode in MC_remove_ignore_heap()
[simgrid.git] / examples / msg / start_kill_time / deployment_start.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3">
4     <process host="node-0.acme.org" function="master"/>
5         <process host="node-1.acme.org" function="slave" start_time="1"/>
6         <process host="node-2.acme.org" function="slave" start_time="2"/>
7         <process host="node-3.acme.org" function="slave" start_time="3"/>
8         <process host="node-4.acme.org" function="slave" start_time="4"/>
9         <process host="node-5.acme.org" function="slave" start_time="5"/>
10 </platform>