inet.simulation =============== .. py:module:: inet.simulation .. autoapi-nested-parse:: This package supports running simulations. The main function is run_simulations() that allows running multiple simulations, even completely unrelated ones that have different working directories, INI files, and configurations. The simulations can be run sequentially or concurrently on a single computer or on an SSH cluster. Besides, the simulations can be run as separate processes and also in the same Python process loading INET as a library. Submodules ---------- .. toctree:: :maxdepth: 1 /python-api/inet/simulation/build/index /python-api/inet/simulation/config/index /python-api/inet/simulation/project/index /python-api/inet/simulation/task/index