Cute tiny ICE
This short example triggers an ICE when compiled, due to the unfortunate presence of the extra parenthesis at the end of the second line (IVF 16.0.1.146).SUBROUTINE S CALL F(__LINE__)) ENDOn an...
View ArticleMissing Resource Compiler for VS2015 32 and 64 bit builds
I have a fresh install of VS2015 with SP1 followed by installation if Intel Parallel Studio XE 2016. The rc.exe and associated dll are not here: c:\Program Files (x86)\Windows Kits\10\bin\x64 Two...
View ArticleIFORT fails to properly allocate dummy argument with assumed length parameter
Here is a program demonstrating the run-time error mentioned in the title. I believe this is a bug in IFORT 16.0.0Program test Implicit None Type string(slen) Integer, Len :: slen Character ::...
View ArticleIMSL libraries
HelloI need to download IMSL libraries and just wanted to ask whether or not I will need to upgrade my Fortran first before I can use them.What I have is:"Intel® Parallel Studio XE Composer Edition for...
View ArticleIssue with string coarrays
The following program outputs some garbage in the string S (after the concatenated part), is this expected?PROGRAM P IMPLICIT NONE INTEGER :: I CHARACTER(LEN=20) :: S[*] S = '' SYNC ALL IF...
View ArticleSecond experiment with unlimited polymorphism
This program worksmodule whatMOD use ISO_FORTRAN_ENV use ISO_C_BINDING implicit none interface function strlen(str) bind(C,name='_strlen') import implicit none...
View ArticleIssues with Running ifort
HI,After installation of Parallel Studio XE 2016 Update 1, I am getting some issues while running ifort. Please provide some pointersThis is the error message:Error: A license for Comp-FL is not...
View ArticleRenew or Purchase the license?
Hi,I purchased XE 2013 and now I would like to upgrade to XE 2016. Since the one-year license of the earlier version is already expired, I am not sure if I renew the license with post-expiry would work...
View ArticleParallel Studio XE Composer 2016 and IMSL
Hello everybody and best wishes for a good new year 2016!I thought before trying out, I ask here about opinions with a IMSL-compatibility topic. We have licenced Intel Parallel Studio XE Composer...
View ArticleInternal Compiler Error
I just upgraded to Intel Fortran 16.0, and some code that compiled fine in 15 is now giving me an Internal Compiler Error (C0000005). I've reduced the example to the 20 or so lines below. The error...
View ArticleStopped image synchronization question
With IVF 16.0 Update 1, the following code will go in an infinite loop, suggesting that a STOPped image is SYNChronizable with any other (still running) image. Is this interpretation correct? I was...
View ArticleCannot download compiler
I am trying to install on another machine the Intel Visual Fortran compiler v. 11.1 Update 4 (build 11.1.054) which I have purchased on 20/01/2010 (with a maintenance expiry date of 20/01/2011)....
View ArticleExtending a TYPE and accessing character field causes compiler error
Greetings,I am trying to learn how to extended types. It appears that accessing a character range in a character array causes an issue compiling depending if the field is defined in the ancestor or in...
View ArticleAllocatable character strings in namelists?
Assume I have a text file called 'text.txt' which contains:&A S = 'Hi!' /The following code produces different output depending on which line is commented out for the definition of S. I thought...
View ArticleVS losing outlining
Hi, My Fortran is littered with documentation and such so I went in and used Visual Studio 2013 to hide the comments using the outlining. If I try to open the Solution with a different VS (e.g. VS...
View Articleforrtl: severe (36) error
I have been using a model compiled with pgi compiler package in intel ifort compiler environment. The original pgi compiler "configure.user" file has the following lines. SFC = pgf90 FC =...
View ArticleUse of the /Qmxl compiler switch
Dear forum members,I have a question about where and when the /Qmxl compiler switch must be used to ensure that the MXL subroutine library is linked to an application.I am developing a static library...
View Articlewanted: new project and solution in same folder
In order to avoid a profusion of folders, my preference is to create a single-project solution with both project and solution in the same folder.However, when I create a new project, I more often than...
View Articleerror #6683: A kind type parameter must be a compile-time constant
I'm using the free Visual Studio 2013 with my Intel 2016 Fortran Compiler and I get the error #6683. Here is a code segment (just a part of my code) that demonstrates the errors:interface integer*4...
View ArticleIMSL Library for Cluster Edition
I recently obtain the cluster edition of Intel Fortran Compiler on Windows by free as a qualified graduate student. Thanks for generous intel fortran team for supporting academic research and...
View Article