Possible bug on abstract type
Dear great Intel Fortran Developers team,I would like to report a possible bug in ifort 15.0.3.I am trying to develop an OOP library that takes advantage of Abstract Calculus Pattern by means of an...
View ArticleICE with valid code
The following code produces an ICE with ifort 15.0 Build 20150407 (on Linux Intel(R) 64)$ ifort -c testice.f90 testice.f90(50): warning #6178: The return value of this FUNCTION has not been defined....
View ArticlePolyhedron Fortran compilers benchmark
I'm sorry - I sent erroneously my message to Fortran/Windows forum, and repeat now. The Polyhedron Fortran benchmark is absent know,and in particular is absent well known...
View ArticleCompiling with DEC/VAC and IBM/VS Extensions?
I have some old legacy code I'm trying to compile, which was originally compiled on the Lahey LF90 compiler. When I tried compiling using gfortran and then ifort, the program compiled but when running...
View ArticleInstaller says another instance of the installer is running
Hello,This is my first time posting to this forum, not sure if this is the right forum for this question. Apologies if that is not the case.Some time back I had installed Intel Parallel Studio XE on my...
View Articleifort 15 compile time error with adj3.f90
Hi theregettingifort -o adj3 adj3.f90 -stand=f03 adj3.f90(190): error #6303: The assignment operation or the binary expression operation is invalid for the data types of the two operands. [A] adj = a...
View ArticleIntel Fortran 15 compiler error -- pointer becomes unassociated when...
Hello,My group has found what we think is a bug in the Intel Fortran Compiler version 15.0.0. I have prepared a test case that compiles and runs properly when using older versions of Intel Fortran...
View Articledefault initialization of interoperable character components of derived types
I noticed recently that intel fortran, about version 15.0.X, has started warning about the length of interoperable character components:warning #8753: A CHARACTER component of an interoperable derived...
View Articlemove_alloc pointer array to allocatable array
Hi,Is there a way to move the data from a pointer to an allocatable without doing a copy ?The data is allocated in C, but used and deallocated in fortran in a dimension(:),pointer, but then it needs to...
View ArticleWithin Fortran, Call Matlab
Hi,I have a question about how to call Matlab script within Fortran, which performs Matlab parallel computing "parfor" syntax. Basically, I am solving a problem in Fortran which is mainly a Do-Loop....
View ArticleProblem installing Intel Fortran Compiler XE 2015 on Linux
Hi,I am having troubles downloading intel fortran/c++ compiler 15 (professional) linux (specifically CentOS 6.6)I have followed the instructions.1. I extracted the tgz archive 2. I ran the install.sh...
View ArticleInvalid serial number when upgrading to ifort 2016 on OSX
When I attempt to enter my old serial number to activate ifort 2016 I get a message saying that the serial number is invalid. Here it says that I should receive a new serial number:...
View Articleabout Parallel Studio XE 2015 Composer/Cluster Editions
Some questions about Intel Parallel Studio XE 2015 Composer/Cluster Editions for Linux1) Am I correct, that there is now no "only Fortran version" (ifort w/o C) for Parallel Studio XE Cluster...
View Articlecompiler error: undefined reference to `for_ifcore_version'
Hello! I wanted to compile a code with mpif90 (which i got from openmpi compiled with the intel compiler) but I get the...
View ArticleHow to I determine at runtime what vector instructions are being used when...
In a few weeks, we will have another generation of Intel HPC system. We will have systems that support SSE4.2 (Nehalem, Westmere), AVX (SandyBridge, IvyBridge), and CORE-AVX2 (Haswell) optimizations....
View ArticleParallelizing whole array operations with OpenMP workshare
Hi all,I have some Fortran code with a bunch of operations like this:conv_adv = pu(0:imr-1,1:jmr,1:lmr) - pu(1:imr,1:jmr,1:lmr) + pv(1:imr,1:jmr,1:lmr) - pv(1:imr,2:jmr+1,1:lmr) am(0:imr,1:jmr,1:lmr) =...
View ArticleProblems installing Intel Fortran version 16
I am having several problems installing Intel Fortran version 16 from a user account (not root), using an offline license file. First problem occurs at the end of installation. Some final steps...
View Articlecommon block problem in openmp Fortran
my code is: program ... ! Loop which I want to parallelize !$OMP parallel DO I = 1, N ... call FORD(i,j) ... !$OMP END parallel DO end program subroutine FORD(i,j) logical servo,genflg,lapflg dimension...
View ArticleIntel Parallel Studio XE 2016 is now available!
Intel Parallel Studio XE 2016, including Intel Fortran Compiler 16.0, is now available. If your support license is current you can download and install this at no additional charge from the Intel...
View ArticleAcademic Research Performance Libraries from Intel (Linux*)--Intel® Math...
Hello Sir,,I have downloaded and installed Academic Research Performance Libraries from Intel (Linux*)--Intel® Math Kernel Library for Linux*--version 11.2 to my computer but i am not able to find...
View Article