Intel® oneAPI Math Kernel Library Developer Reference - Fortran

ilaver

Returns the version of the LAPACK library.

Syntax

call ilaver( vers_major, vers_minor, vers_patch )

Include Files

Description

This routine returns the version of the LAPACK library.

Output Parameters

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.