Community
Participate
Working Groups
I downloaded the MultiPopulationExample demo from the web site and ran one of the scenarios. When the simulation control view was open, the scenario ran very slow and CPU was only around 25 % (I used 4 threads, same as the number of cores). When I closed the simulation control, the scenario speeds up dramatically and the CPU goes up to 70-80 %.
Excessive events was sent to the SimulationControl, a leftover from when we used to have a progress bar to indicate the progress for a single simulation step. Simply removing the adapter sending those events fixed this.
Close