1) Download the magmamic-1.3.1.tar.gz from http://icl.cs.utk.edu/magma/software/.
2) Copy the tar file to your host workplace.
Here the tar file is at ~/hitesh/magmamic-1.3.1.tar.gz
3) Extract the tar file using command
Code: Select all
tar -zxvf magmamic-1.3.1.tar.gz4) Go to the magmamic-1.3.1 folder
Code: Select all
cd magmamic-1.3.1a) Setting the MKL Root path:
Code: Select all
MKLROOT = /opt/intel/composer_xe_2013.1.117/mkl Code: Select all
INC=-I/opt/intel/mic1/coi/include 7) If the make command completed successful then go to testing folder
Code: Select all
cd magmamic-1.3.1/testing/ Login to the MIC card and run any example by simply typing
Code: Select all
./testing_dgesv_mic