Re: Instructions for Installing BLAS and LAPACK library on Octave 5.2.0
Markus Mützel <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <trinity-82a4c4ff-74c0-43da-ab80-36d907134df8-1601397801912@3c-app-gmx-bs65> |
Am 29. September 2020 um 18:33 Uhr schrieb "Dmitri A. Sergatskov": > I could not figure out how openblas is compiled for the win version of octave, it could be that it is just a single-threaded library. OpenBLAS is build by MXE Octave with "USE_THREAD=1". I guess that means that it is multi-threaded. Markus