[NRRPLT-5489] Resolve performance issues by using correct timestep.
This patch resolves the distributed simulation performance issues by ensuring all brain simulation processes are using the correct simulation/ integration timestep. Previously, the main CLE process would advance with the correct timestep (default 20ms), but each distributed process was advancing with the simulator timestep (default 0.1ms) - causing significant overhead and 200x the calls on each remote process. This patch improves performance to nearly realtime (small overhead for multiple processes) rather than the prior hundreds of times slower. Further optimizations can be made in the CLE as we add larger scale brains. Change-Id: Id3974b31efc24508b3c48b9e7d1e250f44db8be8
Please register or sign in to comment