Developer Reference for Intel® oneAPI Math Kernel Library for Fortran

ID 766686
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

ilaver

Returns the version of the LAPACK library.

Syntax

call ilaver( vers_major, vers_minor, vers_patch )

Include Files
  • mkl.fi
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.