Your attention is drawn to the terms and conditions of the Software License 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.
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: NEC SX-8R systems Operating System: SUPER-UX 16.1 and compatible Fortran Compiler: FORTRAN90/SX Rev. 340 and compatible
This implementation was produced at NEC Corporation, 1-10, Nisshin-cho, Fuchu, Tokyo, 183-8501, Japan, on the computing system detailed below:
Hardware: NEC SX-8R Operating System: SUPER-UX 16.1 Fortran compiler: FORTRAN90/SX Version 2.0 for SX-8R Rev.340 2006/06/30 Compiler options: -dw -Pstack -Wf,-P,a,nh,-pvctl,nomsg,-Ni -Cvopt -Wf,-O,nomsg -Wf,-pvctl,noassume,vwork=stack,vl=max512
The entire NAG Fortran Library, Mark 21, was compiled with full optimization (-Cvopt), except for the following routines, which had to be compiled at lesser optimization levels:
D01EAXN D05ABFN E04NRHN E04NTZN F06ECFN F06FCFN F06FCZN F06GCFN F06HCFN F06KCFN F07FRYN G02AATN F08JFFN : -Cvsafe
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 Mark 21 Library Manual, which we will refer to as the Library Manual).
This library has also been tested with the tuned NEC BLAS/LAPACK library MathKeisan/SX 2.0.0.
|- doc -|- in.html (Installer's Note, (this document)) | |- un.html (Users' Note) | | |- libnag_nag.a (static self-contained library |- lib -| including NAG BLAS/LAPACK) | |- libnag_nec.a (static library requiring | vendor BLAS/LAPACK) fln8r21dc -| |- nag_interface_blocks -|- * | | |- source --|- ??????e.f |- examples -|- data ----|- ??????e.d | |- results -|- ??????e.r | |- scripts -|- nag_example*
libnag_nec.a does not contain the NAG version of Basic Linear Algebra Subprograms (BLAS) nor the linear algebra functions (LAPACK). It has been tested with the BLAS/LAPACK provided by the NEC.
If the NEC tuned BLAS/LAPACK are available, then it is recommended that these should be used, together with the library libnag_nec.a; if the NEC tuned BLAS/LAPACK are not available, then libnag_nag.a can be used instead.
The NEC tuned BLAS/LAPACK are available in the NEC product Mathkeisan/SX. This product can be obtained from NEC by visiting http://www.mathkeisan.com/.
The following shows the directory/file organization of the Library Manual as they will be installed.
nagdoc_mk21 -|- examples -|- baseresults -|- ??????*.r | |- source -|- ??????*.f | |- data -|- ??????*.d | | |- html -|- mark21.html (main HTML index) | | | |- [A00-X05] -|- *conts.html (chapter contents) | | | |- frontmatter -|- *.html (foreword & copyright) | | | |- genint -|- *.html (general introductory material | | and online help document) | | | |- indexes -|- gams -|- fl_gams.html (GAMS index) | | | |- *.html (GAMS files) | | | | | |- kwic -|- fl_kwic.html (KWIC index) | | |- *.html (KWIC files) | | | |- styles -|- libdoc.css (main CSS stylesheet) | |- pdf -|- frontmatter -|- mark21.pdf (NAG copyright and main | | pdf page) | |- foreword.pdf | |- [A00-X05] -|- *conts.pdf (chapter contents) | |- *intro.pdf (chapter introduction) | |- *f.pdf (routine documents) | |- genint -|- *.pdf (general introductory material | and online help document) | |- indexes -|- *.pdf (bookmarked file containing links | to fl_kwic.html and fl_gams.html) | |- INUNs -|- *.pdf (implementation specific note)
Compiled libraries: libnag_nag.a 51 MB libnag_nec.a 50 MB Interface blocks: 5 MB Example program material: 7 MB Scripts: 16 KB Implementation-specific documentation: 52 KB Library Manual: 213 MB
./install.shBy default, the materials will be installed in /usr/opt/NAG/ or /usr/local/NAG/ depending on your system. The installer may choose a different location. In this document we refer to the directory /usr/opt/NAG/fln8r21dc or /usr/local/NAG/fln8r21dc as the [INSTALL_DIR].
The directory [INSTALL_DIR] is referenced in the Users' Note (un.html).
The directory [INSTALL_DIR]/scripts contains one or more scripts to show how to use the libraries provided with this implementation. See Users' Note, Example Programs. Subsequent to the installation, if the installer moves the library to some other location then these scripts must be changed to reflect that fact.
To simplify access to the libraries you may wish to create symbolic links in a system location such as /usr/lib pointing at the installed libraries. They would then be in the default search path of the linker during the link phase.
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 (nag_interface_blocks/*) are supplied in both source form and pre-compiled module form.
The -Ipathname option should then be specified on each f90/f95 invocation (where pathname is [INSTALL_DIR]/nag_interface_blocks) to tell the compiler where to find the modules.
The install.sh script can install the Library Manual in the same location as the NAG Library material or at some other location of the installer's choice.
You may wish to move the Library Manual to the same location as that for other NAG products. You are encouraged to make them readily available to users.
Use the tar utility to extract the materials, e.g.
tar xvf /cdrom/fl21.tar(assuming the CD-ROM has been mounted as /cdrom).
The libraries are provided in static format. You have a choice of libraries; a self contained library which uses NAG supplied BLAS and LAPACK or a library which require the use of vendor supplied BLAS and LAPACK. You may choose to install one or both libraries.
To simplify access to the libraries you may wish to create symbolic links in a system location such as /usr/lib pointing at the installed libraries. Then they would be in the default search path of the linker during the link phase.
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 (nag_interface_blocks/*) are supplied in both source form and pre-compiled module form.
The -Ipathname option should then be specified on each f90/f95 invocation (where pathname is [INSTALL_DIR]/nag_interface_blocks) to tell the compiler where to find the modules.
The directory [INSTALL_DIR]/scripts contains one or more scripts to show how to use the libraries provided with this implementation. These scripts refer to the local directory containing the example programs. The files should be copied to (for example) /usr/local/bin, modified to reflect the local installation, and their protection set to world execute.
To install the Library Manual, use the tar utility, e.g.
tar xvf /cdrom/mk21_doc.tar(assuming the CD-ROM has been mounted as /cdrom).
You may wish to move the Library Manual to the same location as that for other NAG products. You are encouraged to make them readily available to users.
The following material should also be made accessible to users:
documentation files:
The nagdoc_mk21 directory contains the Library Manual. This should be made available to users.
compiled libraries:
libnag_nag.a libnag_nec.ainterface block files:
nag_interface_blocks/*example program material:
examples/source/??????e.f examples/data/??????e.d examples/results/??????e.r scripts/nag_example*
Note that the example material has been adapted, if necessary, from that published in the Library Manual, so that programs are suitable for execution with this implementation with no further changes (but see Section 4.3.1 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.
The installer should ensure that the advice given to users in Section 3.1 of the Users' Note (un.html) is suitable for the installation. This can be done by running a few example programs following that advice. The installation can also be tested using the scripts nag_example*.
On-line documentation is bundled with this implementation. Please see Section 4.
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 FLN8R21DC).
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 the following URLs:
http://www.nag.co.uk/, http://www.nag.com/ or http://www.nag-j.co.jp/
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: support@nag.com Tel: +1 630 971 2337 Tel: +1 630 971 2337 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