X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eed8daedf7c2d58e0db96826205f138cedb9cc5a..5db520d83cf2b68f786439ff7ff3e30dbb40e789:/doc/module-gras.doc diff --git a/doc/module-gras.doc b/doc/module-gras.doc index 1e0819294a..a6e54bb60f 100644 --- a/doc/module-gras.doc +++ b/doc/module-gras.doc @@ -75,7 +75,10 @@ /** \page GRAS_main_generation main() and GRAS -
[\ref GRAS_API]
+
Top [\ref index]::[\ref GRAS_API] +
Prev [\ref GRAS_emul] +
Next [\ref GRAS_compile]
+ \section GRAS_maingen_toc Table of content @@ -153,7 +156,9 @@ /** \page GRAS_compile Compiling your GRAS project -
[\ref GRAS_API]
+
Top [\ref index]::[\ref GRAS_API] +
Prev [\ref GRAS_main_generation] +
Next [\ref GRAS_ex_ping]
As explained in section \ref GRAS_main_generation, the gras_stub_generator tool can be used to generate the system @@ -251,7 +256,9 @@ /** \page GRAS_ex_ping The classical Ping-Pong in GRAS -
[\ref GRAS_API]
+
Top [\ref index]::[\ref GRAS_API] +
Prev [\ref GRAS_compile] +
Next [\ref GRAS_ex_mmrpc]
This example implements the very classical ping-pong in GRAS. It involves a client (initiating the ping-pong) and a server (answering to @@ -357,7 +364,9 @@ /** \page GRAS_ex_mmrpc A simple RPC for matrix multiplication -
[\ref GRAS_API]
+
Top [\ref index]::[\ref GRAS_API] +
Prev [\ref GRAS_ex_ping] +
Next [\ref GRAS_ex_timer]
This example implements a remote matrix multiplication. It involves a client (creating the matrices and sending the multiplications requests) and a server @@ -486,7 +495,9 @@ /** \page GRAS_ex_timer Some timer games -
[\ref GRAS_API]
+
Top [\ref index]::[\ref GRAS_API] +
Prev [\ref GRAS_ex_mmrpc] +
Next
This example fools around with the GRAS timers (\ref GRAS_timer). It is mainly a regression test, since it uses almost all timer features.