Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update all the platforms file with the new s/:/_/ in DTD
[simgrid.git] / examples / msg / icomms / deployment_peer03.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="2">
4   <!-- The master process (with some arguments) -->
5   <process host="Tremblay" function="sender">
6      <argument value="3"/>       <!-- Number of tasks -->
7      <argument value="50000000"/>  <!-- Computation size of tasks -->
8      <argument value="1000000"/>   <!-- Communication size of tasks -->
9      <argument value="1"/>         <!-- Number of receivers -->
10      <argument value="5"/>         <!-- Sleep_start_time -->
11      <argument value="0"/>      <!-- Time for test -->
12   </process>
13   <!-- The receiver processes -->
14   <process host="Ruby" function="receiver">
15     <argument value="0"/>
16     <argument value="1"/>         <!-- Sleep_start_time -->
17     <argument value="0"/>      <!-- Time for test -->
18   </process>
19 </platform>