X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/059ffba3002aa86e17392c7f2c884095ab64591b..478eeb617b0ea4414850b4d2dd3e5305b19e3404:/doc/gtut-tour-03-args.doc diff --git a/doc/gtut-tour-03-args.doc b/doc/gtut-tour-03-args.doc index a8ed6c5136..3e13e0d3e1 100644 --- a/doc/gtut-tour-03-args.doc +++ b/doc/gtut-tour-03-args.doc @@ -1,12 +1,12 @@ -/** +/** @page GRAS_tut_tour_args Lesson 3: Passing arguments to the processes (in SG) \section GRAS_tut_tour_args_toc Table of Contents - \ref GRAS_tut_tour_args_use - \ref GRAS_tut_tour_args_sg - \ref GRAS_tut_tour_args_recap - +
The most problematic issue with the code of previous lesson is that it does @@ -19,7 +19,7 @@ situation. In RL, the situation is quite simple: we just have to use the command line arguments as we would do in a usual C program. In the server, only change concern the opennong of the master socket: -\don'tinclude 03-args.c +\dontinclude 03-args.c \skip gras_socket_server \until gras_socket_server @@ -27,7 +27,7 @@ In the client, we only need to change the way we open the client socket: \skip gras_socket_client \until gras_socket_client -The rest of the program remains inchanged. +The rest of the program remains inchanged. \section GRAS_tut_tour_args_sg Passing command line arguments in deployment files