Quantcast
Channel: Intel® Fortran Composer XE
Browsing all 1424 articles
Browse latest View live

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 Article


WinApp 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 Article


Numerically 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 Article

Compiler 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 Article

Error 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 Article


Phishing 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 Article

Numerical 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 Article

Local 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 Article


Image may be NSFW.
Clik here to view.

Non-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 Article


Image may be NSFW.
Clik here to view.

subroutine UMAT

some help please !

View Article

Warning (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 Article

Error 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 Article

Beta 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 Article


MUGS

Fortran Mugs are ordered.  Should be in next week.JMN

View Article

unexpected 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 Article


link 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 Article

Increasing solver speed

Hello, I am solving a very huge matrix and I would like to know how to increase the solver speed.Regards 

View Article


Has 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 Article

MKL 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 Article

Poll: 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
Browsing all 1424 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>