错误LNK2001:未解析的外部符号MKL_CBWR_Set

时间:2014-09-26 09:00:17

标签: c++ compiler-errors shared-libraries intel-mkl lnk2001

在C ++项目中......

项目链接到集成MKL的lib。在源代码中,我有这一行

gaussNewton<5, 16>::myfunREE_33_GN_rsp_new(&inv_Controls, 
        &interOut, table_ENP3_local, coefForJacobian, interOut.vo);

当评论它正在编译时,当取消注释时会出现此错误...

error LNK2001: unresolved external symbol MKL_CBWR_Set

我怀疑

  • 与MKL的链接问题

  • 与模板专业化可见性相关的问题

你以前见过这样的错误吗?这是什么MKL_CBWR_Set?

修改

在模板特化的情况下,是否存在与使用此语法调用静态方法相关的任何问题:

gaussNewton<5, 16>::myfunREE_33_GN_rsp_new(&inv_Controls, 
        &interOut, table_ENP3_local, coefForJacobian, interOut.vo);

0 个答案:

没有答案