Using !DEC$ ATTRIBUTES C, EXTERN directive for arrays
All,I am unable to get the code below to compile as a static library. I declare the TEST variable as a C external real array (dimension 2). No problem there, but, when I try to set the first element...
View Articlesubroutine faster than function? (ifort 10.1.021)
Are there benefits using a function instead of a subroutine if both subprograms can be implemented? For simple test-problems subroutines seem slightly faster than functions, whether using the pure...
View ArticleUse of !DEC$ATTRIBUTES FORCEINLINE
I read round the help files which do not say very much and had a some (hopefully) quick question.1] Is the sample below valid usage of the directive?2] Having use FORCEINLINE in a subroutine that is...
View ArticleInsufficient Vitural Memory XE Composer 2013
I am using Intel Studio XE 2013 with Visual Studio Ultimate 2010. I am compiling a big project. I've got some problems.1. I am choosing X64 to run compliler. It's done, however the "stack oveflow"...
View ArticleResource Compile Warning RC4005
1>------ Build started: Project: EngMod4T, Configuration: Release Win32 ------1>Compiling resources...1>Dialog_init.rc1>C:\Program Files\Microsoft Visual Studio...
View ArticleError Trapping with SIGNALQQ (or other?)
We are trying to use some signal handling to trap exceptions in our fortran program on Windows using SIGNALQQ. It works for some errors but not for others, for exampleforrtl: severe (408): fort:...
View Articleerror #7836 with Intel Compiler
Dear allI am using Intel(R)64, version 11.1.067 version.I continously encountered error # 7836 while compiling a FORTRAN code. From the debug report, I see that the problem is in the following part of...
View ArticleLink VS2008 to 2 external libraries
Dumb problem/question: Using Visual Studio 2008 and Intel VF 11.1, I'm trying to link 2 external static fortran libraries to my fortran program, unsuccessfully at this point.I'm specifying the...
View Articlecan't use IMSL fortran library
Dear allI have followed the instruction as to how use IMSL from Intel Fortran Compiler. I I have the following from the log fileCompiling with Intel(R) Visual Fortran 11.1.067 [Intel(R) 64]...ifort...
View ArticleXE 21013 includes IMSL?
Does: "Intel® Visual Fortran Studio XE 2013 for Windows* - Evaluation" include the IMSL libraries? I have VS 2010 and want to write Fortran using IMSL. Thanks.
View ArticleThe problem with the release versus debuging executables
Hi,I have developed a code using the Intel Visual Fortran Compiler on the Visual Studio 2010. The problem I have is that the code runs perfectly using the debugging executable but the execution...
View ArticleProblem with linking DLL
I am trying to turn a series of sub-routines of a code into a DLL. It's the first time I do that so I'm a newbie and this is probably a trivial question. The original code compiles and runs without...
View ArticleFortran frozen after iterations in a loop
Hi,The code I have attached is freezen at the 204th loop. I have no idea the reason for that. When I set the parameter nr=100, everything works fine, and when I set nr=500, the code freezes at the...
View ArticleIntel Visual Fortran Complier 11.1
I have Intel Visual Fortran Complier 10.0 now which does not work with Windows 7. Is it OK for me to get a free updating? How can I do that? If I need to buy one, how should I do that. I don't find...
View ArticleComposer XE Visual Studio Integration
We are looking at purchasing 10 copies of Intel Composer XE 2013 for our development team. However, I'm confused about the IDE provided. Is it true that the FORTRAN compiler can integrate into the...
View ArticleAccess violation after dlgexit on windows XP WIN32
When I compil a Qwin application with option /iface:CVF, the program crash "Access violation" when execute "dlgexit" on windows XP 32bitsIf option /iface:default it's OKCompiler : Composer XE 2013The...
View ArticleCopying a worksheet between EXCEL workbooks
I generate data files which I want to import into Excel worksheets and display as 3-D surface plots.I am using an EXCEL module generated using the INTEL module wizard.Using the AUTODICE sample code as...
View ArticleCan't find local help files
I am using VS 2010 and IVF 2013. I chose to use local help. The only help I have installed is for VTUNE Amplifier. When I try to install content from online I don't see anything for Fortran. I see a...
View ArticleHigh CPU usage when open a IVF solution with MSVS 2010
I am using MSVS 2010 + Cluster Studio 13 (updated last week). When I open my solution (some c projects and some fortran projects), the CPU usage went up and never came down. The trouble maker could be...
View ArticleSlow compiles with 2013 compiler
For my project, I’ve noticed very long compile times for the 2013 version of the compiler (compared to the 2011 version). Files that used to take seconds are now taking minutes to compile. Has anyone...
View Article