Use of %LOC to get address of variable
I am trying to build/run some old Compaq VF in Intel VF and it is failing with the error below however I think the error may be a red-herring, Looking at the FORT.1 file it seems to be in 256 byte...
View ArticleDoctor Fortran in "A Blast from the Past"
David Muxworthy, ISO Fortran standards committee (WG5) Corrigenda editor and member of BCS (formerly British Computer Society) recently sent along a fascinating document. It comes from a project to...
View ArticleFcompW could not be obtained. Your license expired.
I tried to used matlab to call fortran and run abaqus. I received the following error: Error: A license for FCompW could not be obtained Your license has expired. License file(s) used were (in...
View Articleifort: warning #10182: disabling optimization; runtime debug checks enabled
I recently increased the size of some static array and now get the following warning.I tried changing my array to dynamic array for the file in question but to no avail.
View Articleinspector installation bug - text is displayed in reverse
hey,tried a trial version of intel inspector . when the program finished the installation i've discovered that all text is in reverse, like seeing it through a mirror. that was a shame since there's a...
View ArticleVectorization of derived type assignments
Hi,I'm using following derived type for an extended number representation: type :: XNT_TYPE_XNUM !(S)ignificant real(XNT_SK) :: s !(E)xponent integer(XNT_EK) :: e end type XNT_TYPE_XNUMSomewhere I've...
View ArticlePass Allocatble Arrays to DLL Subroutine via Modules
Hi,I am trying to use a derived type structure in a dll subroutine using modules. Here is my main program: Program Main !dec$ attributes dllimport::_DERIVEDTYPECONSTRCT use PARAM real a,b...
View ArticleLines with breakpoints set do not show up in printed output
This is probably a Visual Studio problem, but I'm hoping someone here knows something that might help.Whenever I print source files (or at least selected lines) from Visual Studio (2010) I do not see...
View ArticleWrite to same stdout as application from DLL/SO. Fortran 90 standard.
Please bear with me as my knowledge of programming is not very good.My application written in Fortran via a C function calls and loads up a DLL/SO. Currently the source for the DLL/SO can be C or...
View ArticleHome > Forums > Forums
The web page is broken with respect to the navigation tree (near top). Shows asHome > Forums > ForumsSometimes the second "Forums" goes back a level, other times it logs you out.Jim Dempsey
View ArticleError: Entry Point Not Found
Hi,I am using Windows 7 and trying to build a console application for Win XP (32) and got an error. Compiler i am using is Intel Fortran XE 14.0 compiler and Visual Studio 2012.Also, in the...
View ArticleCompound Assignment Improving Vectorization?
HiI was attempting to write a Fortran equivalent to the code provided in this vectorization tutorialhttps://cvw.cac.cornell.edu/vector/exercise_1My attempt at a Fortran vectorization equivalent is...
View ArticleFortran Optimize Sample
Langue AnglaisSoftware Products: Compilateur Intel® FortranOperating System: Apple OS X*Linux*Microsoft Windows* 8.xProgramming Language: FortranShort description: This sample is designed to illustrate...
View ArticleIntel® Fortran Xeon Phi™ Samples
Langue AnglaisSoftware Products: Compilateur Intel® FortranOperating System: Linux*Microsoft Windows* 8.xProgramming Language: FortranShort description: The examples included herein are designed to...
View Articleifort error to find as and ld after installation gcc
Dear all,I install gcc to my compiler directory:~/compilers/gcc/gcc-5.3.0/bin/gccand I setup enviroment variables:#-------------------------------------------------------------------------------# GCC #...
View ArticleIntel® Parallel Studio XE Code Samples for Windows
Langue AnglaisSoftware Products: Intel® Parallel Studio XEOperating System: Apple OS X*Linux*Microsoft Windows* 8.xProgramming Language: C/C++FortranJava*Short description: The samples included are...
View ArticleIntel Visual Fortran Compiler 16.0 Update 1 for Windows* Release Notes for...
This document provides a summary of new and changed product features and includes notes about features and problems not described in the product documentation. Please see the licenses included in the...
View Articlevariable assigned to number has value NaN
Hello Fortran fraternityI assign a real variable to zero. but when i debug the program, I see that variable value as NaN without any operation having taken place. what could be the reason and what is...
View ArticleOpenmp Static Linking
I use Intel Parallel Studio XE 2013 with Visual Studio Shell. I'm trying to compile fortran code with openmp with static linking. It compiles and produces executable. But the executable does not work...
View ArticleCompilation failure when passed-object argument follows absent optional argument
Module mytype_module !Example taken from "Fortran 95/2003 explained," by Metcalf, Reid, Cohen, Page 280; !IFORT 16.0.0 compilation fails with !"error #6074: The number of actual arguments does not...
View Article