---------- Forwarded message ----------
From:
Tommi Höynälänmaa <address@hidden>Date: 2017-01-17 17:21 GMT+02:00
Subject: Re: Problems switching BLAS and LAPACK versions
To: Mike Miller <
address@hidden>
I built liboctave debian packages myself with some minor changes. Liboctave is linked with -lblas and I have both libblas and atlas installed but libblas is active. I don't have openblas. I tried to set a breakpoint to dnrm2_ but gdb can't debug inside libblas even though I compiled it with debug information and gdb is able to load the symbol information. When I looked at the assembly code of dnrm2 it seemed that the debug write command I added to dnrm2 in blas is present.
- Tommi