Feature #8598
closedSupport partially threaded environment models
0%
Description
It turned out that it is extremely difficult to find data races when having many threads even using a rather lightweight approach. Indeed there is an exponential growth of a CPU time depending on a number of threads (indeed #8581 matters). So, the verification tool does not produce anything good for rather large programs.
That's why Pavel suggested to create a single thread at the top of environment model, say, when modules are initialized/exited, and do not generate any threads below.
Updated by Ilja Zakharov almost 7 years ago
- Status changed from New to Resolved
Implemented in emg-improvements.
The mode is not set as default. To try it one need to change the following two options:
"direct control functions calls": false -> true,
"self parallel model": false -> true,
Updated by Ilja Zakharov over 6 years ago
Moved to 8066-abstract-translator. I have changed a bit configuration options names.
Updated by Evgeny Novikov about 6 years ago
- Status changed from Resolved to Closed
Branch klever-2.0 passed all tests and I merged it to master in 72be796e3 marked as v2.0rc1.