1
edit
Changes
HeadCrab
,no edit summary
== Team Member ==
# [mailto:rlanderson@senecacollege.ca?subject=dps921 Rene Anderson]
== Intro ==
#BLAS Level 2 matrix-vector
#BLAS Level 3 matrix-matrix
== Source code ==
'''How to enable Intel MKL'''
<u>Command line</u>
#-mkl
#-mkl=parallel to link with standard threaded Intel MKL.
#-mkl=sequential to link with sequential version of Intel MKL.
#-mkl=cluster to link with Intel MKL cluster components (sequential) that use Intel MPI.
<u>Microsoft Visual Studio</u>
project properties->Intel Performance Libraries->Intel Math Kernel Library
[[File:mkl.png]]
== Useful Link ==