Closed kongty closed 1 year ago
Hi Kongty,
Zsim does allow the simulation of a multi-thread application, as you described. We did not try such a configuration in DAMOV-SIM since we did not change how zsim originally schedules threads across cores; it should work as in zsim.
Please, give it a look at zsim main GitHub page for more details: https://github.com/s5z/zsim
Hello
It seems like
thread
andcore
are used interchangeably across the entire simulation flow. Is it possible to simulatemulti-thread
application? (e.g. 4 core hardware, 2 thread for each core)Thanks.