Confusion about use of include files
I have a program that uses a file with PARAMETER in it, so I want all the subroutines to include that with an include statement.The file is typed as an INC file, i.e. PARAMS.INCThe subroutines have no...
View Articlerc.exe not found error in building Fortran code
Hi everybody I got rc.exe not found after building. I see rc.exe in the two following paths C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1\bin C:\Program Files (x86)\Microsoft...
View ArticleFortran Compiler patch
HiI am using a software (Thermal Desktop) which requires fortran compiler. It was working fine until I got this message Current Patch Level = 5Version = 5.7 Intel Fortran Error: A license for FCompW...
View ArticleNetcdf Setup on Intel Compiler XE 2015
Dear allI try to setup netcdf 4.4.2 library on Intel Fortran Compiler XE 2015, but I don't know, how to setup it. Do you have any idea how I should do it on windows 10 x64?Best,Akbar Zone:...
View Articlesupport service renewal without IMSL
In a couple of days I have to renew my support service for my copy of Intel® Parallel Studio XE Composer Edition for Fortran Windows* with Rogue Wave* IMSL*. I have been renewing this product for...
View Articlerc.exe not found
I have a piece of code that runs on another computer that I'm trying to compile and run on my computer but whenever I try to build the solution I get an error rc.exe not found. I've done some research...
View ArticleError with CONTIGUOUS
Here is another strange error I am getting when I add the CONTIGUOUS flag to a dummy argument in a recursive subroutine.If I add to ExpressionParser.f the following line of code (its on line 129)...
View ArticleCONTIGUOUS Flag for Dummy Array Arguments
While documentation says that the compiler will make more optimizations for subroutines that use the CONTIGUOUS flag, I thought I ask if this is true of the Intel Compiler.I always pass to my...
View ArticleUpdates/Patches available for Legacy CVF 6.0?
I am attempting to duplicate an existing Windows 2000 development virtual machine which includes DVF 6.1 into a more modern architecture because software from that era is about to haunt me a bit and I...
View ArticleLast Intel updates for Fortran
Just received a note that 2 updates were available:Intel Data Analytics Acceleration Library for Windows 2017Intel Math Kernel Library for Windows 2017Actually, 2 more were on the list of my version of...
View ArticleUnexpected run-time exception with assignment of variable with ALLOCATABLE...
The following simple code compiles ok but generates an unexpected run-time exception:module m implicit none private type, public :: t end type end module program p use m, only : t implicit none...
View ArticleExpanding a dynamically allocated array of a derived type: is there any...
Say one has a dynamically allocated array of a derived type of size N and the array needs to be expanded in order to add a few more elements to the back of the array while retaining all the existing...
View ArticleReplacing Trial VS2015 pro with VS 2016 community edition+Intel Composer
I have Intel parallel studio/Composer installed with a trial version of Visual Studio 2015 Pro. Under the Help tag I see the following installed:Intel® Parallel Studio XE 2017 Composer Edition for C++...
View ArticleCatastrophic Compiler error IFC 2017
I am getting a catastrophic compiler error using the IFC 2017 version. Have never encountered this before. I have been compiling the same code for years using IFC. The 2015 version never gave this...
View ArticleIssue with End-of-File check, Intel Fortran Compiler 2017, Update 1
Hi,After updating my Fortran compiler from composer XE 2016 to 2017 update 1, I run into an issue with EOF (end-of-file) checks when reading from files. This issue is that the EOF check returns .false....
View ArticleMust pad character array with null value when trying to open file (v17 Build...
Here is the line of offending code:nmlname = trim(tmppath)//EMsoftnativedelimiter//'test.nml'//char(0) open(dataunit, file=trim(nmlname), status='unknown', delim='apostrophe',iostat=istat) When...
View ArticleV17 Update 1 Causes Internal Compiler Error (Windows 10)
Just tried out v17 update 1 and now I get an internal compiler error part way through my compile. I already understand that I need to provide the offending code but the compiler error is somewhere in a...
View ArticleList of compiler fixes for release 2017?
For the release 2016, there used to be a very nice page listing all bug fixes for the...
View ArticleProblem with is_contiguous
Hello,I was experimenting a bit with the is_contiguous intrinsic function and found a strange effect: the program below outputs two different answers for the same array section:program...
View ArticleOptimization issue: reallocation of array in a contained procedure not...
With initial release of compiler 17.0, in code generated with the compiler optimization of /On where n>0, reallocation of array in a contained procedure does not seem to be recognized fully e.g.,...
View Article