OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
ilaver.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine ilaver (vers_major, vers_minor, vers_patch)
 ILAVER returns the LAPACK version.

Function/Subroutine Documentation

◆ ilaver()

subroutine ilaver ( integer vers_major,
integer vers_minor,
integer vers_patch )

ILAVER returns the LAPACK version.

Purpose:
!>
!>  This subroutine returns the LAPACK version.
!> 
Parameters
[out]VERS_MAJORVERS_MAJOR is INTEGER return the lapack major version
[out]VERS_MINORVERS_MINOR is INTEGER return the lapack minor version from the major version
[out]VERS_PATCHVERS_PATCH is INTEGER return the lapack patch version from the minor version
Author
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.

Definition at line 50 of file ilaver.f.

51*
52* -- LAPACK computational routine --
53* -- LAPACK is a software package provided by Univ. of Tennessee, --
54* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
55*
56* =====================================================================
57*
58 INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
59* =====================================================================
60 vers_major = 3
61 vers_minor = 10
62 vers_patch = 1
63* =====================================================================
64*
65 RETURN