Intellisense in mkl
I am doing some experimentation in parallel studio xe 2017 with visual fortran. If I use a standard function (e.g. matmul), then I'm getting intellisense with the function's definition and all the...
View Articlewarning for & in quotes
intel fortran 17.1 Compiling with Intel(R) Visual Fortran Compiler 17.0.1.143 [IA-32]...gives a warning for & inside single quotes:as in: if(string(i:i1).eq.'&&') then...
View Articlelinker cannot reconnize -lz
Hi, Intel technician,I have a question for you about Intel 2017 Fortran compiler for Linux.Under Linux, when I applied Intel 2017 Fortran ifort to my application and the following linker error...
View Articleturn vc6.0/fortran6.0 project to vs2010/IVF XE
Hi, everyone! I have searched many web pages but still cannot solve my problems, looking forward to reply. vc6.0/fortran6.0: my project(.exe file) contains a static lib compile with several .c and .f...
View ArticlePassing Numeric SafeArray from VB.Net to FORTRAN
Hello,I'm trying to modify the Safearray example for passing multi-dimensional string arrays from VB.Net to Fortran. I want to be able to pass large REAL*8 arrays using Safearray. I have a program that...
View Articleinstallation Parallel studio XE 2017
I have Microsoft Visual Studio 20015 installed and I have been trying to install Parallel Studio XE 2017 but I always get Error 1316. Le compte specifié existe déjà.I'm using the student licence...
View ArticleVisual Studio cannot debug because <x> is not an EXE file
I am trying to port a compaq FORTRAN app to Intel v11. No compilation error, the app runs from the cmd prompt. There was a topic that is now closed but looked similar. No luck.Help would be appreciated
View ArticleError in overloading constructors of parametric types.
When compiling with ifort 2017 update 1:# ifndef matrix_algebra_F90 # define matrix_algebra_F90 module matrix_algebra implicit none integer,parameter::x_=8 type::vector(size) integer,len::size...
View ArticleWhy debugger does not stop on line in code
Dear Steve; This problem has been covered, but I cannot achieve the answer you got. If I build a console app with this code:program testinputconversionerrorCharacter*1 cdum1Integer iwantcdum1 =...
View ArticleBinary error on Xeon Phi
I wanted to run a Fortran code on one coprocessor of Xeon Phi. I've compiled the file on the main processor (gfortran -fopenmp program.f95 -o test) and copied the output file (test) to the coprocessor...
View ArticleSubmodule error
Hi,I think this code is correct but ifort generate an errorModule MyModule implicit none private Type ,public :: Object integer :: NVar contains procedure :: DoSomething End Type Interface Pure Module...
View ArticleFloating point exception in MSVCRT
I'm using Version 17.0.1.143 Build 20161005 with visual studio 2013. When floating point exceptions are unmasked, the following program produces the INVALID floating point exception when compiled with...
View Articlexcode8.2 is incompatible with fortran compiler
Hi,I updated the Xcode to version 8.2 and I found that I can not find the intel fortran compiler in the 'Build Rules'. Is it a common phenomenon? Do you plan to do a update 2 to fix it? Or what can I...
View ArticleInternal compiler errors with parametric objects (constructors, operators)
Regards Parallel Studio XE 2017 update 1I tried to shorten the code snippet as much as possible:# ifndef matrix_algebra_F90 # define matrix_algebra_F90 module matrix_algebra implicit none...
View Article11.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 ArticleIntel v12 pointer reference bug
I have come across a bug in the Intel v12 compiler (12.1.6 20120928), where the value connected to a pointer reference cannot be accessed when sent to a subprogram. I have a user defined type that...
View ArticleForum issue - duplicate posts/replies
I have noticed some duplicate forum posts/replies appearing this morning and have reported this to the IDZ Forum team.It appears a mal-function with submitting a post/reply are playing into this. It...
View ArticleSegfault with pointer valued functions
Hi there, the code below compiles and runs without error:Module Mod_Bla Implicit none Type :: bla Real, Allocatable, Private :: aa(:,:) contains Private Generic, Public :: getaa => getaamatrix,...
View ArticleElemental function with allocatable attribute
Hello,I need to create a elemental function with returning a variable-length string. To do so I use a allocatable object. But the ifort compiler return the error with code 6112 when gfortran do this...
View ArticleBroken Link for 2016 Redistributables
All the download links for the 2016 redistributable library packages on the https://software.intel.com/en-us/articles/redistributables-for-intel-par... page seem to be broken. Is there an alternative...
View Article