Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Modeling hints: I/O operations
authorBruno Donassolo <bruno.donassolo@inria.fr>
Fri, 16 Jul 2021 15:54:53 +0000 (17:54 +0200)
committerBruno Donassolo <bruno.donassolo@inria.fr>
Fri, 30 Jul 2021 12:54:11 +0000 (14:54 +0200)
commitef8a061a80df38ceeeddfa8200111035ba8537ce
tree53928c28041f27a2bee084579044294715aa2c85
parentbd1d252dcb7c973c332b5ed597b302e07d3e9f7d
Modeling hints: I/O operations

Adds an example showing how to model I/O operation in SimGrid.
It uses data from real experiments on Grid'5000 to model the impact of
concurrent operation on disks and the variability/noise in single I/O
operations.

Adds an entry in the doc presenting the results.
The code is available at: docs/source/tuto_disk.

The rst file was generated from the analysis.org file.
The folder includes a dockerfile to rerun the experiment if needed.
17 files changed:
MANIFEST.in
docs/source/Platform_examples.rst
docs/source/Platform_howtos.rst
docs/source/index.rst
docs/source/tuto_disk/CMakeLists.txt [new file with mode: 0644]
docs/source/tuto_disk/Dockerfile [new file with mode: 0644]
docs/source/tuto_disk/analysis.org [new file with mode: 0644]
docs/source/tuto_disk/analysis.rst [new file with mode: 0644]
docs/source/tuto_disk/fig/edel_read_dhist.png [new file with mode: 0644]
docs/source/tuto_disk/fig/edel_write_dhist.png [new file with mode: 0644]
docs/source/tuto_disk/fig/griffon_deg.png [new file with mode: 0644]
docs/source/tuto_disk/fig/griffon_read_dhist.png [new file with mode: 0644]
docs/source/tuto_disk/fig/griffon_write_dhist.png [new file with mode: 0644]
docs/source/tuto_disk/fig/simgrid_results.png [new file with mode: 0644]
docs/source/tuto_disk/init.el [new file with mode: 0644]
docs/source/tuto_disk/tuto_disk.cpp [new file with mode: 0644]
tools/cmake/DefinePackages.cmake