Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Question on Running SUMO in Parallel

Make sure to close both simulations explicitly:

traci.switch("sim1")
traci.close()
traci.switch("sim2")
traci.close()

Am Mo., 22. Feb. 2021 um 18:51 Uhr schrieb Bae, Jong In <jbae42@xxxxxxxxxx>:
Hello,

simultaneously (in parallel). 

Just for a test run, I am running 2 simulations simultaneously for 10 time steps. My first run (sim1) ends at 10s but my second run (sim2) keeps on running.
These two runs are duplicate runs with the same settings. I would appreciate it if you could give me some suggestions on what I can try to make this work.

Thanks!

_______________________________________________
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