Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] The multi-threaded option in SUMO

Hello,
- the simulation itself cannot be parallelized. There are some projects that spread the load across multiple instances and synchronize vehicles between the instances but they are not standardized.
- if you use online rerouting (http://sumo.dlr.de/wiki/Demand/Automatic_Routing) than you can parallelize the routing tasks with option --device.rerouting.threads
- duarouter supports option --routing-threads
- if you use traci and it slows down your simulation you can optimize communication load using subscriptions (http://sumo.dlr.de/wiki/TraCI/Interfacing_TraCI_from_Python#Subscriptions) or switch to libsumo which avoids socket communication (http://sumo.dlr.de/wiki/TraCI#Using_SUMO_as_a_library)

regards,
Jakob


2018-06-28 14:18 GMT+02:00 胡志强 <hzq950419@xxxxxxxxx>:
Dear sumo users,
       Is there a multi-threaded option in SUMO to accelerate the simulation process,and what is it ?If not ,is there any way to accelerate the simulation process?
        Thanks in advance!

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user



Back to the top