Fix missing replacements of ILAENV by ILAENV_2STAGE (lapack PR 272)
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Tue, 28 Aug 2018 19:11:54 +0000 (21:11 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Aug 2018 19:11:54 +0000 (21:11 +0200)
commit9e917b16dbba25c013b3fa32d22476eb4ed15541
tree594618721ac54bf2804131cf434586d70e9d8390
parent61659f8765e612d3186e7bc87d49606da733a58c
Fix missing replacements of ILAENV by ILAENV_2STAGE (lapack PR 272)

This could cause spurious "parameter has an illegal value" errors in DSYEVR and related routines, see https://github.com/Reference-LAPACK/lapack/issues/262
lapack-netlib/SRC/chetrd_hb2st.F
lapack-netlib/SRC/chetrd_he2hb.f
lapack-netlib/SRC/dsytrd_sb2st.F
lapack-netlib/SRC/dsytrd_sy2sb.f
lapack-netlib/SRC/ssytrd_sb2st.F
lapack-netlib/SRC/ssytrd_sy2sb.f
lapack-netlib/SRC/zhetrd_hb2st.F
lapack-netlib/SRC/zhetrd_he2hb.f