Coarray bug
There are two questions I would like an explanation for in the simple test below:1. Why doesn't the code issue an error at run time - since the allocation of the coarray specifies different bounds on...
View ArticleIntel Fortan 14 to 13
Hi everyone,I'm trying to compile a Software call Delft 3D with VS2010 and Intel Composer 2013. I download the last version of Intel Visual Fortran Compiler, but the source code is create of the...
View ArticleDebugger hangs when stepping over an intrinsic function
Hello all, Aside the annoying issue with the .pdb file that get locked most of the time when the debug session is stopped manually (that can be workaround with sysinternals handle.exe tool), I have a...
View ArticleReturn from SUBROUTINE: 0xC0000005: Access violation reading location...
When calling a subroutine that "exits early" due to failed input parameter value validation I get:Unhandled exception at 0x003d0541 in vmpsI.exe: 0xC0000005: Access violation reading location...
View ArticleInconsistent Compiler Error checking
Inconsistent Compiler Error checking using Intel 10.1 FORTRAN on WIn 7Currently using VS 2008 and Intel FORTRAN 10.1 on Win 7 enterprise. Running 32 bit version of these on a 64 bit machine. Using...
View ArticleInter-Module References
I have modules that reference each other. Is there any way to do this; e.g., pre-compiled modules? My desired code sequence would have the following pattern:module M1 source. This uses module M1,...
View ArticleVS2013 crashes on File Open
I am using W8.1 togeter wih VS2013 and IVFComposer 2013. The program I am working with is a MDI application. A feature is to open and edit files, which used to work fine up to now. But suddenly VS2013...
View ArticleVALUE attribute not working with IVFC XE 2013 SP1
HiWe updated Intel Visual Fortran Composer XE 2011 to XE 2013 SP1 and Visual Studio 2008 to 2010 Premium.It seems that the VALUE attribute is not working anymore and it's not recognized as a special...
View ArticleShould the dummy argument of an ELEMENTAL procedure be allowed to have an...
Dear Steve et al. at Intel,The code listed below compiles with no errors or warnings using Intel Fortran compiler version 13.1.0.149 even if Fortran 2003/2008 standards checking is turned on. This...
View Articlemodule design
I have two questions about "modules":1. For explicit procedure declaration(that is declaring a subroutine in a module), is it better to put every subroutine in a separate module, or putting more...
View ArticleInterface questions
I am currently modifying a windows/Fortran application to use Unicode text in all the menu's and dialogs and after a few technical issues this seems to be progressing OK.The SDK has two versions of all...
View Articleproblem getting IVF compiler running
I purchased the latest version of IVF compiler for Windows 8 last week, having already checked out the trial version a couple of months ago. I believe I managed to download the code OK and even the...
View ArticleMemory used by extended types
Hello. I have found something weird in the memory used when a derived type extends another but I do not know if there is an explanation for this or if it is just a bug. The simplified program below...
View ArticleWindows 8.1: libifcoremd.dll is missing
I see the following Runtime Error Message when executing a simple program under Windows 8.1. Any suggestions? I did a clean install of Win 8.1 and all software....still have problem.. Runtime Error...
View ArticleIntel Visual Fortran XE 2013 and the TFS Build System
I have installed Intel Fortran XE 2013 SP 1 on our Build Server. I was expecting the TFS Build System (MSBuild) to be able to build my Intel Fortran XE 2013 SP 1 project. However I get a "must be...
View ArticleCompile under dos command line
I just purchased the Intel Visual Fortran composer XE 2013 SP1 for Windows with IMSL; OS Windows 7. What is the syntax to compile a fortran program directly in dos command line? (I try to avoid the MS...
View ArticleUse of tiny / 2
I have been trying to understand the use of the intrinsic TRANSFER, to store a mixture of integer and real values in an integer array and then recover them. I had hoped to do this in a more standard...
View ArticleWarning 10182
Which compiler switches are causing this warning, and where do I find them in VS?warning #10182: disabling optimization; runtime debug checks enabledThanks,David
View Articleerror PRJ0019 for 'link' tool
I have error PRJ0019 during linking my quickwin project (possibly for 'link' tool). This error comes only in x64 platform (not in 32 bit) The objectivesIntel(R) Visual Fortran Compiler XE 12.1.1.258...
View ArticleUMAT subroutine usage
Hi,I need to develop a UMAT subroutine for inputting a material model into ABAQUS.I interfaced ABAQUS 10.1, Visual studio 2008 and Fortran 11.1 successfully(PFA image of abaqus cmd showing PASS)I then...
View Article