How many bit 64 bit calculate
Hello sirHow any bit can 64 bit computer calculate 2^64 or 2^??
View ArticleLinux Compiler Intel Composer - Intel Parallel Studio XE 2019 has...
We have installed the intel compiler XE studio 2019,since then we can not run some commands/compilers_and_libraries_2019.4.243/linux/bin/intel64/libintelremotemon.so] is not a file where avilable at...
View Articlecan not build cmake-3.14.5 with Intel compiler 19.0.4
I am trying to use the last version of Intel compiler to build the last version of cmake on Debian9. Getting stuck on this: export CC=icc export CFLAGS="-fPIC -msse4.1 -axAVX,CORE-AVX2" export...
View ArticleUnable to submit a support ticket
I have an active Priority Support account for Intel Parallel Studio but I can't submit a ticket because I can't find that product under Software or other Intel product category. I also can't search for...
View ArticleMatlab & Compiler
Dear all,I'm trying to compile c++ code in Matlab (in Windows) using mex function and ICC compiler.Currently configuration is fine, mex invokes icc correctly and code is compiled and linked without...
View Articlec++ compiler for itanium
Hello Community,Where can I find the latest Linux c++ compiler here for itanium? Thank youHenry
View ArticleCompilation Error for POD Type
Hey,I am trying to build onnxruntime (https://github.com/microsoft/onnxruntime) with Intel C++ compiler. I am getting an error (image attached) related to “static assertion” . I have also attached the...
View Articleicc -v is stuck
Hi,I am running version 11 on RHEL5.11.ON one server it is working file where on another it is stuck /opt/intel_new/Compiler/11.0/074/bin/ia32 /icc -v (Have to press ctrl-c in order to comeout)
View ArticleProblem setting up command line environment with Parallel Studio in Linux
I have a number of versions of Intel C++ in Parallel Studio implementations on Linux going back to parallel_studio_xe_2013. These include 2013, 2015, 2016, 2017, 2018, 2019, all installed in the same...
View ArticleCustom instruction opcode inside code
I have question in mind and have tested that with GCC without success. So, I would like to know if it is *indeed* possible to do that with GCC or ICC. Actually the question is about machine...
View ArticleParallel Studio XE 2015 environment setup bug
After installing Parallel Studio XE 2015, or any of its updates, setting the environment by calling /install_directory/product_directory/psxevars.sh with either 'ia32' or 'intel64' creates a PATH which...
View ArticleIntel compiler uses gcc immintrin.h header instead of its own one
I'm using the intel compiler 19.0.3.199 on ubuntu 18.04 and I have a problem when I include the file immintrin.h.The error is:In file included from...
View Article_Quad floating point constants
Hello!The standard header float.h contains a set of platform specific constants relating to floating point precision of float and double types : http://tigcc.ticalc.org/doc/float.html Does something...
View ArticleParallel Studio XE 2018 for Windows compiler documentation is missing
The link to the documentation to the Intel C++ compiler 18.0 developer guide, for Parallel Studio XE 2018 for Windows, is missing. The link from the Parallel Studio XE 2018 for Windows local...
View ArticleParallel Studio XE 2019 for Windows command line setup problem
If I setup Parallel Studio XE 2019 for Windows for command line compilation by specifying 'psxevars ia32' or 'psxevars intel64' it sets up VS2019 for Microsoft command line integration on my system....
View ArticleIntel Compiler -isystem doesn't suppress warning #13212
on the current intel compiler (19.0.4.243 20190416) a -isystem include on the eigen library does not suppress warning #13212 (Reference to ebx in function requiring stack alignment):[ 42%] Building CXX...
View ArticleParallel Studio XE 2019 install fail - missing AddTrust cert
I tried to install eval version of Parallel Studio XE 2019 on a dev machine which has no Internet connection. It complained with this message:"An AddTrust certificate is required to install this...
View ArticleProblem running compiled console application on AMD Ryzen processor
I'm using Intel C++ Compiler 2019.4 to produce a console application, I use the following compilation switches: /O3 /Qunroll /Qunroll-aggressive /QxSSE3 /QaxCORE-AVX2.The problem is the application...
View ArticleDifferent LU factorization result between libmkl_intel_ilp64.a and...
I am a novice in the field of Intel Math Kernel Library. However, when I tried to use the LU factorization function from LAPACK by compiling different libraries, I got different results as the...
View Article