HP Fortran Programmer's Guide (B3908-90031; September 2011)

xx
Associated documents
The following documents are listed as additional resources to help you use the compilers and associated
tools:
HP aC++ Online Programmers Guide—Presents reference and tutorial information on aC++. This
manual is only available in html format.
HP Fortran Programmers Reference — Provides language reference for HP Fortran and describes the
language features and requirements.
HP C/HP-UX Reference Manual—Presents reference information on the C programming language, as
implemented by HP.
HP-UX Floating Point Guide—Describes how floating-point arithmetic is implemented on HP 9000
systems. It discusses how floating-point behavior affects the programmer. Additional useful includes
that which assists the programmer in writing or porting floating-point intensive programs.
HP MLIB Users Guide VECLIB and LAPACK—Provides usage information about mathematical
software and computational kernels for engineering and scientific applications.
HP MPI Users Guide—Discusses message-passing programming using HP’s
Message-Passing Interface library.
HP-UX Linker and Libraries User's GuideDescribes how to develop software on HP-UX, using the
HP compilers, assemblers, linker, libraries, and object files.
Parallel Programming Guide for HP-UX Systems—Describes efficient methods for shared-memory
programming using the HP-UX suite of compilers: HP Fortran, HP aC++ (ANSI C++), and HP C. This
guide is intended for use by experienced Fortran, C, and C++ programmers and is intended for use on
HP-UX 11i v1 and higher.
Programming with Threads on HP-UX—Discusses programming with POSIX threads.
Threadtime by Scott J. Norton and Mark D. DiPasquale—Provides detailed guidelines on the basics of
thread management, including POSIX thread structure; thread management functions; and the creation,
termination and synchronization of threads.