Corrupted 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 Articleundefined reference to `for_realloc_lhs'
Hello,I just upgraded my Linux compiler suite to 17.0 (from the latest 16.xx), and tried to recompile VASP (Fortran+MPI). Now I am getting the error message shown in the subject. I did compile the...
View ArticleXcode + Intel Fortran 2017
A new version of Xcode is now available, but based on previous painful experience I do not want to upgrade until I am sure it works with the Intel Fortran compiler. Which version(s) of Xcode is...
View ArticleHow to debug this code?
MakefileFC = ifort FCFLAGS= -O0 -debug -traceback -check -ftrapuvTARGETS= clean birrpOBJSOC= strlen.f diagnostic.f math.f rtpss.f zlinpack.f coherence.f fft.f rarfilt.f utils.f dataft.f filter.f...
View ArticleXCode 8.0 Plug-ins
HiAfter I update my mac os from 10.10 to 10.11 xcode does not recognize intel fortran compiler . I did some modification which was changing the address of compiler manually to intel fortran compiler...
View Articleifort 17.0.0 AVX dot_product bug on i5-6300HQ with -O2 -xHost
I may have found a compiler bug on Linux, for ifort version 17.0.0 on a Debian 'testing' distribution (uname -a: Linux e5470 4.6.0-1-amd64 #1 SMP Debian 4.6.4-1 (2016-07-18) x86_64 GNU/Linux).The...
View Articleerror building netcdf with intel parallel studio xe
Hi all, i'm trying to build netcdf-4.4.1. with intel parallel studio xe 2016 update 3 in Red Hat Enterprise Linux Server 7.2, following this...
View ArticleBug with derived types and ifort 16.0
I am running into an issue with compiling code with ifort 16 which worked with previous versions of ifort and works with e.g. gfortran. The code in question is...
View ArticleParameterized derived types with pointers to same type as components
Basically I have a derived type that represents a cell and I wanted it to have pointers to its neighbours. This is the data structure I would like to have:module XYZ ... type pointerToCellContainer...
View Article