============================================
Quick Reference Guide to Incorporate the CCI
============================================

VERSION 1.2 : December 6, 2000

1. Uudecode, gunzip and untar the file on
   top of the existing LAPACK directory.

   uudecode cci.uu
   gunzip cci.tar.gz
   tar xvf cci.tar

2. Move into the LAPACK directory and
   use the "cci" shell script to install
   the CCI.

   cd LAPACK
   cci

   At this point installation is complete,
   and all links should be made to the
   new lapack_RS6K.a library.  Steps 3, 4 and
   4 are only necessary for troubleshooting
   and/or performance concerns.

3. If necessary, edit the LAPACK/make.inc
   file to create the appropriate link to
   ESSL for the IBM architecture that you
   are using.  This may be required by an
   install failure or by a desire for better
   system performance.                        

   For example, on an IBM RS/6000-550, choose

   BLASLIB      = -lessl

   as the library name for this architecture.

4. Delete the object (*.o) files that conflict
   with the CCI install.  They are in
   LAPACK/SRC.

   cd SRC
   rm -f sgetrf.o sgetri.o sgetrs.o spbtrf.o spotrf.o spotri.o spotrs.o \
   spptrf.o spptri.o stptri.o strtri.o \
   cgetrf.o cgetrs.o cpotrf.o cpotrs.o \
   dgetrf.o dgetri.o dgetrs.o dpbtrf.o dpotrf.o dpotri.o dpotrs.o \
   dpptrf.o dpptri.o dtptri.o dtrtri.o \
   zgetrf.o zgetrs.o zpotrf.o zpotrs.o
   cd ..

5. Make the new LAPACK library containing the
   CCI.

   make lapacklib
