Whenever the NAG Fortran 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. In particular, users must not have free access to the text of the library routines. Any request to use NAG software on a computer other than the one licensed must be referred to NAG (see Section 6).
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 SPARC systems operating system: Solaris 2.5 or compatible Fortran compiler: NAGWare f95 v4.0a or compatible
For information about implementations of the NAG Fortran Library for use on other computer systems please contact NAG.
This implementation was produced at NAG Ltd., Oxford on the computing system detailed below:
hardware: Sun SPARCstation-20 operating system: Solaris 2.5 Fortran compiler: NAGWare f95 v4.0a(309) C compiler: SC3.0 compiler options: -w -ccarg -dalign -ccarg -KPIC -ieee=nonstd
The implementation was also tested on a Sun Ultra-5_10 under Solaris 8 (SunOS 5.8), using NAGWare f95 v4.0a(309) and Sun WorkShop 6 update 1 C 5.2 2000/09/11, and on both the above systems using NAGWare f95 v4.1(345).
The entire NAG Fortran Library, Mark 19, was compiled with full optimization (-O4), except for the following routines, which had to be compiled with normal optimization (-O2):
h02buyt.f h02cbxt.f e04mzzt.f
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) only.
For further details, refer to other documentation supplied or contact NAG (see Section 6).
|-- in.html |-- un.html |-- nag_fl_un.3 |-- essint |-- summary |-- doc --|-- news | |-- replaced | |-- calls | |-- called | |-- blas_lapack_to_nag | |-- nag_to_blas_lapack | |-- libnag.a (compiled static library) |-- libnag.so.19 (compiled shareable library) flsol19d9 --| |-- interface_blocks --|-- *.mod | | |-- source ---|-- ??????e.f |-- examples --|-- data -----|-- ??????e.d | |-- results --|-- ??????e.r | | |-- [a-y] ----|-- ??????t.f |-- source ----| | |-- interface_blocks --|-- *.f90 | |-- scripts ---|-- *
static library: 16.5 Mb shareable library: 12.6 Mb interface blocks: 0.8 Mb example program material: 5.9 Mb documentation files: 2.5 Mb scripts: 0.3 Mb library source code: 19.9 Mb (not needed on disk permanently)
To install all material (including source), use the Unix tar utility, e.g.
tar xvf /cdrom/fl19.tar(assuming the CD-ROM has been mounted as /cdrom).
Source should be needed only for reference by whoever is responsible for the installation of the library. This material should not be made available to users.
The object libraries (libnag.a and libnag.so.19) 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. Once the libraries are in place, a symbolic link should be made to point to the shareable library for ease of use:
ln -s libnag.so.19 libnag.so
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 moved to a directory in the man search path, e.g.
cd doc mv nag_fl_un.3 /usr/local/man/man3The 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 95 programs. Their purpose is to allow the Fortran 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 f95 invocation (where "pathname" is /usr/local/lib/fl77_modules) to tell the compiler where to find the modules.
The following material should also be made accessible to users:
documentation files:
doc/essint doc/summary doc/news doc/replaced doc/calls doc/called doc/blas_lapack_to_nag doc/nag_to_blas_lapackcompiled libraries:
libnag.a libnag.so.19interface block files:
interface_blocks/*.modexample 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 printed 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.
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.
On-line documentation is bundled with this implementation. Please see the Readme file on the distribution medium for further information.
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 (in this case FLSOL19D9).
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
or
http://www.nag.com/ (in North America)
or
http://www.nag-j.co.jp/ (in Japan)
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 Nihon NAG KK Yaesu Nagaoka Building No. 6 1-9-8 Minato Chuo-ku Tokyo Japan email: help@nag-j.co.jp Tel: +81 (0)3 5542 6311 Fax: +81 (0)3 5542 6312 [NP3600/IN]