Skip to content

Commit

Permalink
aocl-scaLAPACK: Version string updated to 4.0
Browse files Browse the repository at this point in the history
Change-Id: Ib61ded5edb897c2644bdd13c9fde5149e4b600c4
  • Loading branch information
nprasadm committed Oct 11, 2022
1 parent 33e4966 commit 5d75848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SRC/get_aocl_scalapack_version.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void get_aocl_scalapack_version_( version )
#endif
{
#ifdef AOCL_SCALAPACK_VERSION
char slmainversion[] = "AOCL-ScaLAPACK 3.2.1 ";
char slmainversion[] = "AOCL-ScaLAPACK 4.0 ";
char slversion[1000];
char scalapackversion[] = ", supports ScaLAPACK 2.2.0";
int length, i;
Expand All @@ -52,7 +52,7 @@ void get_aocl_scalapack_version_( version )
slversion[length] = '\0';
strcpy(version, slversion);
#else
strcpy(version, "AOCL-ScaLAPACK 3.2.1, supports ScaLAPACK 2.2.0");
strcpy(version, "AOCL-ScaLAPACK 4.0, supports ScaLAPACK 2.2.0");
#endif
return;
}
Expand Down

0 comments on commit 5d75848

Please sign in to comment.