There is no matching specific subroutine for this type bound generic...
I have a type with two bound procedures (GetAsScalar & GetAsList) under a generic procedure (GetValue):type, extends(TObject) :: TKeyword character(len=:), allocatable :: fValue contains procedure,...
View ArticleProblem installing Intel Fortran 2015
Hello,I am trying to install the latest version of Intel Fortran on my brand new computer but the installer appears to get stuck at a point where it says "Starting pre_install.js". Any ideas? I have...
View ArticleBreakpoints Ignored
I am having a problem when I try to test my fortran dll within the Visual Studio 2013 debugger. My exe calls the dll, and the dll executes, but all of my breakpoints are ignored. So it is executing...
View ArticleIs Visual Fortran supported in a MAC environment anywhere?
Someone has asked me to write software for their MAC computer, and I dont know offhand whether I can find a debugger/compiler for that particular platform. I was wondering if you know of any support...
View ArticleAllocatable arrays in modules
In my code, there is a data container module that includes allocatable arrays. The main subroutine, calls a subroutine to initialize the arrays. Both main subroutine and initialize subroutines, use the...
View ArticleHow to prevent this?
It looks like the VS is tying up the EXE longer than it need to - - Error 1 general error c101008d: Failed to write the updated manifest to the resource of file "d:\william data\my...
View ArticleInvalid license data. Reinstall is required
I was used a Intel Visual Fortran 11.1 until December 31st. but I can't start it at January 2nd. When I start Microsoft Visual Studio 2010 Shell, there comes an error message saying " Invalid license...
View ArticleFortran 6.0 installation
Hi.I'm trying to install Fortran 6.0 on win XP 32 bit. At the end of the installation it says that it cannot create the folder"Comaq visual fortran 6" and the installation stops.I tried, then, to...
View ArticlePuzzling 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 Article