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

Problem with MKL dpotrf function

Can anyone see why I am getting all zeroes back in [A] when calling the MKL dpotrf function below? Info comes back as 0 which indicates success, but A is just full of zeroes. What am I missing? I have...

View Article


freezing in debug the code

Hi , i'm not good in FORTRAN programming. i have FORTRAN source code. i need to run it for validation my work. i try to run this code with Intel compiler and Microsoft Visual Studio IDE.compiling and...

View Article


Image may be NSFW.
Clik here to view.

use of Vector instructions

I have been attempting to  investigate the benefit of AVX instructions on my i5 notebook, in comparison my Xeon desktop, which does not support AVX instructions. The results I have obtained indicate...

View Article

print of source files in Visual Studio 2012 not longer possible

I wanted back the color code printing of Fortran source files I was accustomed to in VS 2010 (after installing the additional file "ColorPrinting.vsix"). I switched to VS 2012 recently, where the color...

View Article

write huge

I just have a quick question.This simple program program WriteHuge   implicit none   print *, huge(0.0d0)   write(*, *) huge(0.0d0)   write(*, '(E24.16)') huge(0.0d0)   write(*, '(E40.20)') huge(0.0d0)...

View Article


Crash if temporary implicit pointer is created

Hi, Could you please explain the crash in the following program? module A_m   implicit none   private      type, public :: A_t     private     character(len=1)  :: dummy_char   contains     procedure...

View Article

Image may be NSFW.
Clik here to view.

Q about repetitive DATA statements

We were just talking about initializers and DATA statements.I have a situation where I need constants that are repeated.I am not sure one can do that with just a DATA statement oran INITIALIZER. Of...

View Article

Intializing Variables for Use Across DLL

All,I'm working on some legacy software and we have a DLL with one external function: doSomeMath( Data ). Where Data is really multiple arguments with several different large derived types. Internally...

View Article


Reading data from binary files

I am working towards making a 16 bit fortran application into a 32 bit application. The main application reads data from 2 UNFORMATTED files.FILEA - SEQUENTIAL ACCESSFILEB - DIRECT ACCESS, RECL =...

View Article


service pack 1 for Intel Parallel Studio XE 2013

How can I install service pack 1 for Intel Parallel Studio XE 2013 on my machine that doesn't (and can't) have an internet connection? I can't seem to find anywhere on the site where I can download the...

View Article

Intel Composer XE 2013 Service Pack 1 does not contain libifportmd

Hi,I am having an issue compiling SciPy and scikit-learn after updating Intel Composer XE 2013 to service pack 1, which seems to be missing libifportmd. I have no idea what this library is for, but I...

View Article

Intel_SSA error 12144 "xyz" is possibly uninitialised

How do I change my code to eliminate these "possibly uninitialised" messages?In my code, quite a few variables are initialised in a subroutine.  Adding an interface block to allow the compiler to know...

View Article

Does this error make sense? Intel_SSA

Does the way Intel_SSA reports this make sense in a Fortran context? STREAM_ID is not size (1:9) nor is there an index 0:CHARACTER(LEN=10) :: STREAM_IDSTREAM_ID=""ID  Type Sources  State Weight...

View Article


Compiler bug?

When I compile my code the results from my program differs significantly (ie. not round-off) going from O1 to O2.However, if I include check:bounds in the O2 compiled build I get back the (correct)...

View Article

TFS binding

Hello,We are developing an application that includes fortran dlls.We are using TFS, Microsoft Team Foundation Server, for source control.Recently we upgraded from Visual Studio 2010 to 2013.A message...

View Article


Heap Corruption on Deallocate

 I have a complicated model - to convoluted to post here - and I am trying to debug some strange behavior. I occasionally get heap corruption errors at the end of the model run when it is deallocating...

View Article

Use of I/O unit numbers, file names for Quickwin child windows

In our small programming group there is considerable confusion over the appropriate use of unit numbers and method of initializing child windows (Quickwin), i.e. statements likeOPEN (lu1, FILE = 'CON')...

View Article


Problem with Intel Fortran error #6633

I am trying to use the Pardiso matrix routines but I keep getting an error #6633 “The type of the actual argument differs from the type of the dummy” with the PT variable when I compile. The relevant...

View Article

Trying to migrate old project

I just bought Intel® Visual Fortran Composer XE for Windows and cannot comple my old project in th enew Microsoft Visual Studio 2012, It says1>ipo: error #11018: Cannot open cxmldll.lib1>LINK :...

View Article

fatal error LNK1104: file "MSVCRTD.lib" cannot be opened.

I had to repair my Windows 7 (64 bit) system because the Windows Explorer did not work as it should. The repair went ok, the explorer worked again, and all other programs, as far I could find out until...

View Article
Browsing all 5691 articles
Browse latest View live