Produits logiciels:
Langage de programmation:
Description courte:
The information below discusses known issues with samples in the Intel® Parallel Studio XE Sample Bundle packages available on this site. Solutions are noted where available. All known issues will be resolved in future Sample Bundle packages.
Samples with current known issues:
- Intel® VTune™ Amplifier - JIT Profile Sample
- Intel® VTune™ Amplifier - Matrix Sample
- Intel® Integrated Performance Primitives - Sample and Tutorial
- Intel® Fortran Compiler for Windows* - AutoDice Sample
- Intel® Fortran Compiler for Windows* - Win32 Sample
Refer to the details below for information.
Intel® VTune™ Amplifier - JIT Profile Sample
The JIT Profile Sample distributed in the Sample Bundle is incompatible with Microsoft Visual Studio 2012*.
Open the jitprofiling_sample (from either of the sample’s available vc12 or vc14 folders) under Microsoft Visual Studio 2012* results in an error as shown below.
This issue is currently under investigation. More information about this issue will posted on this page once available.
1>Project file contains ToolsVersion="12.0". This toolset may be unknown or missing, in which case you may be able to resolve this by installing the appropriate version of MSBuild, or the build may have been forced to a particular ToolsVersion for policy reasons. Treating the project as if it had ToolsVersion="4.0". For more information, please see http://go.microsoft.com/fwlink/?LinkId=291333. 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.Cpp.Platform.targets(44,5): error MSB8020: The builds tools for v120 (Platform Toolset = 'v120') cannot be found. To build using the v120 build tools, either click the Project menu or right-click the solution, and then select "Update VC++ Projects...". Install v120 to build using the v120 build tools. ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
Intel® VTune™ Amplifier - Matrix Sample
The Matrix Sample for Windows* currently cannot be built under Microsoft Visual Studio* with the Intel® C++ 17.0 Beta compiler. A build attempt fails due to the IPO error shown below.
This issue is currently under investigation. More information about this issue will posted on this page once available.
1>------ Rebuild All started: Project: matrix (Intel C++ 17.0), Configuration: Release x64 ------ 1> matrix.c 1> multiply.c 1> thrmodel.c 1> util.c 1>ipo: : warning #11021: unresolved ParallelMultiply 1> Referenced in ipo_494438obj3.obj 1>ipo: : warning #11021: unresolved GetModelParams 1> Referenced in ipo_494438obj3.obj 1>ipo: : error #11023: Not all components required for linking are present on command line 1>ipo_494438obj3.obj : error LNK2019: unresolved external symbol GetModelParams referenced in function main 1>ipo_494438obj3.obj : error LNK2019: unresolved external symbol ParallelMultiply referenced in function main 1>C:\Users\Administrator\Desktop\ForIPLDT\vtune_amplifier_ps_xe\matrix_sample\vc12\x64\Release\matrix.exe : fatal error LNK1120: 2 unresolved externals ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
Intel® Integrated Performance Primitives - Sample and Tutorial
The Makefile_mac file included with the ipp_blur_rotate_sample for use under OS X* contains a malformed command at line 68 that is missing the required leading tab. Use of the file with make will result in the error Makefile_mac:68: *** missing separator. Stop.
To work around this issue, edit Makefile_mac and replace the leading blanks in line 68, appearing before the “echo” command, with a single tab character.
Intel® Fortran Compiler for Windows* - AutoDice Sample
During execution the AutoDice sample may experience a run-time failure forrtl: severe (157): Program Exception - access violation. This access violation occurs after stopping EXCEL following the failure to find the required input file, HISTO.xls.
As noted in this sample’s readme.html, the input file must reside in the same directory as the executable when building and running this sample under the command-prompt window.
Intel® Fortran Compiler for Windows* - Win32 Sample
The associated Fortran source files for each of individual unit samples included in the Intel® Fortran Compiler for Windows* Win32 Sample are missing from the sample bundle package. Attempts to build any of the individual unit samples using either the build.bat scripts or the Microsoft Visual Studio* projects suffer build failures associated with not finding the required Fortran source code files.
Please refer to the individual sample download file for the Intel® Fortran Compiler for Windows* - Win32 Sample to obtain the complete set of files for this sample.
Last updated: March 30, 2016