NAG Fortran Library, Mark 20

FLIB320DA

IBM RS/6000 Power Systems Double Precision

Installer's Note



Contents


1. Introduction

This Installer's Note is essential reading for whoever is responsible for the installation of this implementation of the NAG Fortran Library. It is supplied in printed form to accompany the software, and is also available together with the Users' Note (un.html) in the doc directory on the distribution medium.

Your attention is drawn to the terms and conditions of the Software Licence regarding the use of NAG software. Any request to use this software other than on the licensed computer must be referred to NAG, as should requests for information about the availability of other implementations.

2. Implementation Provided

2.1. Applicability

This implementation is a compiled, tested, ready-to-use version of the NAG Fortran Library that is considered suitable for operation on the computer systems detailed below:

hardware:         IBM RS/6000 Power systems
operating system: AIX v4.3 or compatible
Fortran compiler: XL Fortran f77/f90/f95 v7.1 or compatible

2.2. Derivation

This implementation was produced at NAG Ltd., Oxford on the computing system detailed below:

hardware:         IBM RS/6000 Power3 system 44P Model 270
operating system: AIX v4.3
Fortran compiler: XLF 7.1.0.0
compiler options: -O3 -q64 -qstrict

The entire NAG Fortran Library, Mark 20, was compiled with full optimization (-O3), except for the following routine, which had to be compiled with no optimization:

x05abz    

This library has been tested using the Basic Linear Algebra Subprograms (BLAS) and linear algebra routines (LAPACK) provided by NAG (see the Chapter Introductions for F06, F07 and F08 in the NAG Fortran Library Manual). It has also been tested with the BLAS subset provided in the vendor's Engineering and Scientific Subroutine Library (ESSL) version 3.2.0.0.

Additionally, libnag.a has been tested using xlf90.

3. Distribution Medium

The software is ordinarily distributed in tar format on CD-ROM.

3.1. Contents

The following shows the directory/file organization of the library materials as they will be installed.
                      |-- in.html
                      |-- un.html
            |-- doc --|-- nag_fl_un.3
            |         |-- blas_lapack_to_nag
            |         |-- nag_to_blas_lapack
flib320da --|
            |-- libnag.a
            |-- libnag_sh.a
            |-- libnag_use_essl.a
            |
            |-- interface_blocks --|-- *.mod
            |
            |              |-- source ---|-- ??????e.f
            |-- examples --|-- data -----|-- ??????e.d
            |              |-- results --|-- ??????e.r
            |
            |-- scripts ---|-- *

Both libnag.a (a static object archive) and libnag_sh.a (a shared object archive) were compiled to include the NAG version of the BLAS procedures, whilst the static library libnag_use_essl.a does not contain BLAS entries and MUST be used with the IBM library ESSL (Engineering and Scientific Subroutine Library). Should a shared version of libnag_use_essl be required, this may be produced using the script make_shlib, followed by the script rmobjs.

The examples results given in the directory results are those obtained using libnag.a. Using libnag_sh.a, or libnag_use_essl.a and ESSL, may produce slightly different results.

The following shows the directory/file organization of the PDF documentation materials as they will be installed.

NAGdoc -|- fl -|- html -|- mark20.html (main index)
               |        |
               |        |- frontmatter -|- *.html (sundry information)
               |        |
               |        |- genint -|- *.html (introductory material)
               |        |
               |        |- images -|- *.gif (nag images)
               |        |          |
               |        |          |- topbar -|- *.gif (Fortran Library images)
               |        |
               |        |- indexes -|- gams -|- gams.html (main GAMS index)
               |        |           |        |
               |        |           |        |- *.html (GAMS files)
               |        |           |
               |        |           |- kwic -|- kwic.html (main KWIC index)
               |        |                    |
               |        |                    |- *.html (KWIC files)
               |        |
               |        |- toc -|- [A02-X05].html (chapter indexes)
               |                                                  
               |- pdf  -|- genint -|- *.pdf (introductory material)
               |        |
                        |- [A02-X05] -|- *.pdf (chapter and routine files)

