Replies: 3 comments 1 reply
-
|
Not sure. I don't really understand the error message. Can't see anything obviously wrong on the flow5 side of the code, nor any abnormal stack memory usage. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, thank you for the response.
I also did more testing on the But of course it might hurt the performance for more complex operations... |
Beta Was this translation helpful? Give feedback.
-
|
Did some tests on my side with the same valgrind error message. No error message on the other hand when fl5-lib is linked to the single-threaded version of OpenBlas. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am currently working on a project that uses the flow5 library, and while debugging, I found out that the library uses a suspiciously large amount of stack, and triggers valgrind drd. Indeed, this code:
is enough to produce more than 1000 valgrind drd errors, and has one thread using 3.2MB of stack:
outputs this (here I interrupted quite quickly, otherwise it takes ages, and ends with valgrind giving up at the 1000th error)
So I was wandering if this is normal or if openblas should be used single threaded, or if something else is going on here.
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions