There was an error fetching the commit references. Please try again later.
Removed static vars from lapack
It seems the lapack routine I took from gromacs are not threadsafe. Indeed, routines slasq5 and dlasq5 contained static variables. I removed all of them and everything seems to still work correctly. This seems to solve the problem that @gtribello found in his no-buffer branch.
Please register or sign in to comment