Hi,
For new *_rook functionality I see csr test fails with extended set of input dimensions. Dimensions are 127 and 260. Output is following:
UPLO = 'U', N = 137, NB = 8, type 11, test 4, ratio = 48.634
UPLO = 'U', N = 260, NB = 8, type 2, test 4, ratio = 55.406
CSR: 2 out of 744 tests failed to pass the threshold
Error occurs in pivot condition number checking (TEST 4 in cchksy_rook.f).
As far as I understand condition number of a pivot should be bounded by constant value and can not exceed theoretical limit by design of algorithm.
It looks like something wrong with CSYTRF_ROOK function.
Folks, could you please comment?

