To set a performance baseline for the improvements that follow in this tutorial, compile your sources from the src directory with these compiler options:
icc -O1 -std=c99 Multiply.c Driver.c -o MatVector
Execute MatVector and record the execution time reported in the output. This is the baseline against which subsequent improvements will be measured.