Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'S4U'
[simgrid.git] / doc / msg-tuto-src / deployment3.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="master">
5      <argument value="3600"/>      <!-- Simulation timeout -->
6      <argument value="50000000"/>  <!-- Computation size of tasks -->
7      <argument value="10"/>   <!-- Communication size of tasks -->
8   </process>
9   <process host="Fafard" function="master">
10      <argument value="3600"/>      <!-- Simulation timeout -->
11      <argument value="50000000"/>  <!-- Computation size of tasks -->
12      <argument value="10"/>   <!-- Communication size of tasks -->
13   </process>
14   <process host="Jupiter" function="master">
15      <argument value="3600"/>      <!-- Simulation timeout -->
16      <argument value="50000000"/>  <!-- Computation size of tasks -->
17      <argument value="10"/>   <!-- Communication size of tasks -->
18   </process>
19 </platform>