summaryrefslogtreecommitdiff
path: root/lapack-netlib/TESTING
AgeCommit message (Expand)AuthorFilesLines
2022-08-07Increase thresholdMartin Kroeker1-1/+1
2022-08-07Increase thresholdMartin Kroeker1-1/+1
2022-05-12fix C_LAPACK build options for files that must be built unoptimizedmartin-frbg1-2/+2
2022-05-12restore OpenBLAS-specific build file fixesmartin-frbg5-16/+23
2022-05-11Update the LAPACK testsuite to match 3.10.1martin-frbg1214-5706/+3605
2022-04-17C_LAPACK: Fixes to make it compile with MSVC (#3605)Martin Kroeker74-1167/+8807
2022-04-09Use f2c translations of LAPACK when no Fortran compiler is available (#3539)Martin Kroeker77-14/+71141
2022-03-24create INDEX64 targetAisha Tammy1-3/+3
2022-02-09Add .NOTPARALLEL: as a workaround for builds on DFSMartin Kroeker1-0/+1
2021-07-27Also make sure the `1` is INTEGER*4 for OMP_SET_NUM_THREADSIsuru Fernando4-10/+16
2021-07-14Declare N_THREADS as *4 for compatibility of INTERFACE64 builds with LLVM libompMartin Kroeker1-1/+2
2021-07-14Declare N_THREADS as *4 for compatibility of INTERFACE64 builds with LLVM libompMartin Kroeker1-1/+2
2021-07-14Declare N_THREADS as *4 for compatibility of INTERFACE64 builds with LLVM libompMartin Kroeker1-1/+2
2021-07-14Declare N_THREADS as *4 for compatibility of INTERFACE64 builds with LLVM libompMartin Kroeker1-1/+2
2021-06-16Declare DZASUM as EXTERNALMartin Kroeker1-3/+2
2021-06-16Declare ZDROT as EXTERNALMartin Kroeker1-1/+1
2021-06-16Declare SROT as EXTERNALMartin Kroeker1-1/+1
2021-06-16Declare DROT as EXTERNALMartin Kroeker1-1/+1
2021-06-16Declare CSROT as EXTERNALMartin Kroeker1-1/+1
2021-06-16Declare SCASUM as EXTERNALMartin Kroeker1-3/+2
2021-05-22Fix spurious error exit test failures in the ?chktsqr tests (LAPACK564)Martin Kroeker4-0/+8
2021-05-14Delete zchkaa.fMartin Kroeker1-1255/+0
2021-05-14Delete schkaa.fMartin Kroeker1-1058/+0
2021-05-14Delete dchkaa.fMartin Kroeker1-1063/+0
2021-05-14Delete cchkaa.fMartin Kroeker1-1220/+0
2021-05-14Convert ?chkaa to use dynamic allocation for the larger arraysMartin Kroeker6-8/+4670
2021-05-02Add new tests for Householder reconstruction functions from 3.9.1Martin Kroeker14-134/+2033
2021-04-28Merge pull request #3195 from martin-frbg/lapack536Martin Kroeker4-6/+6
2021-04-27Apply lapack-testing fix from Reference-LAPACK PR536Martin Kroeker4-6/+6
2021-04-27Apply fixes from Reference-LAPACK PR538Martin Kroeker11-32/+33
2021-03-14Merge pull request #3088 from xoviat/msvcMartin Kroeker1-92/+106
2021-02-28Adjust build rules for ?chkee.FMartin Kroeker1-4/+4
2021-02-28Adjust build rules for ?chkee.FMartin Kroeker1-4/+4
2021-02-28Add rewritten cchkee.F from Reference-LAPACK PR335Martin Kroeker1-0/+2553
2021-02-28Add rewritten dchkee.F from Reference-LAPACK PR335Martin Kroeker1-0/+2538
2021-02-28Add rewritten schkee.F from Reference-LAPACK PR335Martin Kroeker1-0/+2541
2021-02-28Add rewritten zchkee.F from Reference-LAPACK PR335Martin Kroeker1-0/+2551
2021-02-28Delete zchkee.fMartin Kroeker1-2505/+0
2021-02-28Delete schkee.fMartin Kroeker1-2510/+0
2021-02-28Delete dchkee.fMartin Kroeker1-2507/+0
2021-02-28Delete cchkee.fMartin Kroeker1-2507/+0
2021-01-27fix test helpersxoviat1-92/+106
2020-10-11Add Makefile support for enabling only some variable typesMartin Kroeker1-0/+16
2020-09-07Correct dimension argument to xLASETMartin Kroeker5-20/+20
2020-09-05Correct argument to SLASET (Improves fix from PR2778)Martin Kroeker1-4/+4
2020-08-14Fix incorrect argument to SLASETMartin Kroeker1-2/+2
2020-08-14Fix incorrect argument to SLASETMartin Kroeker1-2/+2
2020-08-14Fix incorrect calls to DLASETMartin Kroeker1-4/+4
2020-08-10Merge pull request #2764 from martin-frbg/lapacktestsMartin Kroeker4-8/+12
2020-08-09 Fix use of unallocated array in workspace query and wrong type of argument t...Martin Kroeker2-6/+6