Where are the NAG libraries and tools?
Here are target directories to find the various NAG libraries and tools.
Depending on your use, you might have to add one or more of the following library paths to your LD_LIBRARY_PATH environment variable, in order to load shared libraries at run-time. Do this under bash with:
export LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:<absolute-libpath-from-list>
NAG f95 compiler:
executable: /usr/local/bin/f95
lib-files: /usr/local/lib/NAGWare
NAG C Library [CL]:
lib-files: /usr/local/NAG/lib
include-files: usr/local/NAG/include
NAG Parallel Library [FD]:
lib-files: /usr/local/NAG/lib
NAG Fortran90 Library [FN]:
lib-files: /usr/local/NAG/lib
nag-modules: /usr/local/NAG/nag_mod_dir
NAG Fortran77 Library, for NAGWare f95 [FL]:
lib-files: /usr/local/NAG/lib/fll3a21d9l
acml-files: /usr/local/NAG/acml/fll3a21d9l
interface-blocks: /usr/local/NAG/nag_interface_blocks
NAG Fortran77 Library, for GNU g77 [FL]:
lib-files: /usr/local/NAG/lib/fll3a21dgl
acml-files: /usr/local/NAG/acml/fll3a21dgl
NAG Fortran Tools [NQ]:
executable: /usr/local/bin/NAGWare_tools_demo_linux.exe
