NAG fl90, Release 3 FNDAU03DBL - License Managed DEC Alpha Digital Unix, Digital Fortran 90 Installer's Note Contents 1. Introduction 2. Implementation Provided 2.1. Applicability 2.2. Derivation 3. Distribution Medium 3.1. Recording Details 3.2. Contents 3.3. File Sizes 4. Library Installation 4.1. Installation 4.2. License Management 4.3. Checking Accessibility 4.4. Release to Users 5. Additional Services from NAG 6. Support from NAG 7. NAG Users Association 1. Introduction This document is essential reading for whoever is responsible for the installation of the NAG fl90 implementation specified in the title. The installer will be supplied with a printed copy of this document. Both this and the Users' Note are supplied on the distribution medium. Whenever the NAG fl90 library has been supplied in compiled form, that form is considered to be the standard library file. The use of all supplied software must be in accordance with the terms and conditions of the Software Licence signed by NAG and each site. Any request to use NAG software on a computer other than the one licensed must be referred to NAG (see Section 6). 2. Implementation Provided 2.1. Applicability This implementation is a compiled, tested, ready-to-use version of NAG fl90 that is considered suitable for operation on the computer systems detailed below: hardware: all systems in the DEC Alpha range operating system: Digital Unix V4.0 or later Fortran compiler: Digital Fortran 90 V5.1 or later For information about implementations of NAG fl90 for use on other computer systems please contact NAG. 2.2. Derivation This implementation was produced at NAG Ltd., Oxford on the computing system detailed below: hardware: DEC AlphaServer 4100 operating system: Digital Unix V4.0D (Rev. 878) Fortran compiler: Digital Fortran 90 V5.1 The entire NAG fl90 library was compiled with full optimization (-O). 3. Distribution Medium 3.1. Recording Details The implementation is distributed in tar format on CD-ROM, unless otherwise indicated on the medium and accompanying despatch note. For further details, refer to other documentation supplied or contact NAG (see Section 6). 3.2. Contents The following shows the directory/file organization of the materials on the distribution medium. A brief description of some of the files is given. |-- in (Installer's Note) |-- doc --|-- *.3 (man pages) | |-- *.html (HTML pages) | |-- images --|-- *.gif (image files for HTML | pages) | |-- libnagfl90.a (compiled library) fndau03db --| | |-- source ---|-- *.f90 |-- examples --|-- data -----|-- *.dat | |-- results --|-- *.r | | | |-- bin ------|-- * (directories of FLEXlm | | binaries for supported | | platforms) |-- license --| | | |-- flexfaq ---|-- *.htm (FLEXlm | |-- htmlman --| FAQ) | |-- flexuser --|-- *.htm (FLEXLM | End User | Manual) | |-- nag_mod_dir --|-- *.mod (modules which provide | essential information to NAG | fl90 and which allow the | Fortran 90 compiler to check | that procedures are called | correctly) | |-- scripts --|-- nagexample (a shell script to run example programs) 3.3. File Sizes The files require approximately the following disk space: compiled library: 12.3 Mb example program material: 1.4 Mb module information files: 3.0 Mb documentation files: 0.6 Mb licensing materials: 15.3 Mb 4. Library Installation 4.1. Installation To install all material use the UNIX tar utility, e.g. tar xvf /cdrom/fn03.tar (assuming the CD-ROM has been mounted as /cdrom). The object library (libnagfl90.a) should be moved to either /usr/lib or /usr/local/lib, if possible, so that linkage is convenient. The module information files (nag_mod_dir/*.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/fl90_modules mv nag_mod_dir/* /usr/local/lib/fl90_modules The -I"pathname" option should then be specified on each f90 invocation (where "pathname" is /usr/local/lib/fl90_modules) to tell the compiler where to find the modules. 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 pages should be moved to the appropriate directory. All pages belong in section 3 of man, e.g. cd doc mv *.3 /usr/local/man/man3 4.2. License Management The use of the NAG Fortran 90 Library is controlled by the FLEXlm network license management system (FLEXlm is a registered trademark of Globetrotter Software Inc). This release of the NAG Fortran 90 Library uses version 6.1 of FLEXlm. The remainder of this section describes how a FLEXlm license key should be installed to enable the use of the Library. Further details about FLEXlm and how it may be configured to suit your local circumstances are included in the FLEXlm End User Manual and FAQ supplied in the directory fndau03db/license/htmlman. For the NAG Fortran 90 Library you will be provided with an uncounted license key for use on a specific machine. An uncounted license key consists of one FEATURE or INCREMENT line for each product licensed, for example: FEATURE NAG_FN NAG 3.000 31-jul-1999 0 \ CBDA2041DC1BC45D2B68 "DAUB" 80896b27 This enables an unlimited number of instances of version 3 of the application NAG_FN until the date specified on the system with hostid 80896b27 only. Note that the line is continued by escaping the newline character with '\'. You will have to inform NAG of the hostid of the system. To obtain the hostid, locate the FLEXlm utility program 'lmutil' in fndau03db/license/bin/alpha_u4, and run it with argument 'lmhostid'. Once you have obtained the license key, store the text of it in a file, say /usr/local/lib/nag/license.dat The location of this file must be made known to the NAG application by setting the environment variable LM_LICENSE_FILE to the full pathname of the file before the application is invoked. For example, in the C-shell, type: setenv LM_LICENSE_FILE /usr/local/lib/nag/license.dat or in the Bourne shell, type: LM_LICENSE_FILE=/usr/local/lib/nag/license.dat export LM_LICENSE_FILE No other actions are required to install an uncounted license. 4.3. Checking Accessibility The installation can be tested by using the script nagexample (when logged in as a normal user). The script will copy an example program and its data, compile it, link it with the library and run it. For example, give the command nagexample nag_lib_support_ex01 4.4. Release to Users The supplied Users' Note should be checked and amended as necessary (particularly the section "Accessing the Library"). The Users' Note is provided in man page form in nag_fn_un.3. The following material should also be made accessible to users: compiled library: libnagfl90.a example program material: examples/source/*.f90 examples/data/*.dat examples/results/*.r scripts/nagexample module information files: nag_mod_dir/*.mod documentation files: doc/*.3 doc/*.html doc/images/*.gif Making the supplied example material directly available to users provides them with easily adaptable templates for their own problems. 5. Additional Services from NAG (a) Documentation Each NAG fl90 site is provided with a printed copy of the NAG fl90 Manual. Additional manuals are available at prices published in the NAG documentation order form. NAG fl90 TextWare, a hypertext version of the full manual, is bundled with this implementation. For a list of supported platforms, see the Installer's Note for the TextWare product. 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 write to NAG directly, at one of the supplied addresses. 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 user reference and NAG product code. (c) Network Network, NAG's newsletter, is produced periodically and sent free of charge to sites with a supported product or service. (d) NAG Website The NAG Website is an information service providing items of interest to users and prospective users of NAG products and services. The information is regularly updated and reviewed and includes implementation availability, descriptions of products, downloadable software and technical reports. The NAG Website can be accessed at http://www.nag.co.uk/ or http://www.nag.com/ (in the USA) 7. NAG Users Association NAGUA, the NAG Users Association, is a self-financing, non-profitmaking body. It exists to promote communications between NAG and users of its products and services. It provides information to NAG on the requirements of users, who are in turn kept informed of developments in services. Membership is available to any institution or individual holding a licence for any NAG product or service. Members receive discounts on the registration fees at conferences and workshops. For an information pack and membership application form, please contact NAGUA at the supplied address. Appendix - supplied addresses NAG Ltd Wilkinson House Jordan Hill Road OXFORD OX2 8DR NAG Ltd Response Centre United Kingdom email: support@nag.co.uk Tel: +44 1865 511245 Tel: +44 1865 311744 Fax: +44 1865 310139 Fax: +44 1865 310139 NAG Inc 1400 Opus Place, Suite 200 Downers Grove IL 60515-5702 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 2346 NAG GmbH Schleissheimerstrasse 5 D-85748 Garching Deutschland email: naggmbh@nag.co.uk Tel: +49 89 3207395 Fax: +49 89 3207396 Nihon NAG KK Nagashima Building 2F 2-24-3 Higashi Shibuya-ku Tokyo Japan email: help@nag-j.co.jp Tel: +81 3 5485 2901 Fax: +81 3 5485 2903 NAG Users Association PO Box 426 OXFORD OX2 8SD United Kingdom email: nagua@nag.co.uk Tel: +44 1865 311102 [NP3263/IN - License Managed]