internal compiler error
I have run into the following error:fortcom: Fatal: There has been an internal compiler error (C0000005)At first I could not reproduce it because it only happened on some workstations during make....
View ArticleCan't find ifort in Parallel Studio XE installation
I've installed Intel Parallel Studio XE 2015 Professional uneventfully on my 64 bit machine and used "source opt/intel/bin compilervars.sh intel64".But I still get the ifort: command not found message,...
View Articlebeginthreadex FORTRAN interface
I am converting my win32 application to 64bit version and I have problem with beginthreadex function. Interface for this function is not present in IVF include files.Where I can find interface for this...
View ArticleLeading zero in formatted real output
I have a configuration file that defines templates, options, tokens ete etc to allow a user to format data from my software for a vast range of different CNC type machine controllers…Often leading...
View ArticleError message improvement suggestion (structure length)
When the following error message is generated:... warning #6380: The structure length is not a multiple of its largest element; could create misalignments for arrays of this type. [...]I think it would...
View ArticleError #5522 in Visual Fortran Composer 2015
Hi,Today I've tried to compile my solution with new Intel Visual Fortran Composer 2015.I get permanent compiler errors for "final" implementation: #5522: FINAL subroutines must be defined with the...
View ArticleI need some help for running f90 files.
Hi, I just started to study fortran language.And I have some problem. F90 files which my prof give me doesn't work.There are two f90 files. and i think one of them is main file and the other is source...
View ArticleHow to prevent the Heap memory from exhaust ?
Hi all, Sorry if this is a side topic compared to this forum main scope, but I hope couple of us will benefit from it :What is the best practice (in Fortran-90) to prevent the heap memory from exhaust...
View ArticleInterface Checking
Is it possible for the interface warning check during compilation to be applied across a solution which consists of several projects each containing several files? The reason I ask is that my...
View ArticleMaking DLL arguments part of a module
I am trying to make the arguments of a subroutine be part of the module so other subroutines can use it. Is there anyway to make this work without having to assign local variables (testDLL's a and b)...
View ArticleCompiling an an OpenMP-included source code with -FAST switch
Hi all,I usually compile my Fortran-90 source code (which include OepnMP clauses) with :ifort -g -debug extended -O3 -xHost -openmp -openmp-simd -openmp-report -ipo -fpconstant -fp-model strict -fpe0...
View ArticleViewing module variables in /O3
This seems to be a new debugging quirk (VS 2010 with IVF V15 Update 1)I have a module that defines a user defined type:module MOD_HOST type TypeHOST ... end type TypeHOST...
View ArticleCannot compile/run OpenMP codes
Hi, I'm trying to compile and run OpenMP codes on my machine (2013 Mac Pro, Composer XE 2015, OSX Yosemite), but they don't run successfully. I compile with the -openmp flag and it compiles just fine,...
View ArticleWrong arithmetic-if-hint
HiIm using Fortran 15/Windows. In the optimizationöreport I find a message remark #15534: loop was not vectorized: loop contains arithmetic if or computed goto. Consider using if-then-else statement....
View Articlegenerating 64 bit dlls
I have an application that works fine as a 32 bit target dll. I am working with intel visual fortran compiler version 10 windows, 32 bit1. If I want to compile the same application as a 64 bit target...
View ArticleIntel Fortran Compiler for Mac OS X will not install
I just purchased a copy of the Intel Fortran Compiler 2015 for Mac, Student License, with the intention of installing it on a 64 bit Macbook Pro running OS X 10.6.8. I downloaded the file as...
View ArticleNewly installed product on win7(64), LNK2019 errors
Hi, we installed the product and I attempted to run a .for file. I am getting the following errors. I've submitted it to Intel tech support yesterday and have not yet gotten a response that addresses...
View ArticleSegmentation fault + subroutine vs function interface
Dear all,I have a Segmentation fault (core dumped) problem.When I run my code and I use a function I get a segmentation fault, but only when I use a matrix and a vector with more than 90 elements. I...
View ArticleFile Access with OpenMP
Dear All,I am having some difficulty with OpenMP and Error severe (152): Unresolved contention for DEC Fortran RTL global resource.Let me give you some background to my FORTRAN program. The program is...
View ArticleSpurious results when compiling with /O2 and OpenMP, version 15.0.1
We recently upgraded our 64 bit Fortran compilers on Windows, OSX and linux to 15.0.1.148 Build 20141023. One of our nightly verification cases failed when using the Windows release compilation (/O2...
View Article