OpenMP crash with derived type
I am using Fortran Compiler XE 15.0.1.148 .When I compile and run the following simple program in Debug mode, it runs fine without any errors or warnings. However, it crashes if I compile it in...
View ArticleWhere did it put the output files? Bogus location - -
I moved some source code to a folder on my desktop, and did a project build using those.It did the build OK, but after searching for an hour, I could not find out where it put the output files.I am...
View ArticleDebugging -debug:minimal code with VS2013
When using VS2013 Update 4, for Fortran source files compiled with -debug:minimal we lost the ability to set breakpoints or have the source file automatically opened in the IDE with Break All. The...
View ArticleUsing DwmEnableComposition
I have a Fortran application with an embedded OpenGL window. I need to call DwmEnableComposition to turn off Aero so that the buttons refresh correctly but I can't work out how to do it. I've added...
View Articlestack overflow in write-stmt with 2d-array
Dear developers,I observed a bug under Win7(64-bit) with Intel-12.1.2 Fortran-compiler :In a write-stmt the Intel-compiler uses the stack, where it is not necessary, and then (certainly) aborts with...
View ArticleLinking error with Modflow build in VisualStudio 2013
Hi All,I need your help. I'm compiling Modflow2005 in visual studio with intel fortran project in debug mode, but when the link process is reached out the follow error:Error 12 error LNK2005:...
View ArticleFeature request: Block comment
I know this has come up before but not for some time so I'll suggest it again.I comment my code heavily, and often with multi-line and even paragraph-long comment blocks. Unfortunately the comment tool...
View ArticleRun time checks at the project level vs at the visual studio tools -> options...
Run time checks e.g./check:uninit /check:pointer /check:boundscan be specified at the project level for each FORTRAN project, or in Visual Studio 2012 in the TOOLS -> Options -> Intel Composer XE...
View ArticleSource Outlining in Visual Studio.
I find the Outlining feature in Visual Studio very useful, with all the sections collapsed it is very fast to page/scroll up and down file and just have a small number of routines that are of current...
View ArticleLinking Mathgl Library to Intel Fortran solution in Visual Studio
Hello,Mathgl is a C++ open source library that can be used to plot results directly in calculation (see http://mathgl.sourceforge.net/doc_en/Main.html).There are examples...
View ArticleTrapping on uninitialized variable use
Using the compiler option to initialize variables to Nan and trap on Nan (uninitialized variable), should this trap on assigning an uninitialzed variable to another variable, or just using it in an...
View ArticleWhat is the maximum array rank?
Hi,I ran the program on intel visual fortran compiler,using Fortran 2003, and got this error message:error #6204: There are too many dimensions; the maximum rank is 7.I remembered that in the user...
View Article__LINE__ directive in a string variable?
Is there a way to have the preprocessor write __LINE__ inside a string variable directly, as shown below:S = 'This is line __LINE__'My tests indicate this does not work; and I have to resort to...
View Articlestrange behaviour from 64-bit integer
I'm seeing a strange behaviour from int64 integer. Following code: use iso_fortran_env implicit none integer (int64) :: i i=2**32-2 write (*,*) "i, btest (i,0)" , i, btest (i,0) write (*,*) "i, btest...
View ArticleWarning : platform 'Itanium' not present
When I start a large mixed language solution I always receive a warning "platform 'Itanium' not present" from the two C/C++ projects in the solution. I was not able to find any reference to the Itanium...
View ArticleQ re output arrays from functions ?
This could easily be done with a subroutine, with no problems - -I have three variable length arrays here,I want to add the contents of arrays A and B to get array C.The zeroth element tells the number...
View ArticleBuilding a static library from object files
Hello,We are using IntelVisual Fortran Composer XE 2011 (Update 7 Integration for Microsoft Visual Studio* 2010, 12.1.3518.2010) to create static libraries from object files previously generated. On...
View ArticleNumeric exception when calling pow-function
Hi,on some computers (not all) I get a numeric exception when calling the pow function (by using the ** operator) with a negative base(~ - 1.7) and an exponent of 0.75. I get this exception even though...
View Articleerror PRJ0019
Hello.After compiling with the Qprof-gen and runing, I tried to compile with Qprof-use and got this error:error PRJ0019: A tool returned an error code.Do you know what this error is? I'm using Visual...
View ArticleWith compiler 15 (Update 1), linker fails to recognize UNC path name in...
Has anything changed with respect to working with UNC path names (\\server\share\file_path) in LIBPATH input to linker toward building Fortran EXE projects between Intel Fortran Compiler 13 (version...
View Article