smpirun
Development files for the SimGrid Toolkit
Install
- All systems
-
curl cmd.cat/smpirun.sh
- Debian
-
apt-get install libsimgrid-dev
- Ubuntu
-
apt-get install libsimgrid-dev
- Kali Linux
-
apt-get install libsimgrid-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libsimgrid-dev
- Raspbian
-
apt-get install libsimgrid-dev
- Dockerfile
- dockerfile.run/smpirun
libsimgrid-dev
Development files for the SimGrid Toolkit
SimGrid is a toolkit that provides core functionalities for the simulation of distributed applications in heterogeneous distributed environments. SimGrid can be used as a Grid simulator, a P2P simulator, a Cloud simulator, a MPI simulator, or a mix of all of them. The typical use-cases of SimGrid include heuristic evaluation, application prototyping, and real application development and tuning. This package contains the development files that you need to build your own simulator on top of SimGrid (header files and helping scripts).