memory leak
I have a memory leak in my executable that I am unable to pinpoint. The computation is wildly complex with many iterative subroutine calls, many derived types and heavy pointer usage. I have checked...
View ArticleMixing 32 and 64 bit DLLs
My problem is trying to run IVF-compiled 32 and 64 bit executables and/or DLLs on the same machine.My project consists of an executable program and several DLLs, all compiled with IVF. Another 32 bit...
View ArticleUnable to deallocate allocatable array in openmp
Hi, guys. I'm a new hand of openmp. I encounter some problems related to deallocating allocatable array in openmp loop.The main reason is the array is too large. An example code is following: program...
View ArticleCannot find or open the PDB file
I wonder if anyone has run into this. I'm running IVF XE2013 (SP1). I have some code that, if an if-block is configured a certain way, it yields the errors shown below at runtime. If I set up the...
View ArticleHow to call a C# DLL / CSharp DLL in FORTRAN ?
Hello everbody,I am working on my master thesis. The final goal is to implement a UMAT in ABAQUS.My adviser will write a DLL in C#. My first step will be to import that DLL in FORTRAN. I found a lot of...
View Articleintel fortran can't find Xcode during installing
Hi:When I installed intel fortran in my mac, it announced that it can't access Xcode 'Xcode is not installed in the specific file'. But the Xcode.app located there actually. the mac version is : OS X...
View ArticleFORTRAN Calling C# DLL / CSharp DLL
Hello everbody,I am working on my master thesis. The final goal is to implement a UMAT in ABAQUS.My adviser will write a DLL in C#. My first step will be to import that DLL in FORTRAN. I found a lot of...
View Articlebranch prediction pattern
Hi all,Say I have the code belowProgram Main use ModSubroutines Implicit None Integer :: A, Stat call SubA(A,Stat) if(Stat==0) call SubB(A,Stat) if(Stat==0) call SubC(A,Stat) if(Stat==0) Then...
View ArticleHow to make fortran be able to press "enter" key
Dear all,I would like to know how to let fortran read " enter " key.Regards
View ArticleCan a Merge Module be created from VS2012?
My deliverables are a set of Fortran- and C-built DLLs which others package into products released with InstallShield. I have been asked to package these DLLs up into various "Merge Modules". Can...
View Article"heap-arrays" option in intel 64 mode
Hi~,I have a question about ifort option "heap-arrays" in intel 64 mode(64bit).I compiled a program which requires large computation in IA-32 mode(32bit) without "heap-arrays" option, and the...
View ArticleCoarrays ??
I'd appreciate comments, suggestions, and/or criticisms on the results of some 'playing' with COARRAYS in Intel Visual Fortran Composer XE 2013 SP1 Update 3 integrated with MS VS Pro 2013. All of the...
View Articleifort compiler options for Ansys Programe
Hi, I am learning to use Intel FORTRAN command line to compiler ANSYS supplied demonstration programs. One of the compiler examples is:ifort -D__EFL -DNOSTDCALL -DARGTRAIL -DPCWINNT_SYS -DPCWIN64_SYS...
View ArticleMarshalling an ALLOCATABLE array through IVF's generated COM interfaces
I have this function prototype as given below. It was generated by the COM Server functionality which runs after editing an .HIE file in Visual Studio, which describes the function like this:...
View ArticleMultiple watch windows in IVF
Hey, can anyone please tell me how to simultaneously open multiple watch windows in IVF? In my old friend CVF, I could open up to 4 at a time very easily (see attached). In IVF, I can only find a way...
View ArticleTune Visual Studio Fortran,Multi Linking, error LNK2019
Hello,It' s been a few time that i don't poste.I am working, in interprocedural programming for Fortran with C.I had a big Fortran programm who "drive" all the programm.There is the toto.fortran...
View ArticleOctave 3.8.1 with MKL
I am trying to rebuild GNU Octave with the Intel MKL on Ubuntu 14.04uname -aLinux zoli-Precision-WorkStation-T3500 3.13.0-27-generic #50-Ubuntu SMP Thu May 15 18:06:16 UTC 2014 x86_64 x86_64 x86_64...
View ArticleLAPACK linking
Dear all,I'm trying to use LAPACK with Intel Visual Fortran Compiler for Windows. I'm hoping to be bale to use it in ABAQUS UEL subroutine.Here is the guideline to install LAPACK...
View ArticleHow to run the MS LIB command line tool in Win 8.1?
The subject line says it all.I recently upgraded from XP to 8.1. In XP, I used the Start menu to navigate as follows START > All Programs > Intel Parallel Studio > Command Prompt >...
View ArticleFORTRAN 77 NEQNF IMSL Solver, 2 variables, 6 equations.
Hello!I am trying to use NEQNF to solve a system of 6 non linear equations. I need to determine 2 variables to solve my system. According to description i need to define "N" which is the length of...
View Article