Quantcast
Channel: Intel® Fortran Compiler
Browsing all 3270 articles
Browse latest View live

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 Article


Another 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 Article


Visual 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 Article

Image may be NSFW.
Clik here to view.

Array 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 Article

Image may be NSFW.
Clik here to view.

Retrieving 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 Article


Image may be NSFW.
Clik here to view.

coarray 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 Article

MKL 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 Article

forrtl: severe (41): insufficient virtual memory

Hi,While running GSI application global test for "T574" resolution it gives me below error...

View Article


Image may be NSFW.
Clik here to view.

ICE 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 Article


Compiling 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 Article

error #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 Article

Auto 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article


Memory 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 Article

Error #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 Article


Targetting 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 Article

swapping 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 Article


Feature 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 Article

Copy 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 Article

Image may be NSFW.
Clik here to view.

List 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
Browsing all 3270 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>