Can the Fortran forum spell checker recognize "Fortran"!?
FORTRAN is recognized, but Fortran doesn't seem to be!
View ArticleWindows XP compilation LNK4010
I'd like to compile a program for 64 bit Windows XP, under Visual Studio 2013. I had previously done that (with IVF 2012) by specifying "Not set" for the linker subsystem and adding...
View ArticleIs this allowed to be pure?
Consider the attached program.In 14.0.1.139 I get the following error for line 231:error #7145: This object must not be used as the pointer-object or target of a pointer-assignment-stmt in a PURE...
View Articleimsl compiller
ı am trying compiller imsl lib on visual studio but get errorinclude 'link_fnl_static.h'USE EVCRG_INTUSE EPIRG_INTUSE UMACH_INTUSE WRCRN_INTIMPLICIT NONE! Declare variablesINTEGER LDA, LDEVEC,...
View ArticleDebugger problem with assumed-length CHARACTER dummy arguments with...
Consider the simple code shown below. The debugger hover and watch functionality in Visual Studio doesn't show the correct value for the assumed-length CHARACTER dummy argument when the actual...
View ArticleAbout integer KIND parameter
I was doing some tests on integer kind type parameters and something went wrong like: when I assign the value Z'80000000' to INTEGER(KIND=4) variable, the compiler generates a warning message saying...
View ArticleFortran compiler problems creating DLL
Hi, I've got a problem FORTRAN breaking on me.1) The linker started giving COFF invalid format error on trying to create a DLL, this used to work. I'm suspecting recent automated Windows updates (I...
View ArticleArcsin(x) for x > 1 in fortran
In fortran there exists a intrinsic function ASIN for calculating arcsine(x).But there is one problem, x should be real and less than 1 or complex.But my problem is I have to calculate arcsin(x) for...
View ArticleVisual Studio Community 2013 - "free" IDE with resource editor
Microsoft relased Visual Studio Community 2013 which is full version of Visual Studio which is available at no cost for non-enterprise application development.I have tried to install Intel Fortran to...
View ArticleThread safe Fortran dll:s
Hi,I have read the post by Martyn Corden: https://software.intel.com/en-us/articles/threading-fortran-applications... on thread safe Fortran.There he writes that not all native Fortran libraries are...
View ArticleHelp - get "An attempt was made to load a program with an incorrect format....
I am attempting to use a DLL created in Visual Fortran 2011 -- XE12.0, whenever the C# calling routine attempts to load the DLL I get the following error. "An unhandled exception of type...
View ArticleVirus Detected by BitDefender Rescue CD
I run the BitDefender Rescue CD every few weeks to make sure my system stays clean. I just ran a scan this afternoon and it reported a virus in some of the Intel installation files. All prior scans...
View ArticleIntel Parallel Studio XE 2015 and Visual Studio 2013, from scratch
Dear all,sorry if this has been already handled. I have a problem with Intel Fortran Composer XE 2015, Visual Studio 2013 and Windows7.I was a happy user of Compaq Visual Fortran untli our organization...
View ArticleIssue with REAL*4 array value re-initialize to 1.8367099E-39
I don't have much experience with FORTRAN. I've been assigned to work on legacy FORTRAN application. I have upgraded our legacy solution from "Intel Fortran Compiler for IA-32 applications, Version...
View Articlewhy changing subroutine name just works?
One subroutine is named fournI got errors like error #6633 the type of the actual argument differs from the type of the dummy argument. [COEF]COEF is the argument of subroutine fourn.The change fourn...
View ArticleWhy aren't libmmd.pdb and libmmdd.pdb part of the intel64 redistributables?
The question is in the subject. It seems this is deliberate because while there are ia32 versions of these pdb files in the redistributable folders for the compiler and in fredist.txt, the intel64...
View Articlethreadprivate common-block for non-openmp thread
Hi,I've got a FORTRAN dll that was made multi-threading-safe for openmp-threads by adding threadprivate-pragmas for all common-blocks.Now, I'm trying to use this library in a multi-threaded...
View ArticleMake legacy code generally thread-safe (not just for OpenMP multithreading)
Hi,I've just created a topic called "threadprivate common-block for non-openmp thread".But AFIAK fact is:There are billions of LOC of legacy FORTRAN libraries out there that use static variables...
View ArticleProblem with exporting subroutine to DLL
Hi!I have a problem when exporting code to DLL using the DLLEXPORT markup. This is compiler version XE 4.0.0.103 on IA-32. I. My main subroutine that I want other applications to be able to access is...
View Articleiso_fortran_env not supporting compiler_ intrinsics
I'm trying to port an application to ifort. Apparently ifort doesn't implement the iso_fortran_env intrinsics compiler_options and compiler_version which are present in several released Fortran...
View Article