Quantcast
Channel: Intel® Software - Intel® Visual Fortran Compiler for Windows*
Browsing all 5691 articles
Browse latest View live

MIN vs IOR

While MIN can take several arguments MIN(A,B,C), why not permit the elemental intrinsic bit manipulation functions take more than two variables: IOR(I,J,K), same with the other bit manipulation...

View Article


Vectorizing list with zeros

Colleagues,I watched the recent Intel webinare on parallelization/vectorization and found extremely useful. I've been working through the K's of lines of code I'm responsble for, changing things when...

View Article


C# calling Fortran Subroutine

 Where is the documentation showing steps required to call a Fortran Subroutine from C#.I am trying to import the Fortran Subroutine as follows:        [DllImport ("WDSys.FortranCode.dll", CharSet =...

View Article

Wrong array size with realloc_lhs when a type contains a allocatable class...

We have a large F2003 code that runs fine on IVF12.1 but always caused unexpected behavior on IVF13.x (and also the beta IVF14.x).After quite a long search, we were able to attribute the problem to a...

View Article

IFLOGM Dialogs & Images

I was wanting to have some buttons on windows dialogs  that have images rather than text. In the resource editor a button has Options Bitmap true/false and also  Icon true/false  under 'Appearance'. I...

View Article


Intel CoArray Fortran Tutorial

Hi All,Is there a tutorial on all the features and sample implementations of Fortran CoArrays beyond the simple multi-image Hello World example? It would be great if it shows how to apply the CoArrays...

View Article

OPEN(NEWUNIT Set Unit To Positive Value

I have a large program that reads in an input file that contains a list of additional input files and a unit number. I like to change the code so that it can take advantage of the Fortran 2008 NEWUNIT...

View Article

How to restructure a code in IVF?

Has Intel Visual Fortran a tool to restructure a code in the staircase style?In the case of No - is it planned?The following is an example:      IF ( kon.NE.0 ) THEN          IF ( mark(nmove).LT.0 )...

View Article


array bound error checking question

I am debugging a console application.I have the Fortran/Run time/Check array bounds and strings turned ON. I have the Fortran/Run time/Generate Tracebacks turned ON. In the debugger, the code breaks...

View Article


what is the meaning of this error message

I am running a numerical analysis code in a console window and get the following error message. What does it mean, and why is there no routine and line number for the offending line in my...

View Article

Visual Studio 2005 Intel 9.1 Fortran IDE Integration

Our organization uses the Subject environment.  If I build a Console Fortran Application the IDE environment works very well allowing me to edit/compile Fortran source code.If I build a Windows...

View Article

Number of threads for autoparallel

I have what I hope is a simple question when using autoparallel in IVF Composer 2011.Although it may well be in the documentation somewhere, I have been unable to find how to control dynamically the...

View Article

Steve Lionel reaches the huge half million points milestone – thank you, Dr....

500,000 points... that is a TON of points. IDZ community mastermind Steve Lionel, commonly known as Dr. FORTRAN, has reached that mark!What does a half of a million Black Belt points look like? It’s...

View Article


QuickWin Chiled Window content resizing

I'm new to Intel FORTRAN long as well as Quick-Win and I'm getting stuck trying to rescale a graph I made using Scigraph. I've tried different things and all my changes keep either not showing the...

View Article

* format

There appears to be a line length limit with the * output format, which does not occur with some other compilers.Often I will quickly write a variable dump to the screen or a file, that I will later...

View Article


IVF and VS 2010 on Windows 8

Does anyone know if there are any issues using the lastest IVF compiler with VS 2010 on Windows 8? I am about to receive a new PC which has Windows 8 pre installed and I suspect certain applications...

View Article

fatal error LNK1104: cannot open file 'ifconsol.lib'

I recently came up with this error while compiling a code:fatal error LNK1104: cannot open file 'ifconsol.lib'This error was listed in a post from 2006...

View Article


need help with Linker warnings (MPI and IMSL)

1>ipo: warning #11077: C:\TRC-2013\Lateral Torsion Coupling\XLTRC2\Debug/selmatTor.obj: locally defined symbol __imp__MPIPRIV1 imported 1>XLTRC2_lib.lib(ProgressIndicator.obj) : warning LNK4075:...

View Article

inconsistent ACCESS VIOLATION

I am having problems with an error 157 (Access Violation), but can't seem to make any headway.The biggest challenge facing me now is that the code does not always crash at the same point. The code is...

View Article

Error: function is called as subroutine.

I am receiving the following error: #12145: [SV] function "for_read_dir_i8" is called as subroutine. What does it mean? What is wrong? READ (UNIT=8 REC=NUMBER_OF_RECORD) BUFFER

View Article
Browsing all 5691 articles
Browse latest View live