X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d6d03a0a88c2673c9e5c604d63912b77bc17fdd4..df6fdd5cc2f67e7097e287bf8359809c1f943b08:/doc/doxygen/deployment.doc diff --git a/doc/doxygen/deployment.doc b/doc/doxygen/deployment.doc index b4d96cad94..e1d7dd374a 100644 --- a/doc/doxygen/deployment.doc +++ b/doc/doxygen/deployment.doc @@ -13,7 +13,7 @@ a trace captured from a past applicative run, as briefly explained There is two ways to specify the mapping of your program onto virtual hosts: either directly from your program (with @ref MSG_process_create -or as in @ref s4u_ex_basics "this S4U example"), or using an external +or as in @ref s4u_ex_actors_start "this S4U example"), or using an external XML file. You should really logically separate your application from the deployment, as it will ease your experimental campain afterward. How exactly you organize your work remains up to you. @@ -21,8 +21,8 @@ How exactly you organize your work remains up to you. @section deploy_s4u Deployment with S4U The following example shows the several ways of doing so in the S4U -interface: @ref examples/s4u/actor-create/s4u_actor-create.cpp. -Associated XML file: @ref examples/s4u/actor-create/s4u_actor-create_d.xml +interface: @ref examples/s4u/actor-create/s4u-actor-create.cpp. +Associated XML file: @ref examples/s4u/actor-create/s4u-actor-create_d.xml @section deploy_msg Deployment with MSG