RecursiveFactorization.jl
RecursiveFactorization.jl copied to clipboard
Consistent threading option?
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?
The
threadargument in e.g.ludoes not propagate toschur_complement!(which uses@tturbo), so the execution is still partially threaded whenthread=Val(false). Is that intended?
No, I missed that one.
Fixed in #41