Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the DTD file from gforge to our own homepage
[simgrid.git] / docs / source / tuto_s4u / deployment3.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
3 <platform version="4.1">
4   <actor host="Tremblay" function="master">
5      <argument value="600"/>       <!-- Simulation timeout, in seconds -->
6      <argument value="50000000"/>  <!-- Computation size of tasks -->
7      <argument value="1000000"/>   <!-- Communication size of tasks -->
8   </actor>
9 </platform>