I am running into the link problem when invoking cblas_ddot subroutine in the simple test codes.
Error message: "cblas.lib(cblas_ddot.obj) : error LNK2019: unresolved external symbol DDOTSUB referenced in function cblas_ddot"
Lapacke/Cblas:
(1) Download lapack.tgz and follow instruction "Build Instructions for LAPACK 3.5.0 for Windows with Visual Studio" in the link http://icl.cs.utk.edu/lapack-for-window ... k/#running
(2) Use VS2013(64bit) + Intel Parallel Studio XE 2015

