Run-time error due to narrow format
Hello,I ran into a problem with format strings like "I4.4". Unfortunately I could not reproduce it in a small program and the version of the compiler I am currently using is fairly old, so it may...
View Articlelibiomp5md.dll is missing from your computer
I am building for 64-bit with the /Qparallel and the /Qipo options using Intel Fortran Parallel Studio 2013 SP1 Update 3. When I try to run the executable on another Windows 7 x64 machine, I get a...
View ArticleReferencing to array pointers in fortran
I have acquired the big fortran code and I am trying to refer to the array and output the array values. I can't output the results properly. For example an array of two dimensions array1(:,:) is...
View ArticleIntel visual fortran compiler Version 11.1
Hi Could I get a link to download this old compiler version, I do have license for composer 2013
View Articleask something for MKL on win64
In my project has a subroutine 'dpbtrf' in the MKL, it works well on Windows (ia32), but on 64-bit Windows 7,it has some false conclusions. I have write a program to test 'dpbtrf' and it passed on my...
View ArticleCross-Platform
Until recently I did my Intel Fortran development on a 32-bit Windows XP machine, and I regularly produced both Win32 and x64 versions of my application, which ran just fine on both architectures.I...
View ArticleOptional argument with default value
What will be the best solution to affect default value to an optional argument?subroutine dummy(logical_arg) logical,intent(in),optional :: logical_arg logical_value=.false. if( present(logical_arg))...
View ArticleASSOCIATE optimization improvement
I have a user defined type, that contains a pointer to another user defined type, which contains an array.In the older version of the compiler (pre-ASSOCIATE) I use a pointer to an array =>...
View ArticleI don't understand the implicit issue: The type of the actual argument...
Dear IVF users and developers,I want to compile a code using IVF for a simple calculation. The code that I downloaded compiled on Linux using ifort without any problem.But on windows there are compile...
View ArticleIs Intel Premiere Support only temporarily down...
...or has it permanently taken a dislike to my browser? I tried submitting an issue but there was no visible way to get past step 1 of 3.
View ArticleForum search appears to be dead
Search function returned no entries forx6464-bitDLL...Tried on IE and Chrome, so not due to ancient version of IE we have to use.I suspect the search index has been lost????Thanks
View ArticleICE with derived type with same member name as base type
Hi,I have a base type called TObject, a type that extends TObject called TCollection and a type that extends TCollection called TBlock.In TObject i have a public field "character(len=:),allocatable ::...
View ArticleThere 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 Article