Doctor 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 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 Articleoctuple-precision and arbitrary-precision numbers
Hi,I am using Intel Visual Fortran Compiler for windows.It only provides the single-, double-, and quadruple-precision numbers.But I now need to perform very accurate calculations.Is there any way...
View ArticleFile handling differences between Compaq and Intel compilers
Hello, me again with my crusty old Compaq VF code. Further to my previous issue with files - https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/606997 - I have...
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. My configuration is as...
View ArticleOT The rumours are exaggerated :-)
http://www.bbc.co.uk/news/blogs-trending-35363394Les
View ArticleParameter passing and Interfaces
Greetings,I can't seem too get the behavior I want in the following case.I have an interface that looks like this: INTERFACE SUBROUTINE SUBA(PA_FP) REAL(4) PA_FP(:) END SUBROUTINE END INTERFACEWhen I...
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
Language EnglishSoftware Products: Intel® Fortran CompilerOperating System: Apple OS X*Linux*Microsoft Windows* 8.xProgramming Language: FortranShort description: This sample is designed to illustrate...
View ArticleIntel® Fortran Xeon Phi™ Samples
Language EnglishSoftware Products: Intel® Fortran CompilerOperating 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 ArticleWrong(?) Warning 8450 with multiple user defined operators
Hello, the example below produces two warnings #8450:"The type/rank signature for this specific function and its arguments matches another specific function that shares the same OPERATOR generic...
View ArticleTwo strange Warnings(6706;6738) with abstract interfaces
Hello, i get those two warning messages, when compiling the code below."(22) warning #6706: There is a mixture of specific functions and specific subroutines for one generic-spec....
View Article