[WIP] Update LAPACK to 3.9.0 (#2353)
* Update make.inc entries for LAPACK 3.9.0 Reference-LAPACK PR 347 changed some variable names and relative paths * Update LAPACK to 3.9.0 * Add new functions from LAPACK 3.9.0 * Add new functions from LAPACK 3.9.0 * Restore LOADER command as it makes it easier to specify pthread as needed * Restore LOADER * Restore EIG/LIN prefixes in cmdbase * add binary path to lapack_testing.py call * Restore OpenMP version check * Restore OpenMP version check * Restore fix for out-of-bounds array accesses from #2096
This commit is contained in:
@@ -65,19 +65,19 @@
|
||||
*> \verbatim
|
||||
*> PREC_TYPE is INTEGER
|
||||
*> Specifies the intermediate precision to be used in refinement.
|
||||
*> The value is defined by ILAPREC(P) where P is a CHARACTER and
|
||||
*> P = 'S': Single
|
||||
*> The value is defined by ILAPREC(P) where P is a CHARACTER and P
|
||||
*> = 'S': Single
|
||||
*> = 'D': Double
|
||||
*> = 'I': Indigenous
|
||||
*> = 'X', 'E': Extra
|
||||
*> = 'X' or 'E': Extra
|
||||
*> \endverbatim
|
||||
*>
|
||||
*> \param[in] TRANS_TYPE
|
||||
*> \verbatim
|
||||
*> TRANS_TYPE is INTEGER
|
||||
*> Specifies the transposition operation on A.
|
||||
*> The value is defined by ILATRANS(T) where T is a CHARACTER and
|
||||
*> T = 'N': No transpose
|
||||
*> The value is defined by ILATRANS(T) where T is a CHARACTER and T
|
||||
*> = 'N': No transpose
|
||||
*> = 'T': Transpose
|
||||
*> = 'C': Conjugate transpose
|
||||
*> \endverbatim
|
||||
@@ -257,7 +257,7 @@
|
||||
*> information as described below. There currently are up to three
|
||||
*> pieces of information returned for each right-hand side. If
|
||||
*> componentwise accuracy is not requested (PARAMS(3) = 0.0), then
|
||||
*> ERRS_C is not accessed. If N_ERR_BNDS .LT. 3, then at most
|
||||
*> ERRS_C is not accessed. If N_ERR_BNDS < 3, then at most
|
||||
*> the first (:,N_ERR_BNDS) entries are returned.
|
||||
*>
|
||||
*> The first index in ERRS_C(i,:) corresponds to the ith
|
||||
|
||||
Reference in New Issue
Block a user