You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most computation is done in single thread (no synchronization issues). Running simulations in multiple thread should improve performance. The problem is synchronization. Most of the modules can run separately in different threads but there are some dependent modules and programs which must protect own data until update is done (double buffering can be used).
Explore possibility to parallelize parts of the simulator like modules, objects, programs...
The text was updated successfully, but these errors were encountered: