Bounds checking, zero sized array and sequence association
I work on code that frequently relies on sequence association when passing arrays as arguments. Zero sized arrays are not a problem during program execution but when I turn on bounds checking there...
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 ArticleWhich Version of Parallel Studio XE
I want to install ifortan compiler in my Laptop, on the LINUX OS. which version of "Parallel Studio XE "I should download ?? Can I install the cluster edition on my Laptop ?
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 ArticleBizarre results obtained with a simple program
I have some experience with gfortran compiler but no experience whatsoever with ifort, so I should be doing something terribly wrong in what follows. I have recently installed...
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 ArticleHow to set stack size while building in sublime text?
I've got this problem while I am trying to build fortran in sublime text. Here is what I wrote in sublime text. It works well except for stack size. When I am trying to compile, it saysifort: command...
View ArticleHow to allocate a Fortran dynamic array in a dynamic-linked library written...
Hello,I'm trying to allocate a Fortran dynamic array in a member function of a dynamic-linked library written in C. The compiling and linking is success, but the exacution afterwards has some...
View ArticleError #5082 in transferring a value represented by a pointer to another variable
A value stored in a structure pointed by a pointer is unable to be passed on in another variable temp_crowding_dist = pop%ind(1).crowd_dist Following error is showing while building the projectError...
View Articletype (dialog) definition
I am in need of converting a HANDLE to a type(dialog) variable and I cannot find the definition of type (dialog). I've searched IFLOGM.f90 for type dialog and found: type, public :: dialog sequence...
View ArticleMinus zero instead of zero?
Greetings,I am modifying some Fortran77 code to Fortran90 and I observe a strange phenomenon. The old code was compiled with the 2011 XE composer under Visual Studio 2010, the new one under 2016 XE...
View ArticleFile Extensions .fi and .rc
In Microsoft Visual Studio, when one right clicks on Source Files and selects “ADD NEW ITEM”, .fi and .rc file extensions are two of the options. The descriptions say:.fi Fortran header file .rc...
View ArticleStrange behavior of allocatable array with internal procedure
Greetings,i got a problem with an allocatable array, that gets resized in an subroutine. Without the internal function "testArguments", the array has the expected size of 40 at the end. If...
View ArticleStrange behaviour Generic Interface
The following example produces a warning #8219: "Fortran 2015 does not allow a subroutine dummy argument to be used in generic selection [DUBBEL_B]". I do not understand the warning. The two arguments...
View ArticleMultiple compiler versions in Visual Studio
On my machine I have been working with IVF 11.072 and 12.0, both integrated in VS2008 and VS2010. Recently, I installed VS2013 and Intel Parallel Studio XE 2013. Since with the first two I was able to...
View ArticleProgram Exception (157) through static library
Hello,I am using an Intel Fortran static library to run a physics based simulation engine. Running the simulation engine through a fortran project linked to the static library gives me a program...
View ArticleUse of %LOC to get address of variable
I am trying to build/run some old Compaq VF in Intel VF and it is failing with the error below however I think the error may be a red-herring, Looking at the FORT.1 file it seems to be in 256 byte...
View Article