3.2. File Sizes

The files require approximately the following disk space:
compiled libraries, libnag.a:          21.6 Mb
                    libnag_sh.a:       17.9 Mb
                    libnag_use_essl.a: 21.6 Mb

interface blocks:                       3.1 Mb
example program material:              13.6 Mb
scripts:                                0.1 Mb
library documentation files:            0.1 Mb
PDF documentation files:                105 Mb

4. Installation

4.1. Library Installation

To install all material use the Unix tar utility, e.g.

tar xvf /cdrom/fl20.tar
(assuming the CD-ROM has been mounted as /cdrom).

The appropriate object library (libnag*.a) should be moved to a directory, such as /usr/lib, in the default search path of the linker, if possible, so that linkage is convenient.

The script nagexample refers to the local directory containing the example programs. The file should be copied to (for example) /usr/local/bin, modified to reflect the local installation, and its protection set to world execute.

The man page, which directs users to the HTML form of the Users' Note, should be modified to reflect the local installation, and moved to a directory in the man search path, e.g.

cd doc
mv nag_fl_un.3 /usr/local/man/man3
The NAG Fortran Library Interface Blocks define the type and arguments of each user callable NAG Fortran Library routine. These are not essential to calling the NAG Fortran Library from Fortran 90/95 programs. Their purpose is to allow the Fortran 90/95 compiler to check that NAG Fortran Library routines are called correctly.

