Visual studio project

Visual studio project

deboeck的头像

Hi,

Does there exist an example of a configured Visual Studio solution or project which links with MKL ?

Thanks,
Bart

4 帖子 / 0 new
最新文章
如需更全面地了解编译器优化,请参阅优化注意事项.
TODD R. (Intel)的头像

Bart,

There are no examples of use with of a configured Visual Studio solution or project currently provided with MKL There are guidelines for setting up your project at http://www.intel.com/support/performancetools/libraries/mkl/win/30486.HTM.

What added benefits would an example provide

Do you see added benefits to having an example in addition to the material above? Did it answer your question?

Would anyone else like to share their examples of using MKL from Visual Studio?

Todd

deboeck的头像

Dear Todd,

You answered my question, thanks !
Concerning the added benefit : there are many settings in a project which are not discussed in http://www.intel.com/support/performancetools/libraries/mkl/win/30486.HTM, adding the lib dependency does not work on my machine (it does work with DEFAULTLIB), it allows to start within 5 minutes, etc.

Regards,
Bart

dmitri.rubisov@bmo.com的头像

Sorry for getting back to an old question. I am not a professional programmer but have to do it occasionally. I was trying to use Lapack from Visual C++. My question is how to declare a two dimensional array in C++ so that it is correctly passed to Fortran. A simple example of a call of a Lapack function would help tremendously.
Thanks, Dmitri

登陆并发表评论。