Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SMPI network calibration: tutorial
[simgrid.git] / docs / source / Deploying_your_application.rst
index 2eb5d0fa761cecbca85f610de196eca740f6aab8..7064655adf45e3c9c119265175a7b6847c6654de 100644 (file)
@@ -46,7 +46,7 @@ archive for files named ``???_d.xml`` for more):
        <argument value="3000"/>
      </actor>
 
-     <!-- Carole runs on 'host3', has 1 parameter "42" in its argv and one property. 
+     <!-- Carole runs on 'host3', has 1 parameter "42" in its argv and one property.
        -- Use simgrid::s4u::Actor::get_property() to retrieve it.-->
      <actor host="host3" function="carol">
        <argument value="42"/>
@@ -62,7 +62,7 @@ archive for files named ``???_d.xml`` for more):
 <actor>
 --------
 
-This tag starts a new actor executing the given function on a given host. 
+This tag starts a new actor executing the given function on a given host.
 
 
 **Parent tags:** :ref:`pf_tag_platform` (only in deployment files) |br|