Returns the ScaLAPACK version.
void pilaver (MKL_INT* vers_major, MKL_INT* vers_minor, MKL_INT* vers_patch);
This function returns the ScaLAPACK version.
vers_major |
Return the ScaLAPACK major version. |
vers_minor |
Return the ScaLAPACK minor version from the major version. |
vers_patch |
Return the ScaLAPACK patch version from the minor version. |