Allocatable arrays in MODULE vs. passing them as arguments ?
I would like to ask a question about allocatable arrays. What I currently have in my application is that 3D arrays are allocated in the main program and they are passed to subroutines as arguments. A...
View ArticleUnusual compilation times between compiler versions
I have a FORTRAN application in which I am experiencing a large difference in compile times between using different versions the Intel FORTRAN compiler. Using 11.1 the compilation takes hours (2-4 on...
View ArticleFixed Form Line Length
In VS2008 ,if you set the Fixed Form Line Length to 72 , the text after column 72 would show in green and if you set the Fixed Form Line Length to 132 , the text after 132 would show in green.In...
View ArticleExclamation Mark comment
The exclamation mark comment sign works in VS2012 , hoevere the text following is black ( instead of green) when the exclamation mark is in columns 2 to 6 . in VS2008 the text is green after the...
View ArticleMicrosoft Visual Studio 2012 Debug View Adjustments
Hello,I was previously using MVS2010 and during debug mode, when I used a breakpoint, I was able to see the values of the variables when I scrolled my mouse on the variable. now, I upgraded to MVS2012,...
View ArticleDynamically allocate space to be referenced as both real and complex arrays?
I work with Fourier transforms and PSD calculations. It is very convenient to use an algorithm for the FT calculation that works with a complex array. But to populate this array, and use the FT result...
View Article2013 SP 1 Compiler Error with OpenMP
Hi: We upgraded to XE 2013 SP 1 and our main code now crashes when trying to access an allocatable array. The array was apparently not allocated successfully even though the STAT variable (as in...
View ArticleFortran Module Analysis & Subprogram Dropdown in VS Ultimate 2012
Has anyone else noticed and got a fix for:1) A main subprogram with contained subprograms does not ever get analysed into the top right dropdown so that it is not possible to click on subprogram and...
View ArticleLinking problem
I have a piece of code to call the C function GetAdaptersInfo to obtain the MAC address(es) of the computer.The (abridged) code that works isUSE IFWINTY! define Fortran equivalents of required C...
View ArticleLinking problem
I have a piece of code to call the C function GetAdaptersInfo to obtain the MAC address(es) of the computer.The (abridged) code that works isUSE IFWINTY! define Fortran equivalents of required C...
View Article14.0 compiler : New unwanted /SUBSYTEM:CONSOLE in main program object code
The 14.0 compiler on Windows inserts an unwanted /SUBSYSTEM:CONSOLE switch in the compiled object code of a file containing a main program. This new behaviour is immensely unhelpful when building...
View ArticleUndefined address/ Undefined variable
Hello,I got undefined variable for a vector for some reason. I am not using pointers or assigning any address to the variables. I did not allocate any dimension either. I am surprised it gave this...
View ArticleComplier 14.0 error in pointer
Dear all,I have the following code which works under Complier 13.1 or older version:function getpoint(address)result(out)implicit...
View Articlefatal compiler error with array of structures
Hi all, this one has me pulliing out my hair (what's left), can anyone offer advice?I'm printing out from one element of an array of stuctures 1) This does not work write (6,300) radpos,...
View ArticleConvergence problems when migratinf from CFV to Intel Fortran
I'm working on a program developed on CFV and now I have Visual Studio 2008 with Intel(R) Visual Fortran Compiler Integration for Microsoft Visual Studio* 2008, 11.1.3468.2008. I have followed all...
View ArticleRandom errors generating modules
When I buld a project, I randomly get one or more "Error in creating the compiled module file". For xample, the last occurrence was:"error #7001: Error in creating the compiled module file....
View Articleunresolved external symbol
Source module been migrated from CVF points "unresolved external symbol" for usual CVF commands. Same command not accepted at a specific routine is accepted in other routine.For example, in source...
View Articlewhere is Dependecy Walker?
I have IVF Composer XE 2013 and VS2012. I cannot find the Dependency Walker that was with Compaq Fortran. Does it come with IVF?Thanks,Brian in Austin, Texas
View Article32 or 64 bit, how do I know?
I'm compiling a fortran console app that seems to be 64 bit (built on a win7-64 system) as it will not run when I copy it to an XP-32 system. Where in VS2012 do I tell IVF whether I want a 32 or 64...
View ArticleForcing Common to 64K address boundaries
Ok, I have seen a lot of posts about this but nothing suggested seems to work. I am trying to force commons to appear at 64K address boundies as this will allow me to pass that address to...
View Article