- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I downloaded evaluation copy of version 10.1, and found some instruction to link to MKL from C++ for 9.0 as in below; but when i looked in my dir where I installed MKL, I could not find any such dirs like "C:\Program Files\Intel\MKL\9.0\include", all I have is a download dir; i serached and did not find any lib files either.
Intel MKL 9.0 with Microsoft* Visual C++* .NET 2003 or Microsoft* Visual C++* 2005
- Select View Solution Explorer (and make sure this window is active).
- Select Tools Options Projects VC++ Directories.
- In the drop down menu titled Show directories for:, select Include Files, and then type in the directory for the Intel MKL include files (e.g. default: C:Program FilesIntelMKL9.0include).
- In the drop down menu titled Show directories for:, select Library Files, and then type in the directory for the Intel MKL library files (e.g. default: C:Program FilesIntelMKL9.0ia32lib).
- In the drop down menu titled Show directories for:, select Executable Files, and then type in the directory for the Intel MKL executable files (e.g. default: C:Program FilesIntelMKL9.0ia32
링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi,
did install complete with no errors? (after downloading and expanding file you need to execute install program) As your version is 10.1 you won't have /9.0/.... folder but something similar. Linking examples are just .... examples and you need to modify the path to match your particular installation tree.
what platform (IA32/x64) are you on?
A.
did install complete with no errors? (after downloading and expanding file you need to execute install program) As your version is 10.1 you won't have /9.0/.... folder but something similar. Linking examples are just .... examples and you need to modify the path to match your particular installation tree.
what platform (IA32/x64) are you on?
A.