You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know about zsktrs it is double complex skew symmetric solvers. The thing about qp is it has quadripole precision (which cannot be used with nvidia compiler) is used only by invertor zsktri which is then used in upnewwf or scratch det. Well good question is which one of these we would need, personally I would keep both and investigate latter why was quadripole precision needed. Verificarlo no would be very helpfull, unfortunatelly we dont have flang :-(.
Even bigger question is how the heck compilation work with these. There should be an error about double definition of subroutine. This is strange.
Hi @addman2,
While I was refactoring, I noticed that the exactly same subroutine name "zsktrs" is used in
They both are included in CMakeLists.txt.
Do you think we can remove zsktrs.f90?
The text was updated successfully, but these errors were encountered: