Establishing a Performance Baseline

To set a performance baseline for the improvements that follow in this tutorial, compile your sources with these compiler options:

ifort -real-size 64 -O1 -vec-report1 matvec.f90 driver.f90 -o MatVector

Execute MatVector and record the execution time reported in the output. This is the baseline against which subsequent improvements will be measured.

Previous: Introduction to Auto-vectorization Next: Generating a Vectorization Report


Submit feedback on this help topic

Copyright © 2011, Intel Corporation. All rights reserved.