Re: Instructions for Installing BLAS and LAPACK library on Octave 5.2.0
Nicholas Jankowski <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <CABNpfR94ujiUi_EnJBansdR8KmbnKHKin3eXhb-nsbm4SToTFQ@mail.gmail.com> |
On Tue, Sep 29, 2020 at 11:38 AM Ilaya Bharathi <[email protected]> wrote: > Hi Nicholas, > > Do you have the variable OPENBLAS_NUM_THREADS by default with the zip > installation? > Also, are there any codes to test the implementation? > > for the latter, I do not know. not my area of expertise. in a default configuration, getenv("OPENBLAS_NUM_THREADS") returns empty, so it appears the variable is not set. i do not know if this is expected.