[Lapackpp-devel] thread safety of lapack++
Status: Beta
Brought to you by:
cstim
From: Matt H. <con...@gm...> - 2007-12-01 06:49:44
|
I've noticed that some of the functions in lapack++ do not appear to be thread safe, which is inconvenient when programming for new multi-core processors, although not impossible to work around. I was wondering if anyone has a comprehensive list of which functions are not thread safe. I'm currently using the following functions and data structures in my code: LaGenMatDouble LaGenMatComplex LaVectorDouble LaVectorComplex LaVectorLongInt LaEigSolve Blas_Mat_Mat_Mult LuFactorizeIP LaLUInverseIP Thank you in advance for any insight you can offer, Matt Hansen Electrical Engineering and Physics at MTU |