HP Fortran Release Notes Version 3.5 HP Part Number: 5900-1718 Published: September 2011 Edition: 1.
© Copyright 2003-2011 Hewlett-Packard Development Company, L.P. Confidential computer software. Valid license from HP required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. The information contained in this document is subject to change without notice.
Contents 1 Fortran 3.5 release notes.............................................................................4 HP Fortran overview..................................................................................................................4 What's new with this release......................................................................................................4 C-Dev-Tools packaged with HP Fortran compiler bundle B3909DB..............................................
1 Fortran 3.5 release notes The information in this document applies to the release of HP Fortran compiler Version 3.5, supported on HP-UX 11i v3 operating system. HP Fortran overview HP Fortran for HP-UX is a powerful mathematical and scientific language that supports array-handling, data-abstraction, and data hiding. HP Fortran v3.5 is supported on HP-UX 11i V3 operating system on Integrity systems and HP 9000 systems. HP Fortran v3.5 supports both 32-bit and 64-bit address.
Example 1 First example f90 -M test.f90 test.o:test.f90 Example 2 Second example f90 -M test.f90 vi test.o:test.f90 Deprecation and removal of some F90 options The following options are deprecated: • –C This option is replaced by +check=all. • –K This option is replaced by +save. The following options are removed: • +k This option is useful only on PA-RISC systems. It was deprecated earlier. • +pa This option is useful only on PA-RISC systems. It was deprecated earlier.
• +O[no]aggressive This option was deprecated earlier. • +O[no]conservative This option was deprecated earlier. Using +FPI with I/O routines The +FPI limitation is removed for IO routines. Limitations in HP Fortran This section discusses the limitations that exist when using the HP Fortran compiler and when using HP Fortran language features in your programs. +FPI +FPI does not work when calling any type of runtime libraries or intrinsics, except IO routines.
Software requirements The HP Fortran v3.5 compiler requires approximately 264 megabytes (MB) of disk space. The compiler requires approximately 172 MB of disk space and the remaining space is required for other components such as the debuggers. Hardware requirements HP Fortran v3.5 is supported on hardware running HP-UX 11i v3 operating system. Operating system requirements HP recommends that you install HP-UX 11i v3 operating system for Fortran v3.5. Installation requirements To install HP Fortran v3.
Software availability in native languages HP Fortran v3.5 is available in English language only. 8 Fortran 3.