9 Transformations

KAP transformations convert standard Fortran constructs into forms that have better serial performance and which make more efficient use of the memory hierarchy of Compaq's Alpha computers.

In addition, KAP identifies opportunities for concurrent execution of loops, identifying them with directives for the Fortran compiler, and transforms vectorizable loops to enhance the vectorization capability of the Fortran compiler.

This chapter describes some of the possible transformations in this process:

Unless otherwise noted, the examples in this chapter were run with the command qualifiers /optimize=5 , /roundoff=2 , and /scalaropt=2 .


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

Copyright © Digital Equipment Corporation. 1999. All Rights Reserved.