First grade, first lesson ? Here are the tutorial series! They constitute a solid piece of information to get into the project, down to the internal mechanic if you want to. You should probably read at least the first one to understand the project context and the second one to get the grasp on the practical aspects of SimGrid.
- SimGrid 101: General tutorial about SimGrid (Scientific and Historical Context of SimGrid; Key Features of the Framework).
- User Tutorials
- SimGrid and MSG 101: Practical introduction to SimGrid and MSG. A more recent and up-to-date version of theses slides is also available in the main documentation.
- SimDAG 101: Practical introduction to the use of SimDag
- Platform 101: Defining platforms and experiments in SimGrid
- Energy/DVFS 101: Energize your publications with SimGrid ;)
- SMPI 101: Simulation MPI applications in practice. We strongly recommand to have a look at the following courseware that we regularly use with our own students.
- Visualization 101: Visualization and analysis of SimGrid simulation results. This set of slides is a bit outdated. Instead, we strongly recommand you to have a look the dedicated contrib section that explains how to perform similar visualizations using R scripts.
- Model-checking 101: Formal Verification of SimGrid programs
- Simulating Storage: Presentation at CCGrid 2015 of the basis of storage modeling in SimGrid
- Tutorials on the internals:
- SimGrid Internal::Models 101: The Platform Models underlying SimGrid
- SimGrid Internal::Kernel 101: Under the Hood of SimGrid