faq 108861056 - matsim-org/matsim-code-examples GitHub Wiki
by Michele Simoni on 2017-04-11 16:26:09
Hi everyone,
I would like to know if it is possible to speed up a simulation using parallel threads.
We have used before:
param name=
"numberOfThreads"
value=
"96"
/>
and this helped us to speed up the simulation on a single node.
Is there any parameter that we can change to make use of multiple nodes, or in general to make the simulation faster?
Thank you
by Johan W. Joubert on 2017-04-12 11:13:09
Hi Michele, I doubt you will get much improvement after 16 threads. I am not so sure about multi-node simulation, but I know completed a pseudosimulation (best to read about that in the MATSim book). Also, simplifying the network (first just 'clean' it) or running smaller samples, say 10%.
Best,
Johan