HP Fortran Version 3.4 Release Notes

OUT OF FREE SPACE Error
The HP Fortran Programmers Reference states that the IOSTAT= and ERR= specifiers
return error 913 (OUT OF FREE SPACE) when the I/O library attempts to use
more memory than is available. However, these specifiers do not detect all instances
of error 913, especially those caused by memory allocation failures in the I/O library.
NODEPCHK ignored
The NODEPCHK directive is sometimes ignored. The symptom was that programs which
use the directive do not parallelize as expected.
To parallelize your code, use another directive such as loop_parallel. In loops
defined with NODEPCHK, we recommend that you not invoke parallelism.
Compatibility and Installation Requirements
This section describes system requirements for the installation and running of HP
Fortran v3.4.
Software Requirements
The HP Fortran v3.4 compiler requires approximately 264 megabytes (MB) of disk
space. This includes approximately 172 MB for the compiler, with remaining space for
other components such as the debuggers.
Hardware Requirements
HP Fortran v3.4 is supported on hardware running HP-UX 11i v1, HP-UX 11i v2, or
HP-UX 11i v3 operating system.
Operating System Requirements
For Fortran v3.4, HP recommends you to install HP-UX 11i v1, HP-UX 11i v2, or HP-UX
11i v3 operating system.
Installation Requirements
To install HP Fortran v3.4, complete the following steps:
1. Start the swagentd daemon if it is not already running. Enter the following
command in the console window:
/usr/sbin/swagentd
2. Use the swinstall command to install the desired product(s) from the CD-ROM.
3. Enter the following command to install the Fortran compiler on HP-UX 11i v3:
/usr/sbin/swinstall -x rpc_timeout=9 -x mount_all_filesystems=false -s /dev/dsk/c0t0d0/B3909DB
Compatibility and Installation Requirements 11