XE 2015 Getting Started Page always opens
How do I stop the Getting Started page from being loaded whenever I open VS?Previously, changing the settings on Tools / Options / Startup would ensure that my last solution would reload in the same...
View ArticleICE with polymorphic defined assignment and -assume-realloc
Hi again,For the code below, I get an ICE, caused the interface assignment(=) block.module mod1 type, public :: t1 character(:), allocatable :: chars end type interface assignment(=) module procedure...
View ArticleVery slow compilation
Hello, Recently, the compilation time of our programs has slow down dramatically. For a very simple source :@drhpcmss % time ifort -c -fpp hsbib/normR.f90real 0m12.450s user 0m0.048s sys...
View ArticleStepping through code compiled with Optimzations on
Recently I upgraded to the most recent version (2015) of the IVF. After compiling up a Debug build, I noticed the VStudio (2010) debugger moving to unexpected code lines when F10 or F11 was pressed....
View ArticleStepping through code compiled with Optimizations on
Recently I upgraded to the most recent version (2015) of the Intel Fortran compiler. After compiling up a Debug build, I noticed the Visual Studio (2010) debugger moving to unexpected code lines when...
View ArticleHow to identify the most static memory consuming variables with Intel Fortran?
Hi,I have a big Fortran program in which all variables are static and divided in several common files. The size of these variables/arrays are defined as parameters and I would like to increase one of...
View ArticleWin7 SDK 7.1 compiler environment problem
I have a Windows 7 x64 computer running Composer XE 2013 with Visual Studio 2010 Shell. After installing SDK 7.1, the Intel 64 command window displays a message on startup that "The specified...
View ArticleI got some error to execute ifort
Hi i am in very beginning of fortran language and i got some error to execute ifort in terminalfirst, i typed " source /opt/intel/composer_xe_2015/bin/compilervars.sh intel64"and it was working.but...
View ArticleToo long row?
Hey,I'm trying to write the dates (yyyy-mm-dd) from 99 years into one singel row in a textfile. By:WRITE (15,155)(string_date_array(I), char(9), I=1,365000)155 format ('%ID','',365000a10,a2))But after...
View ArticleProblem with nested ASSOCIATE constructs
Hi, I get an error with the attached code which I think is due to a problem within the compiler. The error appears when using two nested associate constructs:$ ifort -c test.f90 test.f90(20): error...
View ArticleRecently, I have noticed another annoying behavior from VS.
Recently, I have noticed another annoying behavior from VS. Yesterday, I used the profiler in a different project, which I finished and forgot about. Today, I opened an EXE and the associated source in...
View ArticleIMSL environment Variable
Hi, I tried to compile a program with IMSL routines. The error message is "error #7002" Error in opening the compiled module file. Check INCLUDE paths." According to "Using the IMSL Libraries from...
View ArticleBug: Decimal point in input data for integer variable in I/O list does not...
F2008, Section 10.9.1 says: 9 10.9.1 List-directed input 10 Input forms acceptable to edit descriptors for a given type are acceptable for list-directed formatting, 11 except as noted below. The form...
View ArticleFunction returning POINTER as actual argument?
I am having problems with ifort (15.0.0.077) when a function returning a pointer is an actual argument to a function with a pointer dummy argument. If I use a temporary pointer variable, the function...
View ArticleOn default initialization
Hi,Even though, in light of recent threads, the code is not useful, I was wondering: why, in the following code, the compiler reports missing initialization, when the field is already...
View ArticleGetting the Most out of your Intel® Compiler with the New Optimization Reports
The performance improvement an application gets from being compiled with optimization can be enhanced by understanding and acting on optimization reports. Fortunately, this has become much easier with...
View ArticleDiagnostic 15521: Loop was not vectorized: compile time constraints prevent...
Product Version: Intel(R) Visual Fortran Compiler XE 15.0.0.070Cause:The vectorization report generated when using Visual Fortran Compiler's optimization options (-O2 -Qopt-report:2 -traceback...
View ArticleError 1 fatal error LNK1104: cannot open file 'uuid.lib' LINK
As appended to a previous post I had Intel® Visual Fortran Composer XE 2011 running under MS Parallel Studio 2008. A while ago I installed MS C++ and C# and when compiling for x64, I get the error...
View ArticleUnable to get Excel Bitness
I'm trying to use the API calls to get the bitness of Excel, and I'm using the following code, which fails on the GetBinaryType call.Any ideas?Thanks,PROGRAM TESTIMPLICIT NONELOGICAL :: Is64Bit Is64Bit...
View ArticleGenerating a Vectorization Report
A vectorization report shows what loops in your code were vectorized and explains why other loops were not vectorized. To generate a vectorization report, use the Qopt-report and Qopt-report-phase:vec...
View Article