Developer Reference for Intel® oneAPI Math Kernel Library for Fortran

ID 766686
Date 3/22/2024
Public
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.