Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Hint about how to configure with ninja instead of make
[simgrid.git] / docs / source / Deploying_your_application.rst
index 7064655adf45e3c9c119265175a7b6847c6654de..e3cece2b5a05607e0a0ebb7fd2278a9886fa7e3d 100644 (file)
@@ -19,7 +19,7 @@ There is several ways to deploy the :ref:`application <application>` you want to
 study on your :ref:`simulated platform <platform>`, i.e. to specify which actor
 should be started on which host. You can do so directly in your program (as
 shown in :ref:`these examples <s4u_ex_actors>`), or using an XML deployment
-file. Unless you have a good reason, you should keep your application apart
+file. Either way, it is a good habit to keep your application apart
 from the deployment as it will :ref:`ease your experimental campaign afterward
 <howto_science>`.