inet.simulation.task.run_simulations¶
- run_simulations(**kwargs)[source]¶
Runs one or more simulations that match the provided filter criteria. 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 the required libraries.
- Parameters
kwargs (dict) – Additional parameters are inherited from the
get_simulation_tasks()
function and also from theMultipleSimulationTasks.run()
method.
- Returns (
MultipleTaskResults
): an object that contains a list of
SimulationTaskResult
objects. Each object describes the results of running one simulation.