forrtl: severe (159): Program Exception - breakpoint
I am trying to run and compile this program but i get this errorforrtl: severe (159): Program Exception - breakpoint Image PC Routine Line Sourcecalc1.exe...
View ArticleWinApp with Console
Hi I am writing a code that uses a 'c' library. That library has a lot of output to the console.How can I open the console in a Windows app to see those messages and how can I grab those...
View ArticleNumerically stable algorithm for the angle between two vectors
Is there anyone who knew the numerically stable algorithm for the angle between two vectors? - atan2 is more stable than acos?- acos is more stable than atan2, if the two vectors have normalized?
View ArticleCompiler return status
We are checking the compiler return status when programatically executing the compiler and executable. But have found some situations where the return status is ifort...
View ArticleError 1 error LNK2019: unresolved external symbol
I'm new in using Fortran.I am creating a .dll from the following code:testa.f SUBROUTINE TESTA(ID) !DEC$ ATTRIBUTES DLLEXPORT :: TEST IMPLICIT NONE INCLUDE 'params.f' DOUBLE...
View ArticlePhishing when trying to download Fortran compiler
I got a message about your newest Fortran package, so I went to the Web site. When I clicked on that, I got all kinds of "download manager" stuff, which was blocked by my Avast anti-virus.Is there any...
View ArticleNumerical Object Oriented/Procedural Experiances/Discussion
Hi All, This probably is going to lead to a heated discussion, but I wanted to get opinions on Fortran OO versus procedural in modules. Personally I code everything as a standalone modules that contain...
View ArticleLocal arrays
Hello!I have some subroutines like this:pure subroutine Sub1( X, Y ) real, intent(in) :: X(:) real, intent(out) :: Y(:) real Z(SIZE(X)) .... end subroutine pure subroutine Sub2( X, Y, n ) real,...
View ArticleNon-compatible version of fortran libifcore DLL was loaded to process address...
I have a user getting the "Non-compatible version of fortran libifcore DLL was loaded to process address space." message at random times when running an executable that is recompiled and linked for...
View ArticleWarning (528): IEEE_Underflow is signaling
How can I prevent the pop up message window "Warning (528): IEEE_Underflow is signaling"? I am using IVF 14.0.3, IMSL 7.0.1, compiler settings fpe:0, and using the MKL libs option. The main program...
View ArticleError and warning list do not appear in English
Dear colleagues, I'm using Intel Fortran compiler, VS 2008. Output language of error and warning lists are some unidentifiable characters. Any help how to change it into English?thx- Alireza
View ArticleBeta Testers for IVF 15?
Is Intel still looking for beta testers for IVF 15.0? I noticed an announcement about this a few weeks ago, but the announcement seems to have disappeared.
View Articleunexpected SUM() output
I am getting unexpected behavior in the following simple test program. I am expecting the output values of n and s to be identical. When the program is compiled in Release mode, they are identical: n...
View Articlelink fortran code with external libraries
Dear All,I need link a fortran code with four external libraries (lib1.lib, lib2.lib, lib3.lib lib4.lib). I have no problem linking these libraries with a c code (main.c) by using the following...
View ArticleIncreasing solver speed
Hello, I am solving a very huge matrix and I would like to know how to increase the solver speed.Regards
View ArticleHas anyone tested the efficiency of MERGE function?
REAL::X(100,5) INTEGER::IS,K IS=merge(MINLOC(X(:,K)),MAXLOC(X(:,-K)),K>0) ! its equivalent is IF(K>0)THEN IS=MINLOC(X(:,K)) ELSEIF(K<0)THEN IS=MAXLOC(X(:,-K)) END IF! but it seems the later...
View ArticleMKL Link to Fortran
Program Mult real a(3,3) real b(3,3) real c(3,3) integer i, j Write(*,*)'Here' do 100 i = 1,3 do 200 j = 1,3...
View ArticlePoll: Ok to require separate Windows SDK download to install VS Shell?
As many of you know, we currently include, with Intel Visual Fortran, a Fortran-only development environment based on Visual Studio 2010 Shell. While we typically refer to this as "VS2010 Shell", there...
View Article