unable to obtain mapped memory
I'm getting "unable to obtain mapped memory" while building an x64 project with precompiled headers off, this is the pch_diag output:=== Dumping Virtual Address Space Info ===Page size:...
View ArticleMSB6006 "icl.exe" exited with code 4.
Hi All,I'm attempting to build a .lib from a C code .cpp file. Code has run OK before under VS6The .lib is to be linked to a FORTRAN projectI'm totally unfamiliar with C projects and get a compile...
View ArticleWhat is this formula for
Hello sirWhat is this formula for AttachmentSizeDownloadLoan Balloon Balance 1 (1).gif4.6 KB
View ArticleCannot use borrowed license
Hi,We have a floating license for Intel development tools (C++ compiler). I can successfully borrow a license from the server. The output of lmutil.exe lmborrow -purge -status is then:lmutil -...
View ArticleCause for remark #11074: Inlining inhibited by limit max-size
#11074: Inlining inhibited by limit max-size #11074: Inlining inhibited by limit max-total-size #11076: To get full report use -qopt-report=4 -qopt-report-phase ipoI recently started getting these...
View Articlewindows powershell support
Hello,In order to compile from the command line on Windows, one is instructed to use the special Intel command prompt, which presumably is configured to set path variables, etc.. This works fine, but...
View Articlestd::swap bad code gen -- alias analysis insufficient to remove dead store
The following code optimizes well for `custom_swap` and `restrict_std_swap`, but has an additional `mov` instruction for `std_swap`:void custom_swap(int * lhs, int * rhs) { int temp = *lhs; *lhs =...
View Articleicpc 2017 installation conflicts with gcc 9.1 in /usr/local?
First thing first, there is a ticket open for this #04233591. So here is the story: We have been using Intel C++ (2017.6.256) hosted on a CentOS 6.8 for 2 years. But recently, after I build gcc 9.1.0...
View ArticleParallel Studio XE 2018 Update4 prerequisite checking failed on CentOS 7.5
I'm trying to install Parallel Studio XE 2018 Update4 on my CentOS 7.5. After prerequisite checking, i got this:There are one or more optional unresolved issues. It is highly recommended toresolve them...
View ArticleBuild Python 3.7 with Intel compilers on CentOS 7
Hi.I'm trying to build Python 3.7 on CentOS 7 with Intel compilers. I'm using version 2018 of the compiler.To compile I do the following:export CC=icc export CXX=icpc export FC=ifort ./configure...
View Articlelibmraa.so.2 issue on Intel System Studio
Hi Team,I am a new user of Intel system studio. I want to program the Grove UP2 with the system studio 2019. Grove UP2 is connected and the code is error free (using any of the examples that comes with...
View Articleinternal error: assertion failed at: "shared/cfe/edgcpfe/exprutil.c"
I've experienced issues with compiling a code that I cannot disclose here but I managed to remove unrelated parts and this small part of code seems to cause internal error: assertion failed at:...
View Articlemitigate spectre variant 2 and 4 using middleware language and not low level...
I am looking for implementing a custom software function in c/c++ that will mitigate spectre variant 2 and 4 ,Variant 4 is CVE-2017-5754 Rogue Data AccessVariant 2 is (CVE-2017-5715) Branch target...
View ArticleRuntime failure MP: Error #13: Assertion failure at z_Linux_util.cpp(2338)
Not sure what gives. I am trying to test my installation of a software package, and I get the error below. If anyone has any idea what that means, let me know.MP: Error #13: Assertion failure at...
View ArticleHow to install scada
Hello sirHow to install scada in intel computer and connect plc for ongc
View Article