Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Completely reimplement the spawn example: speaking with spawned agents cannot be...
[simgrid.git] / examples / gras / spawn / spawn.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="2">
4   <process host="Tremblay" function="server">
5      <argument value="100"/>        <!-- end of the search interval -->
6      <argument value="5"/>          <!-- number of childs -->
7   </process>
8 </platform>