From: mquinson Date: Sun, 16 Jul 2006 23:53:33 +0000 (+0000) Subject: cosmetics done instead of sleeping, stupid me. And then I pretend it's work X-Git-Tag: v3.3~2760 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/901048f1a8c728fc007b6e2ee2ba3abd64f9352d cosmetics done instead of sleeping, stupid me. And then I pretend it's work git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2599 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/gtut-main.doc b/doc/gtut-main.doc index 4801e9ec0e..73273f4ca9 100644 --- a/doc/gtut-main.doc +++ b/doc/gtut-main.doc @@ -9,6 +9,8 @@ This section constitutes a tutorial to the GRAS programming environment. If you are new to the system and want to start using the tool as quickly as possible and learn by trying things out instead of reading a lenghty manual, you might want to start from next section directly. + - \ref GRAS_tut_intro_what + - \ref GRAS_tut_intro_model - \ref GRAS_tut_tour :\n This section aims at turning new-comers into GRAS power user. It briefly diff --git a/doc/gtut-tour.doc b/doc/gtut-tour.doc index 9d6db8f782..58232b0799 100644 --- a/doc/gtut-tour.doc +++ b/doc/gtut-tour.doc @@ -19,75 +19,84 @@ all features available in GRAS. DOXYGEN_NAVBAR_CHILD "9: RPC"=GRAS_tut_tour_rpc.html --> \endhtmlonly - - \ref GRAS_tut_tour_setup - - \ref GRAS_tut_tour_setup_C - - \ref GRAS_tut_tour_setup_plat - - \ref GRAS_tut_tour_setup_deploy - - \ref GRAS_tut_tour_setup_glue - - \ref GRAS_tut_tour_setup_make - - \ref GRAS_tut_tour_setup_start +Part 1: Bases + + - \ref GRAS_tut_tour_install + + - \ref GRAS_tut_tour_setup + - \ref GRAS_tut_tour_setup_C + - \ref GRAS_tut_tour_setup_plat + - \ref GRAS_tut_tour_setup_deploy + - \ref GRAS_tut_tour_setup_glue + - \ref GRAS_tut_tour_setup_make + - \ref GRAS_tut_tour_setup_start + +Part 2: Message passing + + - \ref GRAS_tut_tour_simpleexchange + - \ref GRAS_tut_tour_simpleexchange_msgtype + - \ref GRAS_tut_tour_simpleexchange_socks + - \ref GRAS_tut_tour_simpleexchange_exchange + - \ref GRAS_tut_tour_simpleexchange_recaping - - \ref GRAS_tut_tour_simpleexchange - - \ref GRAS_tut_tour_simpleexchange_msgtype - - \ref GRAS_tut_tour_simpleexchange_socks - - \ref GRAS_tut_tour_simpleexchange_exchange - - \ref GRAS_tut_tour_simpleexchange_recaping + - \ref GRAS_tut_tour_args + - \ref GRAS_tut_tour_args_use + - \ref GRAS_tut_tour_args_sg + - \ref GRAS_tut_tour_args_recap - - \ref GRAS_tut_tour_args - - \ref GRAS_tut_tour_args_use - - \ref GRAS_tut_tour_args_sg - - \ref GRAS_tut_tour_args_recap + - \ref GRAS_tut_tour_callbacks + - \ref GRAS_tut_tour_callbacks_declare + - \ref GRAS_tut_tour_callbacks_attach + - \ref GRAS_tut_tour_callbacks_handle + - \ref GRAS_tut_tour_callback_recap + + - \ref GRAS_tut_tour_globals + - \ref GRAS_tut_tour_globals_intro + - \ref GRAS_tut_tour_globals_use + - \ref GRAS_tut_tour_callback_pitfall + - \ref GRAS_tut_tour_callback_recap + + - \ref GRAS_tut_tour_logs + - \ref GRAS_tut_tour_logs_intro + - \ref GRAS_tut_tour_logs_practice + - \ref GRAS_tut_tour_logs_recap + - \ref GRAS_tut_tour_logs_config - - \ref GRAS_tut_tour_callbacks - - \ref GRAS_tut_tour_callbacks_declare - - \ref GRAS_tut_tour_callbacks_attach - - \ref GRAS_tut_tour_callbacks_handle - - \ref GRAS_tut_tour_callback_recap + - \ref GRAS_tut_tour_timers + - \ref GRAS_tut_tour_timers_intro + - \ref GRAS_tut_tour_timers_use + - \ref GRAS_tut_tour_timers_recap - - \ref GRAS_tut_tour_globals - - \ref GRAS_tut_tour_globals_intro - - \ref GRAS_tut_tour_globals_use - - \ref GRAS_tut_tour_callback_pitfall - - \ref GRAS_tut_tour_callback_recap - - - \ref GRAS_tut_tour_logs - - \ref GRAS_tut_tour_logs_intro - - \ref GRAS_tut_tour_logs_practice - - \ref GRAS_tut_tour_logs_recap - - \ref GRAS_tut_tour_logs_config - - - \ref GRAS_tut_tour_timers - - \ref GRAS_tut_tour_timers_intro - - \ref GRAS_tut_tour_timers_use - - \ref GRAS_tut_tour_timers_recap - - - \ref GRAS_tut_tour_exceptions - - \ref GRAS_tut_tour_exceptions_intro - - \ref GRAS_tut_tour_exceptions_use - - \ref GRAS_tut_tour_exceptions_recap - - - \ref GRAS_tut_tour_rpc - - \ref GRAS_tut_tour_rpc_intro - - \ref GRAS_tut_tour_rpc_use - - \ref GRAS_tut_tour_rpc_recap - + - \ref GRAS_tut_tour_exceptions + - \ref GRAS_tut_tour_exceptions_intro + - \ref GRAS_tut_tour_exceptions_use + - \ref GRAS_tut_tour_exceptions_recap + + - \ref GRAS_tut_tour_rpc + - \ref GRAS_tut_tour_rpc_intro + - \ref GRAS_tut_tour_rpc_use + - \ref GRAS_tut_tour_rpc_recap + +Unfortunately, the tour is not terminated yet, but I already know the kind +of missi^W lessons I want to add: + +Part 3: Data description + - Exchanging simple data through ping-pong + - Automatic parsing of static data types + - Automatic parsing of datatypes containing pointers + - Exchanging dynars (and matrices) + - Manual data description: the full power + - Exchange callbacks: yes you can + +Part 4: Advanced topics + - Computation virtualization + - Splitting in several files (logs, datadesc) + - Debugging GRAS programs + - Doing proper GRAS modules +
-\section GRAS_tut_tour_todo TODO - -Unfortunately, the tour is not terminated yet, and here are some ideas of -missing missi^W lessons: - -- Lesson 10: Exchanging simple data through ping-pong -- Lesson 11: More complex data description (automatic parsing, manual - description) and example. May need more than one lesson. - -- Lesson 12: Splitting in several files - -- Lesson 13: Debuging GRAS programs - -- Lesson 14: Doing proper modules */