Compiler Options (cont.)
-qstrict is used with -O3 and higher optimization levels to ensure that results are obtained that are bitwise identical to those from unoptimized code.
- Enforces strict computational ordering based on Fortran’s rules for operator hierarchy and left to right operation.
- Example, A*B*C + B*C*D