help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building octave 3.8.2 from source on Ubuntu 14.04 for using multiple


From: Sunil Shah
Subject: Re: Building octave 3.8.2 from source on Ubuntu 14.04 for using multiple cores
Date: Wed, 29 Apr 2015 20:01:04 -0700

I am trying to find the library headers to link to /usr/lib/lapack/liblapack.so.3

I can not find them in under /usr/include/

I am expecting clapack.h or lapacke.h 


I need them so I can link lapack code using mkoctfile.  

Thanks,

Sunil

On Mon, Sep 8, 2014 at 6:01 AM, <address@hidden> wrote:
On Saturday, September 06, 2014 05:42 AM, Sunil Shah wrote:
Hi ST,

Thanks for pointing out the obvious error on my part in testing openblas.

Happily, with octave 3.8.1 switching to

/usr/lib/openblas-base/__libblas.so.3
and
/usr/lib/lapack/liblapack.so.3

does work.   It also uses all available cores for EC2.  So, now I see
cpu usage go up to 1600% on 16 cores.


When building octave 3.8.2 from source, do I need to specify these blas
and lapack libraries as configure options explicitly or it will pick
them automatically given that they have been set through
update-alternatives ?

No, the package maintainers did a good job for us. Dependencies are automatically pulled in. The libraries are in the standard places. You can check what files are installed by the packages using tools like apt-file, wajig, or synaptic.

Regards,
ST
--



reply via email to

[Prev in Thread] Current Thread [Next in Thread]