all: sgemm # compile sgemm: icpc -mkl -O3 -openmp -Wno-unknown-pragmas -std=c++0x -vec-report3 sgemm.cpp -o sgemm # clean all files clean: rm sgemm;