• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

EXAMPLES1/H07-May-2022-5,9484,314

EXAMPLES2/H07-May-2022-55,48246,740

SRC/H30-Nov-2000-138,28892,182

TESTING/H30-Nov-2000-158,48999,718

TIMING/H03-May-2022-1,9771,613

READMEH A D30-Nov-20001.9 KiB4541

make.incH A D03-May-20221.2 KiB4838

make.inc_alphaH A D30-Nov-2000863 4231

make.inc_linux_redhatH A D30-Nov-20001.2 KiB4938

make.inc_power2H A D30-Nov-2000888 4231

make.inc_sgiH A D30-Nov-2000866 4231

make.inc_smpH A D30-Nov-2000892 4231

make.inc_sunH A D30-Nov-2000858 4231

README

1!
2!  -- LAPACK95 interface driver routine (version 2.1) --
3!     UNI-C, Denmark; Univ. of Tennessee, USA; NAG Ltd., UK
4!     August 15, 2000
5!
6! ----------------------  LAPACK90 directory  --------------
7
8  This directory contains the following:
9  1) Fife subdirectories:
10    a) SRC (directory): Source code for all LAPACK95 routines.
11    b) EXAMPLES1 (directory): Simple program examples for all
12       LAPACK95 driver routines. These programs have been used
13       for the numerical examples in Part 2 of the LAPACK95
14       Users' Guide.
15    c) EXAMPLES2 (directory): More program examples; see the
16       README file of this directory for details.
17    d) TESTING (directory): Procedures for testing the entire
18       LAPACK95 package or individual routines.
19    e) TIMING (directory): Source code of the timing programs
20       used in the LAPACK95 Users' Guide Chapter 4.
21  2) make.inc file which is used by the makefiles in all the
22     the above mentioned directories. This make.inc must be
23     verify by the installer of LAPACK95 library, and adapt
24     to his computer system necessity. The following compiler
25     options and library names "OPTS0", "MODLIB", "LAPACK77",
26     "BLAS" and "SUF" should be redefined (LAPACK version 3
27     or higher should be linked with this LAPACK95 version).
28  3) There are several others make.inc files which were use
29     for testing of the LAPACK95 library on another machines.
30  4) lapack95_redhat.tgz, the prebuilt LAPACK95 library for
31     the Linux Redhat system.
32
33  The installation procedure:
34
35  1) Verify the make.inc file ("OPTS0", "MODLIB", "LAPACK77",
36     "BLAS" and "SUF").
37  2) cd SRC
38  3) Read the README file.
39  4) Run the make file with one of the selected library name.
40  5) cd ../TESTING
41  6) Read the README file.
42  7) Run the tests as described in README file.
43  8) run for a few tests from the directories EXAMPLES1 and
44     EXAMPLES2.
45