Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
d5482a0e311a27b8747594c7fe3e0ba002d6af56
[simgrid.git] / doc / gtut-tour-09-simpledata.doc
1 /**
2 @page GRAS_tut_tour_simpledata Lesson 9: Exchanging simple data (TODO)
3
4 \section GRAS_tut_tour_simpledata_toc Table of Contents
5  - \ref GRAS_tut_tour_simpledata_intro
6  - \ref GRAS_tut_tour_simpledata_use
7  - \ref GRAS_tut_tour_simpledata_recap
8    
9 <hr>
10
11 \section GRAS_tut_tour_simpledata_intro Introduction
12
13
14 \section GRAS_tut_tour_simpledata_use Actually exchanging simple data in messages
15
16
17 \section GRAS_tut_tour_simpledata_recap Recapping everything together
18
19 The program now reads:
20 \include 09-simpledata.c
21
22 Which produces the expected output:
23 \include 09-simpledata.output
24
25
26 */