Skip to content

Commit

Permalink
Update LAPACK version file ilaver.c to 3.9.0
Browse files Browse the repository at this point in the history
Change-Id: Ibb60c71edb880864ef7397d1e40106fc10c5b0dc
  • Loading branch information
pradeeptrgit committed Nov 28, 2020
1 parent 4967371 commit ec457fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/base/flamec/main/FLA_Init.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,5 +233,5 @@ void FLA_Finalize_constants()

char* FLA_Get_AOCL_Version( void )
{
return "AOCL 3.0";
return "AOCL libFLAME 3.0, supports LAPACK 3.9.0";
}
4 changes: 2 additions & 2 deletions src/map/lapack2flamec/f2c/c/ilaver.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/* > \author Univ. of California Berkeley */
/* > \author Univ. of Colorado Denver */
/* > \author NAG Ltd. */
/* > \date September 2012 */
/* > \date November 2019 */
/* > \ingroup auxOTHERauxiliary */
/* ===================================================================== */
/* Subroutine */
Expand All @@ -45,7 +45,7 @@ int ilaver_(integer *vers_major__, integer *vers_minor__, integer *vers_patch__)
/* ===================================================================== */
/* ===================================================================== */
*vers_major__ = 3;
*vers_minor__ = 5;
*vers_minor__ = 9;
*vers_patch__ = 0;
/* ===================================================================== */
return 0;
Expand Down

0 comments on commit ec457fb

Please sign in to comment.