more lapack?

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
aneeman
Posts: 90
Joined: Thu Jan 12, 2006 1:13 pm
Contact:

more lapack?

Post by aneeman »

Hi,

I am wondering if it would be possible to get the full set of lapack and blas fortran files in the version that OpenSees uses.

I am trying to get eigenvectors and eigenvalues for stress tensors.
I would like to be able to use the lapack dsyev.f (and also need the lapack and blas drivers it depends on).

thanks,
alisa
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

we don't provide the full set of blas and lapack routines that are available to keep the size of
the code down .. we only provide the min set needed to compile OpenSees .. a lot of times the blas and lapack routines are already there on your system (and built optimized for your system) .. for someone working on a mac (such as yourself) have a look at
http://developer.apple.com/hardwaredriv ... aries.html
aneeman
Posts: 90
Joined: Thu Jan 12, 2006 1:13 pm
Contact:

lapack

Post by aneeman »

I am actually working on linux and win32 versions.

Could you possibly post the version number for lapack and blas code that is in OpenSees?

Then I could probably find the code/libraries on the web, and add in the ones I need.

thanks,

alisa
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

you can use the latest distributions of blas and lapack .. these packages are so stable they never change their api's.
aneeman
Posts: 90
Joined: Thu Jan 12, 2006 1:13 pm
Contact:

more lapack!

Post by aneeman »

Thanks for your reply, Frank.
I am wondering if you could also give some hints about building the extra lapack modules into the libraries on the windows side?

thanks,

alisa
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

on thw windows side you are going to have to get a fortran compiler to build the library .. i believe i used the intel fortran compiler (free 30 day trial).
Post Reply