HP Fortran v2.9 for HP-UX 11i v2 Release Note*5991-0697*

HP Fortran for HP-UX v2.9
What’s in This Version
Chapter 1 15
More information
Complete information about this feature is available in the Parallel Programming Guide for
HP-UX Systems.
Linking HP Fortran 90 routines
When calling HP Fortran 90 routines on the HP 9000 Series 700/800, you must include the
appropriate run-time libraries by adding certain arguments to the aCC command when
linking your program.These arguments depend on how the Fortran 90 routines were
compiled.
32-bit PA-RISC 1.1 code
-L/opt/fortran90/lib/ -lF90 -lisamstub
32-bit PA-RISC 2.0 code
-L/opt/fortran90/lib/pa2.0/ -lF90 -lisamstub
64-bit PA-RISC 2.0 code
-L/opt/fortran90/lib/pa20_64/ -lF90 -lisamstub
HP WDB Debugger
The HP WDB debugger is an HP-supported implementation of the GDB debugger. It supports
source-level debugging of object files written in HP Fortran, HP C, and HP aC++ on HP-UX
Release 10.20 and later. For additional information, please visit http://www.hp.com/go/wdb.
HP Caliper v3.5 (for Itanium -based applications only)
HP Caliper 3.5 is a new general-purpose performance analysis and performance improvement
tool for Itanium
-based applications bundled with HP Fortran, HP ANSI C, and HP aC++.
HP Caliper helps you analyze and improve the performance of your native Itanium
-based
programs in three ways:
A simple and quick way to optimize the performance of your program by providing
information for compiler profile-based optimization.
Commands to measure the overall performance of your program.
Commands to drill down to identify performance parameters of specific functions in your
program.