Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
properly freeing memory in the msg process migration example
[simgrid.git] / examples / amok / bandwidth / bandwidth.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3">
4   <process host="Tremblay" function="sensor">
5      <argument value="Ginette:4000"/>       <!-- maestro -->
6   </process>
7   <process host="Jupiter" function="sensor">
8      <argument value="Ginette:4000"/>       <!-- maestro -->
9   </process>
10   <process host="Ginette" function="maestro">
11      <argument value="4000"/>   <!-- my port -->
12   </process>
13 </platform>