Quantcast
Channel: Intel® Fortran Compiler
Browsing all 3270 articles
Browse latest View live

.db3 file causes Visual Studio crash

I'm using Parallel Studio XE 2015 Composer Edition for Fortran Windows (w_fcompx3_2015.1.148) running with Visual Studio 2013 on a 64 bit Windows 7 system. I recently installed a trial copy of VTune...

View Article


Q about header and resource files

I am not sure these apply to a Fortran situation.Would a resource file be something like a DATA file?I have data files as inputs to some of my applications.For example:...

View Article


Fortran DLL does not work in EXCEL VBA

Hi,I created a DLL file (testDLL.dll) to add two numbers in Fortran as follows:SUBROUTINE addFunction(a, b, Sum)!DEC$ ATTRIBUTES DLLEXPORT,STDCALL,REFERENCE, ALIAS:"addFunction" :: addFunctionIMPLICIT...

View Article

Unhelpful MINLOC/MAXLOC documentation

In the documentation for MINLOC and MAXLOC is the statement"If array has size zero, or every element of mask has the value .FALSE., the value of the result is controlled by compiler option assume...

View Article

run time error forrtl:severe

    Recently, I always meet the run time error "forrtl : severe <8>: internal consistency check failure, file for_intrp_fmt.c, line 1474" when using IVF 2013 integrated with VS2012. The error...

View Article


Issue running exe's on Windows 7 64-bit VM

Hi allI have been using Intel Fortran Compiler XE 2011 with VS 2010 Pro for some time now on my Lenovo Thinkpad.  I've been running on 64-bit Windows 7 and have successfully compiled and ported...

View Article

shape matching between dummy and actual

Now I am debugging a FORTRAN code written many years ago. It was written in *.f.The following is just a demonstration of the original code.program main implicit noneinteger,parameter::n=2integer a(n)...

View Article

MSBUILD command fails

Is it still not possible to use MSbuild command for Fortran projects? We use XE 2015.If it isn't, do you have any suggestions on how to:1) Compile the Fortran projects that are part of a VS 2013...

View Article


Image may be NSFW.
Clik here to view.

passing optional arguments

I am using Fortran Compiler XE 15.0.1.148 .When I compile and run the attached program, it crashes with an access violation.  The error occurs when an optional array section, that is not present, is...

View Article


METIS libraries + ifort + how to install

Dear all,I have a question. Has someone installed METIS libraries? I need to use METIS libraries on my code but I do not know how to install them and how to link them with my ifort compiler.Any help...

View Article

Letter to Santa

Dear Santa,I'm 3 (in "modern Fortran" years!).  My coding siblings say I've been a good and generous Fortranner this year.  And my boss says I've following good coding practices (well, mostly!).For...

View Article

Compiler code parsing error

Steve,I use /Qopenmp_stubs for my debug compiles and /Qopenmp for my release compiles. I have thought that this would allow me to leave the source otherwise unmodified. But my OpenMP parallel loop...

View Article

Pointless build cascades.....

Maybe this is just a VS thing and doesn’t relate to Fortran but…1)    I edit a file that contains a module in Visual studio 2)    I foolishly (optimistically?) click rebuild (rather than just compile...

View Article


Local variables to be saved/static

I am porting a legacy application to Intel Fortran.  On g77, it required the -no-automatic switch so that local variables would be saved/static, i.e., the values retained between invocations, rather...

View Article

Recursive routines - execution order

I was wondering if when a recursive routine calls itself, what happens to statements AFTER the call.Example:subroutine SUB1(isq)call sub1(isq+1)print *,"Does it ever get here?"print *,isq+1endNow if it...

View Article


Preprocessing Partial Words

I want to use to the fpp preprocessor to achieve the following, however fpp doesnt seem to support the preprocessing of partial words. Is there a work around?#ifdef DOUBLE_PRE#define pre_...

View Article

Compiling Error: "Can't open file x64/Release/myfile.obj to write"?

I got a weird error in updating my programs. The programs have been compiled before and the set up didn't change. But now I cannot compile, not even modify the code. Trying to re-compile the original...

View Article


Debugging Visual Fortran 5.0

Have Windows XP. Microsoft Developer Studio 97. On debugging Fortran program and asking for the value of an integer variable, i now get a pound sign and number or letter.  Values of non-integer...

View Article

mkl libraries compiling and not compiling

Dear all,I have a strange problem. I wrote two programs where I use MKL libraries. I compile them with the following command:ifort -r8 *.f90 -lmkl_blas95_lp64 -lmkl_lapack95_lp64 -mkl=sequentialand...

View Article

Image may be NSFW.
Clik here to view.

Link error?

I'm just getting started after many years away from Fortran.  I installed the compiler and tried to Build a couple of the Samples like WHIZZY and I get an error: Error 1  fatal error LNK1123: failure...

View Article
Browsing all 3270 articles
Browse latest View live


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