[scilab-Users] BLAS / LAPACK calls in Scilab

Sylvestre Ledru sylvestre.ledru at scilab-enterprises.com
Mon Feb 27 19:44:48 CET 2012


Le mardi 21 février 2012 à 14:26 -1000, HURAULT Aurelie a écrit :
> Hi,
> 
> Is there a way to know when calls to BLAS or LAPACK functions are done, 
> and what are those calls?
It is a good question.

You have several potential solutions:
* grep the code for the BLAS/LAPACK instruction (but please note that
some underlying libraries like arpack-ng are also based on BLAS)
* Use a tool like dtrace [1] to log the call to blas/lapack (but it will
requires Scilab to run operations... unit tests could do it)

Regards,
Sylvestre

[1] http://en.wikipedia.org/wiki/DTrace 
-- 
-----------------------------
Sylvestre Ledru
Projects manager
Community manager
-----------------------------
Scilab Enterprises
http://www.scilab-enterprises.com/
http://www.scilab.org/
-----------------------------





More information about the users mailing list