https://github.com/simgrid/simgrid
MIRROR of the SimGrid framework, for the simulation of distributed applications (Clouds, HPC, Grids, IoT and others). Most of the dev occurs on FramaGit.
https://github.com/simgrid/simgrid
clouds hpc simgrid
Last synced: 17 days ago
JSON representation
MIRROR of the SimGrid framework, for the simulation of distributed applications (Clouds, HPC, Grids, IoT and others). Most of the dev occurs on FramaGit.
- Host: GitHub
- URL: https://github.com/simgrid/simgrid
- Owner: simgrid
- License: other
- Created: 2012-02-08T17:59:38.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2025-11-09T10:43:38.000Z (24 days ago)
- Last Synced: 2025-11-09T12:20:44.505Z (24 days ago)
- Topics: clouds, hpc, simgrid
- Language: C++
- Homepage: https://framagit.org/simgrid/simgrid
- Size: 133 MB
- Stars: 184
- Watchers: 16
- Forks: 98
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
- Citation: CITATION.bib
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-iot - Simgrid ★ 46 ⧗ 53 - is a scientific instrument to study the behavior of large-scale distributed systems such as Grids, Clouds, HPC or P2P systems. (Framework)
- awesome-edge-computing - SimGrid
- awesome_iot - Simgrid ★ 46 ⧗ 53 - is a scientific instrument to study the behavior of large-scale distributed systems such as Grids, Clouds, HPC or P2P systems. (Framework)
README
[](http://makeapullrequest.com)
[](https://ci.inria.fr/simgrid/job/SimGrid/)
[](https://sonarcloud.io/dashboard/?id=simgrid_simgrid)
[](https://simgrid.org/doc/latest/)
[![License: LGPL v2.1][license-badge]](COPYING)
[](https://bestpractices.coreinfrastructure.org/projects/1845)
# Welcome to the SimGrid project!
SimGrid is a scientific instrument to study the behavior of
large-scale distributed systems such as Grids, Clouds, HPC or P2P
systems. It can be used to evaluate heuristics, prototype applications
or even assess legacy MPI applications.
## Installation
Documentation: [online](https://simgrid.org/doc/latest/Installing_SimGrid.html#installing-from-the-source);
[local copy](docs/source/Installing_SimGrid.rst). TL;DR:
```
cmake -DCMAKE_INSTALL_PREFIX=/opt/simgrid .
# Check the full list of options with `cmake -LH`
make
make install
```
## More information
[Online documentation](https://simgrid.org/doc/latest/) or
[local version](docs/source).
You can also ask your questions, or simply discuss with other users on
to the [SimGrid mattermost](https://framateam.org/simgrid/channels/town-square)
or on the #simgrid IRC channel of the oftc network.
Last, the main development of SimGrid is done on [Framagit](https://framagit.org/simgrid/simgrid/),
but we also maintain a [GitHub mirror](https://github.com/simgrid/simgrid/) and an [Inria GitLab mirror](https://gitlab.inria.fr/simgrid/simgrid),
Thanks for using our software. Please do great things with it and tell the world about it.
Tell us, too, because we love to have positive feedback. Welcome to our community.
Cheers,
Da SimGrid Team.
[license-badge]: https://img.shields.io/badge/License-LGPL%20v2.1-blue.svg
[release-badge]: https://img.shields.io/github/release/simgrid/simgrid.svg