undefined 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 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 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 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 Articleerror building netcdf-fortran in intel parallel studio xe 2016 update3
Hi all, after build netcdf 4.4.1, i'm trying to build netcdf-fortran 4.4.4 (netcdf 4.4.1 is ok), with intel parallel studio xe 2016 update3, in rhel Enterprise Server 7.2.'configure' and 'make' are ok,...
View ArticleProblem with ifort 15 and mcmodel
Hi all,Recently our university has upgraded from ifort 12 to ifort 15, and now if I compile code with "-mcmodel=medium -shared-intel", it no longer runs on our cluster (though it does if I revert to...
View ArticleIntel 16: 1D pointer to 3D array is not simply contiguous
Hello, I am facing an issue with Intel 16.0.3.210.The issue is that when we want to have 1D pointer to a 3D array that is contained into a type, the compiler is reporting that the data target must be...
View ArticleDetect uninitialized variables that have the SAVE attribute with -ftrapuv
Dear intel team, I am part of a larger group of developers that work on a quantum chemistry code written in Fortran that was founded a few decades ago. We made now an initiative to identify some...
View ArticleFFTW segmentation fault with ifort 17.0
I compiled this code with ifort 17.0 and it gives segfault.https://gist.github.com/appleparan/be9eb47be87f5440c8008118492b4f10It works with gfortran 6.2 but ifort fails. Is this ifort's bug?This is...
View Articleinline problems with ifort 17.0.0
I upgraded my Intel C++ and Fortran compilers last week (September 26-30, 2016) to the Intel 17 versions 17.0.0 and immediately ran into what appears to be a compiler bug due to improper inlining of...
View ArticleHow to use execute_command_line cmdmsg
All,I'm hoping you can help with this. I just tried this simple program:program test implicit none integer :: estat, cstat character(len=255) :: cmsg estat = -999 cstat = -999 cmsg = "notfilled" call...
View Articleifort: command line remark #10411: option '-openmp' is deprecated and will be...
Hello All, I have been facing and issue with respect to Intel Fortran complier while compiling a program called TIEGCM. Which is an open source...
View ArticleIntel Parallel Studio XE 2017 Editions
Hello,I have run some tests using the trial version of the Intel Parallel Studio XE 2017 and I am considering purchasing a licence.However, before I do I have a few questions relating to which edition...
View Articlefortran arch file error
Hi, i tried to install parallel studio xe 2016 (file is l_mpi_p_5.1.3.223) for fortran compiler to linux opensuse . I installed it by install.sh then i sourced it to .bashrc as "source...
View Articledeallocate type variable only one field
Dear all,I have the following type variable: TYPE::tMACROCELLNODE INTEGER :: nElem INTEGER :: AA INTEGER :: IDnode INTEGER :: IDmCell REAL(KIND=8),ALLOCATABLE,DIMENSION(:) :: WFX...
View Article