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 C Library that is considered suitable for operation on the computer systems detailed below:
hardware: Fujitsu PRIMEPOWER SPARC64 V systems or compatible operating system: SunOS 5.9 or compatible C compiler: Fujitsu C Compiler Driver Version 5.5 or compatible
This implementation was produced at NAG Ltd., Oxford on the computing system detailed below:
hardware: Fujitsu PRIMEPOWER 850 operating system: SunOS 5.9 Generic_112233-11 sun4us sparc FJSV,GPUZC-M C compiler: Fujitsu C Compiler Driver Version 5.5 compiler options: -KV9 -KPIC -mt -O3 \ -Kdalign,eopt,eval,FMADD,lib,gs,fuse,prefetch
The NAG C Library, Mark 8, was compiled with with the options above except for the following functions, which had to be compiled at lesser optimization levels:
g03fazt.c (-KV9 -KPIC -mt -O3 -Kdalign,FMADD,lib,gs,fuse,prefetch) x03aayt.c (-KV9 -KPIC -mt -O3 -Kdalign,FMADD,lib,gs,fuse,prefetch)
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, f08 and f16 in the NAG C Library Manual).
|- doc -|- in.html (Installer's Note, (this document)) | |- un.html (Users' Note) | | |- libnagc_nag.a (static self-contained library | | including NAG BLAS/LAPACK) |- lib -|- libnagc_nag.so.8 (shareable self-contained library | | including NAG BLAS/LAPACK) | |- libnagc_nag.so (symbolic link pointing at | | libnagc_nag.sl.8) clfsv08da -| |- include -|- *.h | | |- source --|- ??????e.c |- examples -|- data ----|- ??????e.d | |- results -|- ??????e.r | |- scripts -|- nagc_example*
The following shows the directory/file organization of the Library documentation materials as they will be installed.
nagdoc_cl08 -|- examples -|- replaced -|- *.c | |- baseresults -|- *.r | |- source -|- *.c | |- data -|- *.d | |- html -|- mark8.html (main HTML index) | | | |- [A00-X04] -|- *conts.html (chapter contents) | | | |- genint -|- cl_*.html (general introductory material | | and online help document) | | | |- indexes -|- gams -|- cl_gams.html (GAMS index) | | | |- cl*.html (GAMS files) | | | | | |- kwic -|- cl_kwic.html (KWIC index) | | |- cl*.html (KWIC files) | | | |- styles -|- libdoc.css (main CSS stylesheet) | |- pdf -|- frontmatter -|- mark8.pdf (NAG copyright and main | | pdf page) | | | |- [A00-X04] -|- *conts.pdf (chapter contents) | | |- *intro.pdf (chapter introduction) | | |- *c.pdf (routine documents) | | | |- genint -|- *.pdf (general introductory material | | and online help document) | | | |- indexes -|- *.pdf (bookmarked file containing links | | to cl_kwic.html and cl_gams.html) | | | |- INUNs -|- *.pdf (implementation specific note) | |- xhtml -|- mark8.xml (main XHTML index) | |- [A00-X04] -|- *conts.xml (chapter contents) | |- *intro.xml (chapter introduction) | |- *c.xml (routine documents) | |- genint -|- cl_*.xml (general introductory material | and online help document) | |- indexes -|- gams -|- cl_gams.xml (GAMS index) | | |- cl*.xml (GAMS files) | | | |- kwic -|- cl_kwic.xml (KWIC index) | | |- cl*.xml (KWIC files) | |- figures -|- *.png (images used in documentation) | |- styles -|- libdoc.css (main CSS stylesheet) |- *mathml*.xsl (mathml XSLT templates)
compiled libraries: libnagc_nag.a 32.0 Mb libnagc_nag.so.8 24.4 Mb include files: 0.9 Mb example program material: 12.0 Mb scripts: 0.1 Mb library documentation files: 0.1 Mb manual documentation files: 179 Mb
./install.shBy default, the materials will be installed in /opt/NAG/ or /usr/local/NAG/ depending on your system. However, the installer may choose a different location. In this document we refer to the directory /opt/NAG/clfsv08da or /usr/local/NAG/clfsv08da as [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 move the symbolic links to 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, and be available for execution at run time (in the case of shareable libraries). Note that if both the static and shareable version of a library are placed in a directory then the shareable version is usually used by default.
The install script can install the Library documentation material 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 documentation files to the same location as that for other NAG products. You are encouraged to make them readily available to users.
The include files may be moved to a directory such as /usr/include so that they can be accessed during compilation, e.g.
mv include/*.h /usr/include
The libraries can be installed manually by following the instructions below:
Use the tar utility to extract the materials, e.g.
tar xvf /cdrom/cl08.tar(assuming the CD-ROM has been mounted as /cdrom).
Each library is provided in both static and shareable format. You may choose to install one or both of the libraries.
To simplify access to the libraries you may wish to move the symbolic links to 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, and be available for execution at run time (in the case of shareable libraries). Note that if both the static and shareable version of a library are placed in a directory then the shareable version is usually used by default.
To install the Library documentation material manually, use the tar utility, e.g.
tar xvf /cdrom/cl08_doc.tar(assuming the CD-ROM has been mounted as /cdrom).
You may wish to move the Library documentation files to the same location as that for other NAG products. You are encouraged to make them readily available to users.
The include files may be moved to a directory such as /usr/include so that they can be accessed during compilation, e.g.
mv include/*.h /usr/include
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.
The following material should also be made accessible to users:
documentation files:
The nagdoc_cl08 directory contains the online documentation. This should be made available to users, in addition to the following:
compiled libraries:
libnagc_nag.a libnagc_nag.so (symbolic link pointing at libnagc_nag.so.8)Include files:
include/*.hexample program material:
examples/source/??????e.c examples/data/??????e.d examples/results/??????e.r scripts/nagc_example*
Note that the example material has been adapted, if necessary, from that published in the NAG C 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.
On-line documentation is bundled with this implementation. Please see Section 4. See Section 3.1 for the location of the online help files in HTML, PDF and XHTML formats.
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 (CLFSV08DA).
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