Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Parallel simulations

If you run your simulations in different processes and you have spare processors, then you should see speedup. 
Can you check with your system monitor whether your processor usage increases as expected?

Am Mi., 19. März 2025 um 09:51 Uhr schrieb Andreas Lenhardt via sumo-user <sumo-user@xxxxxxxxxxx>:
Hello,

I currently have to carry out several experiments and wanted to run them in parallel on one PC.
Currently I have one python virtual environment in my project folder and several folders containing the same simulation.
I have tried to simply start my Python program several times and use a different folder as the simulation-source each time.

Unfortunately, I have noticed that when three simulations are running, they run three times slower, which means I don't save any time.

Is there anything I can do here to improve performance?
Can SUMO run several simulations at the same time when using python libsumo?

Many thanks in advance!

Kind regards
Andreas

--
Mit besten Grüßen
Andreas Lenhardt
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top