NAG Fortran Library, Mark 20

FLDAV20DG

HP/Compaq/DEC Alpha OpenVMS Double Precision G_FLOATING

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) and plain text forms of both documents (IN.DOC and UN.DOC) in the DOC.BCK save set 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:         all systems in the HP/Compaq/DEC Alpha range
operating system: Alpha OpenVMS V6.1 or compatible
Fortran compiler: Digital Fortran 77 and 90

2.2. Derivation

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

hardware:         DEC 3000 AXP model 500
operating system: Alpha OpenVMS V6.1
Fortran compiler: Digital Fortran 77 V7.1-107-3313
compiler options: /CHECK=(NOBOUNDS,OVERFLOW,NOUNDERFLOW) /PAD_SOURCE
The implementation has also been tested under OpenVMS V6.1 with Digital Fortran 90 T7.1-323, and under OpenVMS V7.3 with Digital Fortran 77 and Digital Fortran 90 V7.4B-1684.

The entire NAG Fortran Library, Mark 20, was compiled with default optimization (/OPTIMIZE), except for X04CBF, X04DBF and X04EBF which had to be compiled with no optimization (/NOOPTIMIZE).

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 using the set of BLAS and LAPACK supplied in the Digital Extended Math Library (DXML) version 2.8-79 for G-float, and the Compaq Extended Math Library (CXML) Version 3.59-2 for G-float.

3. Distribution Medium

The software is ordinarily distributed on an ISO9660 format CD-ROM, labelled FLDAV20DG, unless otherwise indicated on the medium and accompanying despatch note.

3.1. Contents

The information has been written on the release medium as a series of backup save sets.

The save set INSTALL.BCK contains the following files:

The save set DOC.BCK contains the following files: The save set LIBRARY.BCK contains the following file: The save set LIBDXML.BCK contains the following file: The save set TEST.BCK contains the following files: The save set EXPT.BCK contains the following files: The save set EXPD.BCK contains the following files: The save set EXPR.BCK contains the following files: The save set IBLOCKS.BCK contains the following files:

3.2. File Sizes

The files require approximately the following disk space:
compiled library:                           49000 blocks
compiled library for use with DXML or CXML: 49000 blocks
example program material:                   15000 blocks
documentation files:                         1100 blocks
interface blocks:                            4400 blocks

4. Installation

4.1. Library Installation

If you do not have a CD-ROM drive on your OpenVMS system, the backup save sets can be FTPed (in binary form) from a drive on a PC or Unix system to your OpenVMS system. In this case, in the installation instructions below, ignore the MOUNT and DISMOUNT commands but reset the file attributes of the backup save sets as follows:
$ SET FILE/ATTRIBUTE=(LRL:8192,RFM:FIX) *.BCK

4.1.1. Library Installation, using INSTALL.COM

4.1.2. Object Module Library Installation, without using INSTALL.COM

4.1.3. Shareable Library Installation, without using INSTALL.COM

The example programs for the undocumented routines F06PBF, F06SBF, F06YCF and F06ZCF cannot be linked using the Shareable Library as a different version of the error handler is used in these tests. This does not affect the efficacy of these routines in normal usage.

4.2. Release to Users

The Users' Note (UN.HTML and/or UN.DOC) 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 installer should also ensure that the advice given to users in Section 3.5 of the Users' Note is suitable for the installation. If Fortran 90 is not being used, the section may be deleted.

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:

ESSINT.DOC             from the save set DOC.BCK
CONTENTS.DOC           from the save set DOC.BCK
NEWS.DOC               from the save set DOC.BCK
REPLACED.DOC           from the save set DOC.BCK
WITHDRAWN.DOC          from the save set DOC.BCK
BLAS_LAPACK_TO_NAG.DOC from the save set DOC.BCK
NAG_TO_BLAS_LAPACK.DOC from the save set DOC.BCK
compiled library:
NAG$LIBRARY.OLB from the save set LIBRARY.BCK or LIBDXML.BCK
                (or the shareable library created from it)
interface block files (optional, needed only if using Fortran 90):
*.F90$MOD from the save set IBLOCKS.BCK
example program material:
*.FOR from the save set EXPT.BCK
*.DAT from the save set EXPD.BCK
*.RES from the save set EXPR.BCK

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.3.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.3. Further Information

4.3.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.3.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.3.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).

A full online version of the NAG Fortran Library Manual is available in the form of Portable Document Format (PDF) files. Please contact NAG if you are interested in this.

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 it helps us deal with your enquiry quickly if you can quote your NAG site reference and NAG product code (in this case FLDAV20DG).

(c) NAG Websites

The NAG websites provide information about implementation availability, descriptions of products, downloadable software, product documentation and technical reports. The NAG websites can be accessed at

http://www.nag.co.uk/, 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 then please register to receive our free electronic newsletter, which will alert you to special offers, announcements about new products or product/service enhancements, customer stories and NAG's event diary. You can register via one of our websites, or by contacting 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 delighted to receive your comments. Please contact your local NAG Response Centre (shown below).

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
104-0032
Japan
email: help@nag-j.co.jp

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