HP Fortran Programmer's Guide (March 2010)

An overview of HP Fortran
Driver
Chapter 1 5
-tx,name Substitute a private version (name) of one or more
subprocesses (x) of the compilation. The values for x are:
a Assembler
c Compiler
l Linker
p C preprocessor
s Startup file (crt0.o library)
e Debug file (end.o library)
If you compile and link separately and specify +tl on the
compile line, you must also specify it on the link line.
+usage List and briefly describe all f90 options.
-v Print verbose information to standard output as program
is compiled.
+version Write compiler version information to standard output,
without compiling.
-Wx,arg1[,arg2,...,argN] Pass arg1 through argN to a subprocess of the
compilation, identified by x. The values for x are:
a Assembler
c Compiler
l Linker
p C preprocessor
If you compile and link separately and specify +Wl on the
compile line, you must also specify it on the link line.
Table 1-1 Options for controlling the f90 driver (Continued)
Option Function