From: Martin Quinson Date: Wed, 22 Aug 2018 14:05:23 +0000 (+0200) Subject: tuto-s4u: explain beforehand what to expect from this content X-Git-Tag: v3_21~221 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/db736e172f77c0ad68c881338113815c5c4e3dbc?ds=inline tuto-s4u: explain beforehand what to expect from this content --- diff --git a/docs/source/tuto_s4u.rst b/docs/source/tuto_s4u.rst index bd12a434c9..ef3d563661 100644 --- a/docs/source/tuto_s4u.rst +++ b/docs/source/tuto_s4u.rst @@ -43,6 +43,13 @@ communicating processes. :width: 12 .. _api_s4u_Mailbox: api/classsimgrid_1_1s4u_1_1Mailbox.html#class-documentation +**In the remainder of this tutorial**, you will discover a simple yet +fully functioning example of SimGrid simulation: the Master/Workers +application. We will detail each part of the code and necessary +configuration to make it working. After this tour, several exercises +are proposed to let you discover some of the SimGrid features, hands +on the keyboard. + Discover the Master/Workers ---------------------------