IBM Compiler
|
-qhotThe -qhot option is by far the most expensive option in terms of adding to the elapsed time of a compile. Adding this option often more than triples the compile time of a code. The -qhot option performs several loop oriented optimizations:
The Fortran option -qreport=hotlist will produce a listing describing all of the transformations done by -qhot. The listing is in a file called program.lst where program.f is the name of the source code file that was compiled. It is possible for the -qhot option to decrease the performance of a program if the compiler does not have enough information about loop bounds and array dimensions, so that it attempts inappropriate optimizations. |
![]() |
Page last modified: Mon, 24 May 2004 19:26:14 GMT Page URL: http://www.nersc.gov/nusers/resources/software/ibm/opt_options/hot.php Web contact: webmaster@nersc.gov Computing questions: consult@nersc.gov Privacy and Security Notice |
![]() |