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: x64 systems (AMD64 and Intel EM64T) and compatible operating system: Windows XP/2003/Vista x64 Edition C compiler: Microsoft Visual C++ .NET 2005 (Release 8.0)
The DLL version has some restrictions on I/O when used with a C compiler other than Microsoft Visual C++ .NET Release 8.0, please see below.
This implementation was produced at NAG Ltd., Oxford on the computing system detailed below:
hardware: AMD64 operating system: Windows Server 2003 Enterprise x64 Edition SP1 C compiler: Microsoft Visual C/C++ Version 8.0
The DLL files in this implementation were created using the Microsoft Visual C++ .NET Release 8.0 linker and C run time libraries on a Windows 2003 system. Hence these DLLs are linked with MSVCR80.DLL. The manifest file is compiled into the DLLs creating a dependency on version '8.0.50608.0' of the C run time library. The redistributable versions of these Microsoft Visual C++ .NET Release 8.0 run time libraries are included in this product in the bin folder.
All the libraries in this distribution have been tested on Windows 2003 with
A more detailed description of this problem may be found on the NAG web site at http://www.nag.co.uk/numeric/CL/CDLLmanifest.asp.
These problems are not found in the static versions of the NAG C Library.
The entire NAG C Library, Mark 8, was compiled with compiler optimization /O2, except d01apxt(/O1), d01spxt(/O1), d02pvct(/Od), d02pvyt(/O1), d01ajyt(/O1), d01ajyn(/O1), f01lzxn(/O1), f01lzxt(/O1), f08befn(/Od), g03aact(/O1) and g03bcct(/Od).
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 C Library Manual).
The library has also been tested with ACML Version 3.6.0. The ACML Version 3.6.0 libraries are supplied as a part of this product (see contents).
|- doc -|- in.html (Installer's Note, (this document)) | |- un.html (Users' Note) | |- lic_agr.txt | | |- nagc_example_*.bat (Batch files to compile | | and run NAG example programs) |- batch -| | | | |- envvars.bat (Batch file to set environment | variables for the NAG C Library) | |- bin -|- CLW6A08DA_nag.dll (DLLs and other programs used | |- CLW6A08DA_acml.dll by the installation) | | |- source --|- ??????e.c |- examples -|- data ----|- ??????e.d | |- results -|- ??????e.r | |- include -|- *.h | | |- CLW6A08DA_nag.lib (DLL import library | | including NAG BLAS/LAPACK) | | clw6a08dal- | |- CLW6A08DA_acml.lib (DLL import library | | including ACML BLAS/LAPACK) | | |- lib -|- nagc_nag_MT.lib (static library including | | NAG BLAS/LAPACK compiled with /MT) | | | |- nagc_acml_MT.lib (static library including | | ACML BLAS/LAPACK compiled with /MT) | | | |- nagc_nag_MD.lib (static library including | NAG BLAS/LAPACK compiled with /MD) | | |- ifort64_mt_mp (Static ACML Libraries | | compiled with /MT) |- acml3.6.0 -| | | | |- ifort64_mp (DLL ACML Libraries | compiled with /MD) | | |- bin -|- * (directories of binaries | | for supported platforms) |- license -|- README.TXT | |- doc -|- * (End User Guide)
nagc_nag_MT.lib is a static library that includes NAG BLAS/LAPACK. nagc_acml_MT.lib is a static library that does not include BLAS/LAPACK. Both libraries have been compiled with the /MT option to link with the static multi-threaded C run time library. This option must be used when compiling applications to be linked with either of these libraries to ensure linking to the correct C run time libraries.
CLW6A08DA_nag.lib is a DLL import library that includes NAG BLAS/LAPACK. CLW6A08DA_acml.lib is a DLL import library that does not include BLAS/LAPACK. Both libraries have been compiled with the /MD option to link with the multi-threaded DLL C run time library. This option must be used when compiling applications to be linked with either of these libraries to ensure linking to the correct C run time libraries.
nagc_nag_MD.lib is an alternate version of the static library that includes NAG BLAS/LAPACK and is compiled with the /MD option. It is provided for applications which require the multi-threaded DLL C run time library to be used. There is no ACML version of this library.
The following shows the folder/file organization of the Library
Manual as they will be installed. By default,
manual -|- 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)
libraries: 151.0 MB ACML: 45.5 MB batch files: 16.0 KB include files: 0.9 MB example program material: 10.4 MB Library Manual: 141.0 MB implementation specific documentation: 64.0 KB licensing materials 5.5 MB
If you have the Library materials on CD, insert the CD into your CD
drive to display the NAG CD browser. Click on the
e:\Demo32 C_Library_Browser.dbdto run the browser, or run e:\setup.exe to run the Library installation directly, where e is the drive letter for your CD drive.
If you have downloaded the Library materials from our website, run the self-extracting executable to start the Library installation. The Library Manual materials are available as a separate download.
After installation, you should ensure that the software described in Section 3.1 is present and accessible.
If your machine has more than one processor, then it is recommended that you set the environment variable OMP_NUM_THREADS to the number of available processors, e.g.
set OMP_NUM_THREADS=2This will enable the ACML BLAS to make use of the extra processor(s) and will thus speed up the computation of many of the Library procedures.
The installation procedure will create a shortcut which starts a Command Prompt with the required local environment variables. The default location of this shortcut is in the Start Menu under
Start|All Programs|NAG|CL08|NAG C Library - Microsoft C++ (CLW6A08DAL). Command Prompt
The local environment variable NAG_CLW6A08DAL is needed by the batch files nagc_example_*.bat (see Section 3.1.1. of the Users' Note (un.html)).
The installation procedure also creates a shortcut on the Start Menu to the Users' Note, which by default is located under
Start|All Programs|NAG|CL08|NAG C Library - Microsoft C++ (CLW6A08DAL). Users' Note
This software is provided with an uninstallation facility via
Control Panel|Add or Remove Programs
Alternatively you could run the setup program again and select the Remove option.
If it is planned to use Microsoft Visual Studio to build programs that use the NAG C Library, each user should set the appropriate options. Detailed advice on using Visual Studio may be found in the Users' Note Section 3.1.2.
If you have the Library materials on CD, insert the CD into your CD
drive to display the NAG CD browser. Click on the
e:\Demo32 C_Library_Browser.dbdto run the browser, or run e:\setup_cl08_manual.exe to run the Library manual installation directly, where e is the drive letter for your CD drive.
If you have downloaded the Library Manual materials from our website, run the self-extracting executable to start the Library Manual installation.
The installation will create a shortcut to the main index file for the manual. The default location of this shortcut is in the Start Menu under
Start|All Programs|NAG|CL08|NAG C Library Manual
Free copies of Adobe Acrobat Reader can be downloaded from http://www.adobe.com/. Please check this site for availability of a reader for your platform.
In order to enable the software, NAG will issue you with a license key. The license key is a simple text file containing details of the software that will be enabled.
For evaluation purposes a trial license may be used. To get a trial license contact the NAG Response Centre.
Before obtaining a full license you need to know the Kusari hostid of the system on which you intend to use this product. Execute the GUI license request program from
Start|All Programs|NAG|CL08|NAG C Library - Microsoft C++ (CLW6A08DAL). Request or install license keyThis GUI can also be run from the installation procedure and will help you to build a standard message which can be pasted into an email to the NAG Response Centre. Alternatively run 'khostid' from a command prompt on that system, and send the output of this command to the NAG Response Centre.
The 'khostid' command may usually be found in the
The information below covers the most common requirements. For more
complex licensing situations, please see the Kusari documentation
(the files k-using-win.pdf and k-install-win.pdf usually in the
Start|All Programs|NAG|CL08|NAG C Library - Microsoft C++ (CLW6A08DAL). Request or install license keyThis GUI can also be run from the installation procedure. Alternatively, the klreg program may be executed from a command prompt to install a key in the registry and may usually be found in the
klreg CLW6A08DA license.datOtherwise the key can be installed for the current user,
klreg /current_user CLW6A08DA license.dat
The environment variable may be set from the Control Panel.
The following material should also be made accessible to users:
documentation files:
The CL08\manual folder contains the online documentation. This should be made available to users, in addition to the following:
compiled libraries:
lib\CLW6A08DA_acml.lib lib\CLW6A08DA_nag.lib lib\nagc_acml_MT.lib lib\nagc_nag_MD.lib lib\nagc_nag_MT.lib bin\CLW6A08DA_acml.dll bin\CLW6A08DA_nag.dll acml3.6.0\ifort64_mt_mp\lib\* acml3.6.0\ifort64_mp\lib\*include files:
include\*example program material:
examples\source\*.f examples\data\*.d examples\results\*.r batch\nagc_example*.batbatch file to set environment variables for Microsoft C++ and the NAG C Library:
batch\envvars.bat
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.
Online documentation is bundled with this implementation. Please see Section 4. See Section 3.1 for online help files in HTML and PDF 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 (in this case CLW6A08DAL).
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