Internal compiler error C0000005 in a project making calls to MKL
I am getting an internal compiler error C0000005 when compiling a project that makes a call to the MKL routine Pardiso. I created a small reproducer, it is attached to this post. I am trying this in...
View ArticleHow to obtain ifort.exe environment in Cygwin64's Bash Shell?
I am trying to get back to my Cygwin w/ Bash ifort.exe environment.Reason: Fresh O/S & Intel Fortran install after disaster (ransom ware, curiosity killed the cat.)Platform: Fresh install of...
View ArticleGetting too many Emails from Forum
Since last week I seem to be getting lots of emails from the forum for posts that I haven't contributed to. Has something changed? Can I revert back to getting emails just for the posts I have...
View ArticleMy VS2010 Installation fails after 2017 Update 2
I presently have VS2010 Shell and VS2013 Shell installed and have been using the VS2010 shell for some compiles that have line scrolling issues in the newer versions, but after the latest update 2,...
View ArticleInternal compiler error for module function with pointer return
This code re-produces:module A implicit none interface pure real module function getItem(id) result(res) integer, intent(in) :: id pointer :: res end end interface real, target :: items(10) end module...
View ArticleCycling an unnamed do concurrent loop
Hi,why isn't the compiler associating the following cycle statement with the appropriate do concurrent loop?:program test implicit none integer :: i,j,k do concurrent (i=1:10000) k=-10 do j=1,i...
View ArticleInstalling XE2017 integration in VS 2015 uninstalls XE2013 integration in VS...
I can fix it by modifying the XE2013 install options to put back the integrations in VS 2010.This habbit of uninstalling unrelated software has always been an issue with your installer. It usually...
View ArticleMicrosoft Windows Firewall error with Microsoft MPI localhost
After testing our Intel Fortran MPI program in Visual Studio, we installed it on clean (not developer) test PC (Windows 7 and Windows 10). After installing the redistributable Microsoft MPI runtime,...
View ArticleSource code not showing in text editor
Hi all,I've recently installed the latest Fortran compiler (17.0.2.187).When I open my solution in Visual Studio Pro 2015, I can open my .f90 files, but the source code does not show in the text...
View ArticleError ordinal 747
I generate a executable without any problem. But when I use it, the following error appears:The ordinal 747 could not be located in the dynamic link library. ...I uses Visual Studio 2015 and Intel(R)...
View Articleprocedure pointer as undefined variable
I have modified source code of dynamicload.f90 sample and I am debugging in VisualStudio 2015 update 3 professional. Intel Fortran compiler is parallel studio XE2016 update 4. Relevant Code lines are:...
View ArticleInternal compiler error
Dear All,I am getting a similar compiler error:fortcom: Fatal: There has been an internal compiler error (C0000005).But as I am using the latest compiler:Compiling with Intel(R) Visual Fortran Compiler...
View ArticleICE with 17.2 compiling FOX (XML lib) --> solved (/debug-parameters)
Hi,PSXE2017 update 2 produces an ICE while compiling FOX (4.1.2, https://github.com/andreww/fox, http://fortranwiki.org/fortran/show/FoX) e.g. in file m_wkml_color.f90, where PSXE2017 update 1...
View ArticlePSXE 2017 Update 2 - Internal Compiler Error(s) involving PARAMETER constants...
PSXE 2017 Update 2 - Internal Compiler Error(s) involving PARAMETER constants and /debug-parameters /debug optionsA defect (regression) has been found in the Intel® Parallel Studio XE 2017 Update 2...
View ArticleInternal Compiler Error(s) involving PARAMETER constants and...
Reference number: DPD200418283Products: Intel® Parallel Studio XEVersion: 2017 Update 2 with Intel® Fortran compiler version:Intel® Fortran Compiler 17.0 Version 17.0.2.187 Build 20170213 for...
View ArticleVisual Studio 2017 not yet supported
On March 7, Microsoft released Visual Studio 2017. Intel Parallel Studio XE does not yet support this - the Intel folks will let you know when it does.
View ArticleVisual Studio cannot debug because a debug target has not been specified
Hello,I was running a project in Visual Studio Community 2015+Intel Fotran XE2017 I got this error message.The same error occurs both when starting in Debug mode and in Release mode. However the build...
View ArticleInvoke Debugger from Command Prompt
Is there a way to call a program that I have compiled so that it launches in a debugger session like in VS2015?
View Articleerror (#6404)
Hello Steve,Can I share my code here for you to take a look and help me out with the error (#6404) I received? Thanks,Mehdi
View ArticleCompilation of f77 with intel2016: runs but all 0
Dear programmers,In principle I develop my codes with C++/Python but today I am one of those lucky guys that must use a legacy code in fortran 77 parallelized with MPI. I have been using this code for...
View Article