2.3 Compiling a Program Using the kfort Driver

The kfort command invokes a driver program that automatically calls KAP, the Digital Fortran compiler, and the linker.

The /optimize=(tune=host,level=5) qualifier causes the compiler to optimize to the host architecture. For example, if you want to optimize for the ev5 architecture but are compiling on an ev4 system, you should override the default setting of the /tune qualifier, as follows:

kfort  /optimize=(tune=ev4,level=4) myprog.f


Previous Page | Next Page | Contents | Index |
Command-Line Qualifiers