Intellisense-like features in Visual Studio - Function and parameter short...
Hello,I just discovered some of the features of the Intel Fortran Compiler in combination with Visual Studio (2015), like "Go To Definition" and "Find All References", who are really cool!For intrinsic...
View ArticleError 6633 for type-bound operators when derived type is second argument
I've come across a bug which I think is similar to https://software.intel.com/pt-br/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/583935. When create an abstract type with type-bound...
View ArticleProblem with RenameFileQQ
I am using RenameFileQQ to rename a directory.I have noticed that the documentation only says it renames a file.I have used the code previously to rename a directory and it works.use...
View ArticleCompiling a Fortran code by linking C object in command prompt
Hi,I have been handed a code to execute on Windows environment, where the same code ran without any problem on LINUX.Here is an outline of the code execution plan:Compile a C code (hapsug.c) to create...
View ArticleError for binary operation involving polymorphic variables
I have found that the following code (which compiles with gfortran) produceses an error with ifort 17.0.1.module test_mod implicit none type, abstract :: bin_op_type contains procedure(bin_op),...
View Articleerror #5078 and #5082
hello sir I have problems in programming, after I run there is some error # 5078 (Unrecognized token ' ` ' skipped) and # 5082 (Syntax error, found IDENTIFIER 'USERCONSTITUTIVEINPUTS' when expecting...
View ArticleCatastrophic error during compilation
Hi,when compiling my project I get the following error:fcph.for(61): catastrophic error: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it...
View Articlelimit on open files
I am getting an error (IOMSG from open) that there are too many open files. The logical unit I am using is 93.acsyscommand: open error = too many open files So, what is the limit? Is there a way to...
View ArticleProblem passing pointer from C to Intel FORTRAN and back to C
Hi there,I am having an issue with FORTRAN/C interop using Intel FORTRAN that I'm hoping someone can help me with.It is illustrated by the contrived example below:library.f90:module m implicit none...
View Articleproblem using IMSL library
Hi all, I'm newer from this forum and from the software. I just bought the product "intel parallel studio XE composer edition for fortran with rogue wave IMSL 7.0 win" it comes with visual studio 2013...
View ArticleHow to debug from Fortran to C++
Hi, I have 2 projects in visual studio 15, one c++ and one fortran.The Fortran project is using the c++ dll as a dynamic dll. It works just fine.But I cannot debug from the Fortran code into the c++...
View ArticleProblem running openmp with ifort - dyld: Library not loaded:...
Hi, my name is Sergio Ocampo, I'm currently migrating my fortran code from gfortran to ifort. My code uses openmp and I'm getting the following error when I try to run it: ifort -qopenmp...
View ArticleHEAP CORRUPTION
I got the folowwing errorHEAP CORRUPTION DETECTED : after Normal block (#15840889)at 0x00778E70.CRT detected that the application wrote to memory after end ofHeap buffer.What can I do ?
View Articleforrtl: severe (174): SIGSEGV, segmentation fault occurred
Dear all,I got stuck with the following error,forrtl: severe (174): SIGSEGV, segmentation fault occurred Image PC Routine Line Source a.out...
View Articlelink options for static build
For an application with primarily Fortran but a bit of C & C++ code, what are the link options I need to get a fully static built executable? thanks,Scott
View ArticleMemory leaks with polymorphic allocatable objects and components
With 17.0.1 (and perhaps earlier, I didn't check) the compiler does not correctly handle the deallocation of polymorphic objects, where there is some sort of inheritance hierarchy and the deallocation...
View Articlecopy of component structure results in stack overflow
hi,i have an allocatable, rank=1 structure containing an allocatable component which is a real*8, rank=3 array, defined as follows:db=kind(1.0d0) type griddata real(kind=db), dimension(:,:,:),...
View ArticlePossible regression in Intel 17?
Code below compiles and functions as expected with Intel 2013, 15, and 16. Intel 17 gives ICE. Other compilers seem to handle it as well. We have a workaround in the "big" code, but would be...
View ArticleVisual Studio - immediate window
I have noticed that when I am using VS2015 in conjunction with Intel Fortran, when debugging, Immediate window cannot process intrinsic functions. It is aware of all variables but e.g. for SIN(1.0) it...
View ArticleCalling Fortran DLL from C++ DLL using Visual Studio 2015
Dear All,I have a DLL written in C++ and a program written in Fortran. What I need to do is to transform the Fortran program into a DLL and make the C++ DLL able to call it.I read several topics on...
View Article