X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/08f744b9a55745ac1b1dcf0ed2ea735471cd7f89..8e050a7e50156efdecd22fe98ea3edbaf37976cb:/docs/source/Tutorial_Algorithms.rst diff --git a/docs/source/Tutorial_Algorithms.rst b/docs/source/Tutorial_Algorithms.rst index e8420ddce1..cbb9a8c72c 100644 --- a/docs/source/Tutorial_Algorithms.rst +++ b/docs/source/Tutorial_Algorithms.rst @@ -12,7 +12,7 @@ execute user-provided functions. The actors have to explicitly use the S4U interface to express their computation, communication, disk usage and other |Activities|_, so that they get reflected within the simulator. These activities take place on **Resources** (|Hosts|_, -|Links|_, |Storages|_). SimGrid predicts the time taken by each +|Links|_, |Disks|_). SimGrid predicts the time taken by each activity and orchestrates accordingly the actors waiting for the completion of these activities. @@ -33,8 +33,8 @@ between communicating actors. .. |Links| replace:: **Links** .. _Links: app_s4u.html#s4u-link -.. |Storages| replace:: **Storages** -.. _Storages: app_s4u.html#s4u-storage +.. |Disks| replace:: **Disks** +.. _Disks: app_s4u.html#s4u-disk .. |VirtualMachines| replace:: **VirtualMachines** .. _VirtualMachines: app_s4u.html#s4u-virtualmachine @@ -85,7 +85,7 @@ the opportunity to improve this scheme. The Actors .......... -Let's start with the code of the worker. It is represented by the +Let's start with the code of the master. It is represented by the *master* function below. This simple function takes at least 3 parameters (the amount of tasks to dispatch, their computational size in flops to compute and their communication size in bytes to