How 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 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 ArticleFcompW could not be obtained. Your license expired.
I tried to used matlab to call fortran and run abaqus. I received the following error: Error: A license for FCompW could not be obtained Your license has expired. License file(s) used were (in...
View ArticlePass Allocatble Arrays to DLL Subroutine via Modules
Hi,I am trying to use a derived type structure in a dll subroutine using modules. Here is my main program: Program Main !dec$ attributes dllimport::_DERIVEDTYPECONSTRCT use PARAM real a,b...
View ArticleLines with breakpoints set do not show up in printed output
This is probably a Visual Studio problem, but I'm hoping someone here knows something that might help.Whenever I print source files (or at least selected lines) from Visual Studio (2010) I do not see...
View ArticleWrite to same stdout as application from DLL/SO. Fortran 90 standard.
Please bear with me as my knowledge of programming is not very good.My application written in Fortran via a C function calls and loads up a DLL/SO. Currently the source for the DLL/SO can be C or...
View ArticleCan't find "Command Prompt with Intel Compiler"
Hi, I have installed parallel_studio_xe_2016_update1_composer_edition_for_cpp_setup and parallel_studio_xe_2016_update1_composer_edition_for_fortran_setup. I saw the instructions says that I can...
View Articleoctuple-precision and arbitrary-precision numbers
Hi,I am using Intel Visual Fortran Compiler for windows.It only provides the single-, double-, and quadruple-precision numbers.But I now need to perform very accurate calculations.Is there any way...
View ArticleFile handling differences between Compaq and Intel compilers
Hello, me again with my crusty old Compaq VF code. Further to my previous issue with files - https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/606997 - I have...
View Articleifort: warning #10182: disabling optimization; runtime debug checks enabled
I recently increased the size of some static array and now get the following warning.I tried changing my array to dynamic array for the file in question but to no avail. My configuration is as...
View ArticleOT The rumours are exaggerated :-)
http://www.bbc.co.uk/news/blogs-trending-35363394Les
View ArticleParameter passing and Interfaces
Greetings,I can't seem too get the behavior I want in the following case.I have an interface that looks like this: INTERFACE SUBROUTINE SUBA(PA_FP) REAL(4) PA_FP(:) END SUBROUTINE END INTERFACEWhen I...
View Article