PILAVER(3) ScaLAPACK routine of NEC Numeric Library Collection PILAVER(3) NAME PILAVER - return the ScaLAPACK version SYNOPSIS SUBROUTINE PILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH ) PURPOSE This subroutine return the ScaLAPACK version. ARGUMENTS VERS_MAJOR (output) INTEGER return the scalapack major version VERS_MINOR (output) INTEGER return the scalapack minor version from the major version VERS_PATCH (output) INTEGER return the scalapack patch version from the minor version ScaLAPACK routine 31 October 2017 PILAVER(3)