• Main Page
  • Files
  • File List
  • File Members

INSTALL/LAPACK_version.f

Go to the documentation of this file.
00001 
00002       PROGRAM LAPACK_VERSION
00003 *
00004 *
00005 *
00006       INTEGER MAJOR, MINOR, PATCH
00007 *
00008       CALL ILAVER ( MAJOR,MINOR, PATCH )
00009 
00010           WRITE(*,*) "LAPACK ",MAJOR,".",MINOR,".",PATCH
00011 *
00012       END

Generated on Thu Nov 18 2010 11:50:55 for LAPACK by  doxygen 1.7.2