This set of files is a complement to the Colfax Research publication, "Guided Code Vectorization with Intel® Advisor XE". To download the publication, please visit to http://colfaxresearch.com/using-vector-advisor

------------------
Requirements
------------------
- Linux Operating System
- Intel® Parallel Studio XE (Professional or Cluster)
   - Intel® C/C++ compiler (part of PSXE)
   - Intel® Math Kernel Library (part of PSXE)
   - Intel® Advisor XE (part of PSXE)

------------------
Compile and run
------------------

To compile the application, use the included Makefile:

user@host% make

The application is designed to be run with the Intel Advisor, but can also be run independently with

user@host% make run-cpu

