I have just install Intel MKL 11.3 for Linux.
First to make sure that Intel MKL runs on my system, I have tried to compile and link "Matrix Multiplication Tutorial" example:
icc -mkl dgemm_example.c
No command 'icc' found, but there are 30 similar ones.
Is Intel compiler included in MKL or I have to install independiently?