Re: Instructions for Installing BLAS and LAPACK library on Octave 5.2.0
Ilaya Bharathi <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <CAGZhkuigCrBetU-kJba+6pbV+6k8UpadBhfjYL62LiN5nKUvHw@mail.gmail.com> |
Hi Nicholas, Thanks for your email. Is it an openblas library which enables the multithreading is inbuilt with octave ? If so, please clarify which dll file(librefblas.dll or libopenblas.dll ) needs to be pasted where. If this is not the case, let me know what to do for the multithreading to work. finally, after implementing the multithreading feature. how to check it whether it's implemented or not ? Many thanks Ilaya bharathi On Fri, Sep 25, 2020 at 8:37 PM Nicholas Jankowski <[email protected]> wrote: > On Fri, Sep 25, 2020 at 10:59 AM Ian McCallion <[email protected]> > wrote: > >> On Friday, 25 September 2020, Ilaya Bharathi <[email protected]> >> wrote: >> >>> >>> The openblas library is included with your octave installation and >> configured for use (assuming you used the installation exe program rather >> than the zip file). >> >> > I think I remember seeing a BLAS selection option the last time I ran the > installer. For zip package users, the readme.html has the following > statement: > > "During the installation a default BLAS library was selected. The > installer contains two BLAS implementations, the NetLib reference BLAS > <http://www.netlib.org/blas/> and OpenBLAS <http://www.openblas.net/>. > > The choice of library may be changed after installation by copying either > librefblas.dll or libopenblas.dll to the file libblas.dll in the bin folder > of the Octave installation." > > >