The interface block files (interface_blocks/*.mod) are supplied in pre-compiled module form. They should be moved to a suitable location so that access is convenient, e.g.

mkdir /usr/local/lib/fl77_modules
mv interface_blocks/* /usr/local/lib/fl77_modules

The -I"pathname" option should then be specified on each f90/f95 invocation (where "pathname" is /usr/local/lib/fl77_modules) to tell the compiler where to find the modules.

Alternatively, the files may be moved to the same directory as the pre-defined modules supplied with the compiler

4.2. PDF Documentation Installation

To install all PDF documentation material, use the Unix tar utility, e.g.
tar xvf /cdrom/pdf.tar
(assuming the CD-ROM has been mounted as /cdrom).

You may wish to move the PDF documentation files to the same location as that for other NAG products. You are encouraged to make them readily available to users, but in such a way that they are not generally accessible from outside your site. Further information is contained in the readme file on the distribution medium.

4.3. Release to Users

The Users' Note (doc/un.html) should be checked and amended as necessary (particularly Sections 3.1 and 5.). Advice on accessing the library in Section 3.1 can be checked by running a few example programs following that advice; a suitable sample would be A02AAF, D01AUF, G05LFF and X03AAF. The installation can also be tested using the script nagexample. The Users' Note should then be made available to users directly, or be absorbed into local access information.

The following material should also be made accessible to users:

documentation files:

The NAGdoc directory contains the online documentation. This should be made available to users, in addition to the following:

doc/blas_lapack_to_nag
doc/nag_to_blas_lapack
the appropriate compiled library - one of:
libnag.a
libnag_sh.a
libnag_use_essl.a
interface block files:
interface_blocks/*.mod
example program material:
examples/source/??????e.f
examples/data/??????e.d
examples/results/??????e.r
scripts/nagexample

Note that the example material has been adapted, if necessary, from that published in the NAG Fortran Library Manual, so that programs are suitable for execution with this implementation with no further changes (but see Section 4.4.2 for comments about possible differences in results obtained). Making the example material directly available to users provides them with easily adaptable templates for their own problems.

4.4. Further Information

4.4.1. Output Unit Dependencies (X04)

Certain NAG routines use explicit WRITE statements to produce output directly. The choice of output unit used can be controlled by using X04AAF and X04ABF, described in the NAG Fortran Library Manual. The defaults for this implementation are given in the Users' Note.

4.4.2. Example Programs

The example results distributed were generated at Mark 20, using the software described in Section 2.2. These example results may not be exactly reproducible if the example programs are run in a slightly different environment (for example, a different Fortran compiler, a different compiler library, different arithmetic hardware, or a different set of BLAS or LAPACK routines). The results which are most sensitive to such differences are: eigenvectors (which may differ by a scalar multiple, often -1, but sometimes complex); numbers of iterations and function evaluations; and residuals and other "small" quantities of the same order as the machine precision.

The "example programs" for the routines in the F06 chapter are not typical example programs and they are not in the Library Manual. They are test programs, which are supplied to sites for use in an installation test of the Library. Some of them take much longer to run than other example programs. Routines which are equivalent to BLAS, are tested twice: once when called by their NAG F06 names, and once when called by their BLAS names.

4.4.3. Maintenance Level

The maintenance level of the library can be determined by writing a simple program to call A00AAF, which prints out details of the implementation, including title and product code, compiler and precision used, mark and maintenance level.

5. Documentation

Each supported NAG Fortran Library site is ordinarily provided with a printed copy of the NAG Fortran Library Introductory Guide. Additional documentation is available for purchase; please refer to the NAG websites or contact your local NAG Response Centre for current prices (see Section 6).

On-line documentation is bundled with this implementation. Please see Section 4.2.

6. Support from NAG

(a) Contact with NAG

Queries concerning this document or the implementation generally should be directed initially to your local Advisory Service. If you have difficulty in making contact locally, you can contact NAG directly at one of the addresses given in the Appendix. Users subscribing to the support service are encouraged to contact one of the NAG Response Centres (see below).

(b) NAG Response Centres

The NAG Response Centres are available for general enquiries from all users and also for technical queries from sites with an annually licensed product or support service.

The Response Centres are open during office hours, but contact is possible by fax, email and phone (answering machine) at all times.

When contacting a Response Centre please quote your NAG site reference and NAG product code (FLIB320DA).

(c) NAG Websites

The NAG websites are an information service providing items of interest to users and prospective users of NAG products and services. The information is reviewed and updated regularly and includes implementation availability, descriptions of products, downloadable software, product documentation and technical reports. The NAG websites can be accessed at

http://www.nag.co.uk/

or

http://www.nag.com/ (in North America)

or

http://www.nag-j.co.jp/ (in Japan)

(d) NAG Electronic Newsletter

If you would like to be kept up to date with news from NAG you may want to register to receive our electronic newsletter, which will alert you to special offers, announcements about new products or product/service enhancements, case studies and NAG's event diary. To register visit one of our websites or contact us at nagnews@nag.co.uk.

7. User Feedback

Many factors influence the way NAG's products and services evolve and your ideas are invaluable in helping us to ensure that we meet your needs. If you would like to contribute to this process we would be pleased to receive your comments by email at feedback@nag.co.uk. Alternatively contact the appropriate NAG Response Centre who will be happy to record your comments.

Appendix - Contact Addresses

NAG Ltd
Wilkinson House
Jordan Hill Road
OXFORD  OX2 8DR                         NAG Ltd Response Centre
United Kingdom                          email: support@nag.co.uk

Tel: +44 (0)1865 511245                 Tel: +44 (0)1865 311744
Fax: +44 (0)1865 310139                 Fax: +44 (0)1865 310139

NAG Inc
1431 Opus Place, Suite 220
Downers Grove
IL 60515-1362                           NAG Inc Response Center
USA                                     email: infodesk@nag.com

Tel: +1 630 971 2337                    Tel: +1 630 971 2345
Fax: +1 630 971 2706                    Fax: +1 630 971 2706

Nihon NAG KK
Hatchobori Frontier Building 2F
4-9-9
Hatchobori
Chuo-ku
Tokyo
Japan
email: help@nag-j.co.jp

Tel: +81 (0)3 5542 6311
Fax: +81 (0)3 5542 6312