Skip to content

Commit ec457fb

Browse files
committed
Update LAPACK version file ilaver.c to 3.9.0
Change-Id: Ibb60c71edb880864ef7397d1e40106fc10c5b0dc
1 parent 4967371 commit ec457fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/base/flamec/main/FLA_Init.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,5 @@ void FLA_Finalize_constants()
233233

234234
char* FLA_Get_AOCL_Version( void )
235235
{
236-
return "AOCL 3.0";
236+
return "AOCL libFLAME 3.0, supports LAPACK 3.9.0";
237237
}

src/map/lapack2flamec/f2c/c/ilaver.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
/* > \author Univ. of California Berkeley */
3333
/* > \author Univ. of Colorado Denver */
3434
/* > \author NAG Ltd. */
35-
/* > \date September 2012 */
35+
/* > \date November 2019 */
3636
/* > \ingroup auxOTHERauxiliary */
3737
/* ===================================================================== */
3838
/* Subroutine */
@@ -45,7 +45,7 @@ int ilaver_(integer *vers_major__, integer *vers_minor__, integer *vers_patch__)
4545
/* ===================================================================== */
4646
/* ===================================================================== */
4747
*vers_major__ = 3;
48-
*vers_minor__ = 5;
48+
*vers_minor__ = 9;
4949
*vers_patch__ = 0;
5050
/* ===================================================================== */
5151
return 0;

0 commit comments

Comments
 (0)