Issue 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 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 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 ArticleWhy are all my forum posts by "name withheld" ?
In the last day or two all my old and new posts are shown as by "name withheld" rather than my user ID. I note some others are now the same also. Have I done something? Do I need to change something?...
View ArticleSimple Way to Get Shell Command Output
Hi, for the "SYSTEM" intrinsic only return the exit code of a shell command but not the output from it, so is there any approach to get the output within fortran code ? Such as, the current date string...
View ArticleWrong(?) Warning 8450 with multiple user defined operators
Hello, the example below produces two warnings #8450:"The type/rank signature for this specific function and its arguments matches another specific function that shares the same OPERATOR generic...
View ArticleTwo strange Warnings(6706;6738) with abstract interfaces
Hello, i get those two warning messages, when compiling the code below."(22) warning #6706: There is a mixture of specific functions and specific subroutines for one generic-spec....
View Articlevariable in internal subroutine
Using implicit definitions.A variable JED calculated in internal subroutine INTA appears as undefined when used in internal subroutine INTB.The variable JED is not defined nor used in the principal...
View ArticleFortran Compiler 10.1 install problem
I want to install an older Fortran Compiler v. 10.1 after installed the 2016 Parallel Studio XE Composer Edition. I downloaded the file 'w_fc_p_10.1.034.ia64.exe' and tried to install it. I had an...
View Article