]> AND Public Git Repository - simgrid.git/blob - examples/cpp/network-ns3/one_cluster_d.xml
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't compute the dependencies locally in the checker, but through the observers...
[simgrid.git] / examples / cpp / network-ns3 / one_cluster_d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
3 <platform version="4.1">
4   <actor host="node-2.simgrid.org" function="master">
5     <argument value="100"/>
6     <argument value="node-6.simgrid.org"/>
7     <argument value="1"/>
8   </actor>
9   <actor host="node-6.simgrid.org" function="worker">
10     <argument value="1"/>
11   </actor>
12 </platform>