At my current production the longest part is often the cache writing. It would be great, if that is one day also multi-threaded
Something I am doing for savety and comparison reasons every time.
- It takes up to 10 minutes, only the export part.
I can see, it's just using one of the 64 cores.
- For the whole simulation it takes roughly only about 3 minutes ("high tread priority" enabled)
- When I press escape it asks me to stop but goes on the whole time. The only thing it is then not doing are the few seconds to create the tyCache object.
p.s. And when I load the "escape pressed" cache later it is corrupt, so it would have been better not to press escape, because time is the same, but the result I have to delete.
Something I am doing for savety and comparison reasons every time.
- It takes up to 10 minutes, only the export part.
I can see, it's just using one of the 64 cores.
- For the whole simulation it takes roughly only about 3 minutes ("high tread priority" enabled)
- When I press escape it asks me to stop but goes on the whole time. The only thing it is then not doing are the few seconds to create the tyCache object.
p.s. And when I load the "escape pressed" cache later it is corrupt, so it would have been better not to press escape, because time is the same, but the result I have to delete.