ifort compiler version specific seg fault error
Hello,I am receiving a very strange segfault that seems to depend on the version of ifort I am using. I am including the subroutine that is producing the segfault. I have ran the code with a number of...
View ArticleAnother ICE with parameterized derived type
Please check this out:module m implicit none type :: t(n) integer, len :: n real :: x(n) end type type, public :: foo private real, allocatable :: m_x(:) type(t(:)), allocatable :: m_t contains private...
View ArticleVisual Studio IDE issue: blank members drop-down for a module with...
With Visual Studio 2013 and Intel Fortran integration using compiler 2015, update 2, the members drop-down for the source window in the IDE shows up empty for the simple module code shown below....
View ArticleArray Initialization Error when mixing different integer types.
Code:PROGRAM main USE ISO_C_BINDING IMPLICIT NONE INTEGER, PARAMETER :: DIM0 = 7 INTEGER, PARAMETER :: DIM1 = 4 INTEGER, PARAMETER :: num_flags = 4 INTEGER(kind=8), PARAMETER :: DIM0a = 7...
View ArticleRetrieving a value from an array to use it in an equation, using column value...
Hi, I am trying to retrieve a value from an array, using column value as index, to select the corresponding value from a specified row, and use it in an equation. Attached is a portion of the array. In...
View Articlecoarray problem with allocatable array and derived types
Hi,I added some code which either segfaults or prints the wrong result (ifort 15.0.2, Intel MPI 4.1.3.049). It should work, as far as I understand the standard, so I'm assuming that it's a compiler...
View ArticleMKL 11.2 Install Failure - Fortran Composer XE 2015 / VS 2010 Shell
I recently attempted to upgrade my Fortran compiler to the Fortran Composer XE 2015 edition released on 2/5/2015. The Fortran upgrade appears to have gone OK. However, when installing the MKL...
View Articleforrtl: severe (41): insufficient virtual memory
Hi,While running GSI application global test for "T574" resolution it gives me below error...
View ArticleICE with 15.0.2
Oh the trouble I had - when compiling the attached the compiler went bad, which made me all sad. If it got fixed I would be glad, so help me, before I go mad.>ifort /c /check:all /warn:all...
View ArticleCompiling BOOST in OSX, undefined symbols for architecture error
Dear all,I am trying to compile BOOST in OS X 10.10, using intel compilers 15.0.2./bootstrap.sh --with-toolset=intel-darwin cxxflags="-std=c++11" linkflags="-std=c++11" ./b2 -q \...
View Articleerror #6405: The same named entity from different modules and/or program...
Hi,I am getting the error message from the title when compiling the code in which there are many modules having the initialisation procedures with the same name, init. Normally, when the various...
View ArticleAuto update of file version number in a *.rc resource file
Hello,I have a .rc resource file in a Fortran DLL project where I set information like the version number. Is there a way to automatically increment part of the file version number with each build? I...
View ArticleHow small can we go?
Those of you who follow my @DoctorFortran Twitter feed have seen this already, but for the rest of you... I have acquired five MinnowboardMAXes - small single-board computers with dual-core Atom...
View ArticleMemory not released after DEALLOCATE
I am working as a software developer in a company with a code based on FORTRAN 90. Recently we have found that code was failing with lack of enough memory at some stage of the run. Tests have shown...
View ArticleError #8055: The procedure has a ... VALUE... Required explicit interface is...
I just downloaded and installed the latest update(w_fcompxe_2015.2.179) and am now getting an error that I did not get when using the version from October of 2012(w_fcompxe_novsshell_2013.1.119).I...
View ArticleTargetting best performance on any available SIMD architecture
My code currently targets a baseline architecture of SSE2 (/arch:SSE2) and an additional code path (/QaxAVX).I want users of the Haswell (AVX2) to benefit without making the code fall back to SSE2 when...
View Articleswapping in windows 10
Although Visual Studio and other applications appeared to remain in working order after the (very time consuming) Windows Update installation of windows10 tech preview, none of my Intel software tools...
View ArticleFeature request: "Inherit from parent or project defaults" for Additional...
Sometimes it is useful, or even necessary(?), to type in compile flags manually in the property field Configuration Properties->Command Line->Additional Options. However, "Additional Options"...
View ArticleCopy of allocatable array component of a coindexed object in a subroutine...
Hi,here's another bug report about the Coarray implementation of the Intel Compiler (version 15.0.2). The following code fails with a segfault:module arrays implicit none type b...
View ArticleList Directed I/O Error
Hi,As can be seen in the attached program, when I am trying to open, read and write data into an array, I am getting an error which says as follows:"forrtl: severe (59): list-directed I/O syntax...
View Article