ifort 16.0.3 and HDf5 segfault
All builds I've tested (up to 1.8.17 and 1.10.0-patch1) segfault when being built on Linux with icc and ifortran 16.0.3. Any idea what's going on? gcc and gfortran builds build correctly.
View ArticleWhat is wrong with my Makefile?
My makefileFC = ifort FCFLAGS= -O3 -xHostTARGETS= clean birrp OBJSOC= strlen.f diagnostic.f math.f rtpss.f zlinpack.f coherence.f fft.f rarfilt.f utils.f dataft.f filter.f response.f weight.f birrp.f...
View ArticleArray Indexing Error in Intel Composer 2017 (ifort 17.0.0)
program Bug call main() ! contains end program Bug Module errorModule double precision,allocatable,dimension(:) :: readInArray, tmpWork integer :: n,i character(len=300) :: filout end Module...
View ArticleSeeking for suggestions on OpenMP copyin of module variables...
Hi,I am trying to hybridize a pure-MPI code with OpenMP. But I am not expert on it, and I face a problem related to copyin the variables initialized from modules.The arrays are initialized in 2...
View ArticleIf the actual argument is scalar, the dummy argument shall be scalar
Following Steve Lionel'sadvicee with warn interface I got this warning for the code I am compilingmath.f(2079): error #8284: If the actual argument is scalar, the dummy argument shall be scalar unless...
View ArticleUnspecified compile time error with function returning arrays
Hi therehere is the example:Module Mod_1 Type :: T_1 integer :: n Integer, allocatable :: a(:) contains Procedure, Pass :: Init => SubInit Procedure, PAss :: getA => FunGetA End type T_1...
View Articlefor_emit_diagnostic in backtrace
When I debug some problem like a segfault in a fortran program, the first three frames in the backtrace (0-2) always point to some functions in the intel library libifcoremt.so and in the system...
View ArticleMemory Leak in OpenMP Task parallel application with Ifort 17
I am trying to parallelize an algorithm using DAG-Scheduling via OpenMP tasks and there many programs are killed by the Linux kernel due to Out-Of-Memory after a calls to the parallelized code although...
View ArticleCorrupted output from dependency generator using ifort 12.1.0
I am currently developping a user subroutine for ANSYS using ifort version 12.1.0 (The version needed to link the user subroutine to ANSYS) with the compiler installed on a Linux platform. Toidentify...
View ArticleIfort 11.0.069 Interoperability with C
Hi, I get a configure: error: Fortran 2003 Interoperability with C required, but compiler lacks supportwhen trying to compile a code with v11.0.069 Ifort. Would anyone know if this should be expected...
View ArticleWrong result using len_trim in array constructor
Hi all,the following code writes an incorrect result:program p implicit none call fs((/"abc","d "/)) contains subroutine fs(text) character(len=*), intent(in) :: text(:) integer :: i write(*,*)...
View ArticleERROR - Syntax error, found....
I have this error and my code is just below, can someone help me?read_co2atm.f90(1): error #5082: Syntax error, found '(' when expecting one of: <END-OF-STATEMENT> ; program...
View Articlecannot activate Intel Fortran compiler via network license manager
I'm failing to install and activate Intel Fortran compiler on CentOS7 via network license manager. When activation, select "2. Use Intel(R) Software License Manager" and enter correct ip and port...
View ArticleYour Feedback Matters
Thank you for using Intel® software development tools. We are committed to making the best possible software and platforms to meet your development needs. Your personal experience with our products is...
View Articleconflict between updates ?
On 7 September 2016, I received an email that indicates that Intel Fortran 2017 has been released. Great news ! I installed it. Softwares to be installed include, among others:- Intel Math Kernel...
View ArticleError with associate to character parameter
ifort does not compile the attached code, which I think is legalprogram p implicit none character(len=*), parameter :: text = "message text" associate( msg => text ) write(*,*) msg end associate end...
View ArticleFGSL install for Linux
Has anyone successfully compiled and installed fgsl using the intel fortran compiler?I've found this...
View ArticlePossible Memory Leak in ifort 2016
It's related to allocating an allocatable component of a user-defined type array with source or mold option, I'm not sure whether this is a wrong way of using mold/source or is a known issue and will...
View ArticleInternal compiler error ifort Linux
Hi I get the following message:tiny.f90: catastrophic error: **Internal compiler error: segmentation violation signal raised** Please report this error along with the circumstances in which it occurred...
View Articlebugs make my playing ping pong between 17 and 16.0.4
With regard to thishttps://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/675652I went back to 16.0.4 which gave me my dynamic library .................. but the...
View Article