RecursiveFactorization.jl icon indicating copy to clipboard operation
RecursiveFactorization.jl copied to clipboard

Consistent threading option?

Open maltezfaria opened this issue 3 years ago • 1 comments

The thread argument in e.g. lu does not propagate to schur_complement! (which uses @tturbo), so the execution is still partially threaded when thread=Val(false). Is that intended?

maltezfaria avatar Jan 26 '22 15:01 maltezfaria

The thread argument in e.g. lu does not propagate to schur_complement! (which uses @tturbo), so the execution is still partially threaded when thread=Val(false). Is that intended?

No, I missed that one.

chriselrod avatar Jan 26 '22 16:01 chriselrod

Fixed in #41

maltezfaria avatar Mar 02 '24 09:03 maltezfaria