X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/676756b1101b958d0b55f43a09f3dab421dd9c1f..b3f448e0ccc0e5e0195bfba380b1ba3a5c5b10b6:/doc/gtut-tour-09-simpledata.doc diff --git a/doc/gtut-tour-09-simpledata.doc b/doc/gtut-tour-09-simpledata.doc new file mode 100644 index 0000000000..d5482a0e31 --- /dev/null +++ b/doc/gtut-tour-09-simpledata.doc @@ -0,0 +1,26 @@ +/** +@page GRAS_tut_tour_simpledata Lesson 9: Exchanging simple data (TODO) + +\section GRAS_tut_tour_simpledata_toc Table of Contents + - \ref GRAS_tut_tour_simpledata_intro + - \ref GRAS_tut_tour_simpledata_use + - \ref GRAS_tut_tour_simpledata_recap + +
+ +\section GRAS_tut_tour_simpledata_intro Introduction + + +\section GRAS_tut_tour_simpledata_use Actually exchanging simple data in messages + + +\section GRAS_tut_tour_simpledata_recap Recapping everything together + +The program now reads: +\include 09-simpledata.c + +Which produces the expected output: +\include 09-simpledata.output + + +*/