It would be nice if we could have the ability to solve independent equation systems using multiple threads (note this is not about parallelizing the algorithms themselves!). We're currently using some static member variables, etc. which is not safe with multiple threads.
I know that this has pretty low priority ATM, but it's still something that would be nice to have.
It would be nice if we could have the ability to solve independent equation systems using multiple threads (note this is not about parallelizing the algorithms themselves!). We're currently using some static member variables, etc. which is not safe with multiple threads.
I know that this has pretty low priority ATM, but it's still something that would be nice to have.