SimGrid is a framework for developing simulators of distributed applications targeting distributed platforms, which can in turn be used to prototype, evaluate and compare relevant platform configurations, system designs, and algorithmic approaches. It provides ready to use models and APIs to simulate popular distributed computing platforms (commodity clusters, wide-area and local-area networks, peers over DSL connections, data centers, etc.)

SimGrid
Initial release1998 (1998)[1]
Stable release
3.36 / September 9, 2024; 38 days ago (2024-09-09)[2]
Repositoryhttps://framagit.org/simgrid/simgrid
Written inCore: C++; Bindings: Python, .[3]
PlatformUnix, Mac OS X, Microsoft Windows
TypeDistributed system simulator, Network simulator, Model Checking
LicenseGNU Lesser General Public License[3]
Websitesimgrid.org

As a result, SimGrid has served as the foundational technology for developing simulators and obtaining experimental results for a wide range of distributed computing domains: Grids, P2P computing, Cloud, Fog computing, Volunteer computing, HPC with MPI, or MapReduce.

SimGrid is:

  • Accurate: SimGrid's simulation models have been theoretically and experimentally evaluated and validated
  • Scalable: SimGrid's simulation models and their implementations are fast and have low memory footprint, making is possible to run SimGrid simulations quickly on a single machine
  • Usable: SimGrid is free software (LGPL license) available on Linux / Mac OS X / Windows, and allows users to write simulators in C++, C, or Python.

For the last 25 years SimGrid has supported the research in hundreds of scientific publications. Its international user community counts hundred of enthusiastic members around the globe, many of who actively contribute to the SimGrid software directly or indirectly.

See also

edit

References

edit
  1. ^ Casanova, Henri (May 2001). "A Toolkit for the Simulation of Application Scheduling". First IEEE International Symposium on Cluster Computing and the Grid (CCGrid'01). Brisbane, Australia. pp. 430–441. doi:10.1109/CCGRID.2001.923223.
  2. ^ "SimGrid download page". Retrieved 2024-09-10.
  3. ^ a b "Official SimGrid Page". Retrieved October 17, 2024.
edit