Puzzling DEBUG occurrence
This routine was (until I fixed it) was generating a breakpoint when it read a line from LGU 3.It did tell me where the breakpoint was in the output file, but the debug arrow pointed to somewhere else...
View ArticleICE
I stopped getting e-mail with these posts on Dec 2, so haven't kept trackof what is going on. But here is an ICE--maybe submitted previously. ifort -c int*Intel(R) Visual Fortran Intel(R) 64 Compiler...
View ArticleCompiler interface checking with derived-type arguments
My program calls an external subroutine with a single argument of type derived. There is no explicit interface. The declaration of the actual argument in the program is identical to the declaration of...
View ArticleDCOPY Fortran Subroutine
Hello,Does DCOPY have some lenght limit? In my fortran code I copy a 65000x2000 matrix using this subroutine, and I think that it is generating some problems in my results.Thanks!
View ArticleFortran derived type arguments in DLL subroutines
I'm upgrading an application to allow for dynamically-loaded DLLs created by the user. (I'm basing it on the DynamicLoad Intel example). For my case, one of the arguments to the main subroutine that...
View ArticleINTERFACE and combining several F90 files
Hi,1) I'm relative new to Fortran and I have a series of questions to fortran that may seem very simple to your experts. I'm aware that this line of questions may seem inappropiate for this forum in...
View ArticleHelp with terminating a process
Hi,I am trying to create a routine that launches an application from within my code. However, in certain conditions (unfortunately not all of them avoidable), the external application goes...
View ArticleDifferent FORTRAN versions for Different Visual Studio Versions
I currently have Microsoft Visual Studio 2008 installed with Intel FORTRAN 11.1 and have projects with that setup. I am setting up Microsoft Visual Studio 2013 with Visual FORTRAN Composer XE 2013....
View Articlebuild _fftpack failed
with below command to build part of scipy failed:"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\amd64\link.exe" /DLL...
View ArticleFortran Dynamic Allocation Array
Hithe problem is that How can i increase a (Fortran) allocated array size in a program?in program like this:... real(8), allocatable, dimension(:) :: x ... ! programs body N=100 allocate(x(N)) ......
View ArticleCompilation error ; breakpoint 0*7c90120e
Hi everyone,I've received a program that seems to work correctly on windows 7 (code block+fortran)I've ran it on windows xp (vitrual machine), i've got these errors.1) forrt1: severe 29: file not...
View ArticleConditional Shared/Private in OpenMP parallel region?
Steve, Colleagues:For an OpenMP parallel-do loop, I would like an array to be either private or shared, depending on a determination that includes an assessment of its size and the computational work...
View ArticleOpenMP 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 Article