Intel C++ 16 and boost 1.59 compilation error
HiI'm getting a compile error using intel C++ 15.04 and 16.0 on linux 64. Note I do not get the same errors building on a windows...
View ArticleIntel C++ 16 and boost 1.59 link error
HiFurther to the previous post we can work around the compiler error by removing the -fpermissive flag, but have now hit a problem at the link stage. I'm not able to provide a small reproducible...
View ArticleQuestions about use MFX_RATECONTROL_QVBR in sample_encode
I use MFX_RATECONTROL_QVBR in the SDK demo of sample_encode and have a question:m_pmfxENC->Init(&m_mfxEncParams)error code is MFX_ERR_INVALID_VIDEO_PARAMDo I need other initial parameters?My...
View ArticleSegmentation violation when using std::make_exception_ptr with string arguments
Hi,the following code causes a segmentation violation in the compiler with Parallel Studio XE 2016 (2016.0.110) integrated into Visual Studio 2015.#include <exception> #include <string> int...
View ArticleIntel® Parallel Studio XE 2015 Update 5 Professional Edition for Fortran and...
Intel® Parallel Studio XE 2015 Update 5 Professional Edition for Fortran and C++ parallel software development suite combines Intel's C/C++ compiler and Fortran compiler; performance and parallel...
View ArticleIntel® Parallel Studio XE 2015 Update 5 Professional Edition for C++ Windows*
Intel® Parallel Studio XE 2015 Update 5 Professional Edition for C++ parallel software development suite combines Intel's C/C++ compiler; performance and parallel libraries; error checking, code...
View ArticleIntel® Parallel Studio XE 2015 Update 5 Professional Edition for Fortran and...
Intel® Parallel Studio XE 2015 Update 5 Professional Edition for Fortran and C++ parallel software development suite combines Intel's C/C++ compiler and Fortran compiler; performance and parallel...
View ArticleVisual Studio 2013. Unable to load KernelBuilderAPI.DLL
When opening a C++ project in Visual Studio 2013, and after installing Composer XE 2015 Update4, this message appears.Can't see to find a mention of this error anywhere on the web. Anyone have a clue??
View Article[Bug report] Tuple unavailable in c++14?
I am using Intel compiler 15.0.3 on OSX and facing a problem for using tuple. A simple sample code here:#include <tuple> using namespace std; int main() { tuple<int,int,int> T{1, 2, 3};...
View Article[BUG] C/C++ compiler incorrectly sign extending halfword operations
Hello, The compiler is incorrectly sign-extending halfword operations at all optimization levels above O0. I hit this bug with XE 2013 edition, but I have confirmed the problem exists in the most...
View ArticleInstall Crush ; XE 2016 + Xcode 7.0 + OS X 10.10.5
I fail the installation of parallel Studio XE 2016 in my mac pro including OS X* 10.10.5 and Xcode 7.0.How can I install it successfully?I tried the click to dmg file ==> no response $ sudo...
View ArticleLicense not available
Hi,I purchased the Parallel Studio XE C++ for OSX on 8/5/2015. After installing XCode 7.0 I copied the contents of /Library/Application Support/Developer/6.4/XCode/Plug-ins to /Library/Application...
View ArticleBuilding the SAFECode Compiler in Windows OS by Cygwin Tool
Here i will give you the brief explanation what i have done till date Firstly i have used VMPlayer in my Windows latest and then i have installed Debian Mint Then i have downloaded the SAFECode 3.2 V...
View ArticleIntel® C++ Compiler Standard Edition for Embedded Systems with Bi-Endian...
This page provides the current Release Notes for the Intel® C++ Compiler Standard Edition for Embedded Systems with Bi-Endian Technology product. All files are in PDF format - Adobe Reader* (or...
View Article"error : expected an integer constant" for Enum
This C++ code (Windows) will erroneously produce this error:enum { ALIGN=16 }; __declspec(align(ALIGN)) float arr[4];Enums are constexprs, so "ALIGN" is definitely a constant.
View ArticleInstallation command line argument for --components
I want to install parallel studio 2016 with parallel_studio_xe_2016_setup.exe with command line.But i dont want to install fortran component. I only want to install Intel® Parallel Studio XE 2016...
View ArticleCode optimization problem with icl 16.0
I have come across what I think is a code optimization problem with icl version 16.0. I'm running on Windows using this: Intel(R) C++ Intel(R) 64 Compiler for applications running on Intel(R) 64,...
View ArticleParallel Studio XE Professional Edition 2016 installation crash
I was adviced by intel support to post here, strange as it is a installation issue.< Intel® Parallel Studio XE Professional Edition 2016 (Trial) web-install fails (chrashes) at "Loading...
View Articleerror: parameter pack was referenced but not expanded
This is a C++ compiler bug report. (If it should be submitted elsewhere let me know.)With Intel C++ (2016.0.109) the following error is reported:$ icpc -std=c++11 icpc-bug.cxx icpc-bug.cxx(12): error:...
View Articleimplicit declaration warning not produced using C compiler
Compiling the below code in gcc (gcc -Wall foo.c) yields the following warning message:foo.c: In function 'main': foo.c:9: warning: implicit declaration of function 'strlen' foo.c:9: warning:...
View Article