Klyuchinsky Dmitry

Results 8 issues of Klyuchinsky Dmitry

Hello! I have encountered the problem of installation strumpack on windows platform. Actually, as I understand, build was successful, but the final Make file has not been generated. So, commands...

Hello! I have been running tests for QR and LQ (`xlintstd_dtest`) and sometimes I have got failures like ``` M= 10, N= 10, K= 5, NB= 1, NX= 1, type...

Type: Bug

**Issues, related to new feature DMD** **Checklist** - [x] DMD tests are missed CI CMakelists were not modified (#959). - [x] Sometimes test return `info = -8` or `info =...

Type: Bug

**Incorrect test for error exit in 2STAGE algorithms** Usually in my environment I build LAPACK with no support of OpenMP. But there is one algorithm, which needed to be built...

Type: Bug

Hello, colleagues! Please, help to find answer on the following question. I would like to test GTSV via using GET04 to check comparison of exact and computed solution. Reciprocal of...

Type: Question

Hello! Please take a look into presented checklist. **Checklist** - [x] Redundant space is added after the function name in XERBLA call. Related to (S|H)BGV source files only. I'd be...

Type: Bug

**Fix fails of tests for QR/LQ factorizations** Hello! This PR is willing to close issue #973. Briefly speaking, there are some problems, recently appeared after Release 3.12. Functions `GELQS/GEQRS` were...

**BDSQR workspace does not take into account fallback into LASDQ1** After PR https://github.com/Reference-LAPACK/lapack/pull/234 and PR https://github.com/Reference-LAPACK/lapack/pull/989 workspace of BDSQR has been changed from `4 * N` to `4 * (N...

Type: Bug