Developer Reference for Intel® oneAPI Math Kernel Library for Fortran

ID 766686
Date 3/31/2023
Public

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

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.