- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to profile my project for memory errors with Inspector. When I start inspector it says that can't start debug session and will continue without debugger support. Also, I have this errors when I build project:
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v110\Platforms\Win32\PlatformToolsets\v110\ImportAfter\Intel.Libs.DAAL.v110.targets(37,5): warning : Could not expand DAALProductDir variable. The registry information may be incorrect.
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v110\Platforms\Win32\PlatformToolsets\v110\ImportAfter\Intel.Libs.DAAL.v110.targets(38,5): warning : Could not expand DAALMajorVersion variable. The registry information may be incorrect.
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v110\Platforms\Win32\PlatformToolsets\v110\ImportAfter\Intel.Libs.DAAL.v110.targets(39,5): warning : Could not expand DAALMinorVersion variable. The registry information may be incorrect.
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v110\Platforms\Win32\PlatformToolsets\v110\ImportAfter\Intel.Libs.DAAL.v110.targets(40,5): warning : Could not expand DAALIncludeDir variable. The registry information may be incorrect.
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v110\Platforms\Win32\PlatformToolsets\v110\ImportAfter\Intel.Libs.DAAL.v110.targets(41,5): warning : Could not expand DAALLibDir variable. The registry information may be incorrect.
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v110\Platforms\Win32\PlatformToolsets\v110\ImportAfter\Intel.Libs.MKL.v110.targets(38,5): warning : Could not expand MKLMajorVersion variable. The registry information may be incorrect.
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v110\Platforms\Win32\PlatformToolsets\v110\ImportAfter\Intel.Libs.MKL.v110.targets(39,5): warning : Could not expand MKLMinorVersion variable. The registry information may be incorrect.
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v110\Platforms\Win32\PlatformToolsets\v110\ImportAfter\Intel.Libs.MKL.v110.targets(40,5): warning : Could not expand MKLIncludeDir variable. The registry information may be incorrect.
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v110\Platforms\Win32\PlatformToolsets\v110\ImportAfter\Intel.Libs.MKL.v110.targets(41,5): warning : Could not expand MKLLibDir variable. The registry information may be incorrect.
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v110\Platforms\Win32\PlatformToolsets\v110\ImportAfter\Intel.Libs.MKL.v110.targets(42,5): warning : Could not expand OmpLibDir variable. The registry information may be incorrect.
Actually, I had to fix MSBuild script by adding MKLProductDir and changing target platform from ia-32 to ia32 (before that I was getting another error about mkl_link_tool.exe can't be found/run
I am using Visual Studio 2012 and 2013, tried on both with the same result. Windows 8.1 with all latest updates for Windows and VS
Thanks,
Leo
Link Copied

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page