Developer Reference for Intel® oneAPI Math Kernel Library for Fortran
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-C9630659-DB04-4790-A5B3-6E6ACB5ECFC7
Visible to Intel only — GUID: GUID-C9630659-DB04-4790-A5B3-6E6ACB5ECFC7
ilaver
Returns the version of the LAPACK library.
call ilaver( vers_major, vers_minor, vers_patch )
- mkl.fi
This routine returns the version of the LAPACK library.
- vers_major
-
INTEGER.
Returns the major version of the LAPACK library.
- vers_minor
-
INTEGER.
Returns the minor version from the major version of the LAPACK library.
- vers_patch
-
INTEGER.
Returns the patch version from the minor version of the LAPACK library.