Thread safe Fortran
I'm working on making an existing fortran library thread safe. I do this by setting copiler options: /recursive, /reentrancy:threaded, /threads and /Qauto, and by not writing to global variables. I am...
View ArticleXE 2015 update 4 install on Vista?
Apologies if this has been covered before but it is a while (ex 2013) since I updated my compiler. Email for latest update came a day or so ago and I figured it was about time I updated from XE2013...
View ArticleInstallation Help
Hello,I have access to Microsoft Visual Studio Professional 2013 with Update 4. I want to integrate the Intel Fortran Compiler and MKL with VS on Windows 7. So, what I think I need to do is this:1)...
View ArticleSimple F90 syntax question , if you please
Hello,It's been a while since I posted.I have this line:write(13,153) ((( ALOG(WSratio(I,J,K))/ALOG(ZU/ZL), I=1,7), J=1,4), K = 3)Upon compile, IVF v.14.x says this:error #5082: Syntax error, found ')'...
View ArticleI don' t have the expected result, IERR Error
Hi, I have installed VS2013 and Intel Parallel Studio XE 2013 in Windows 7, 64 bit Laptop.I have some fortran 77 code that I have been using for so Long. I want to recompile them using Intel Parallel...
View ArticleCoarrays on Windows
Inspired by a posting on comp.lang.fortran I looked up whether the Intel Fortran compiler could "do" coarrays on Windows. It turns out it can indeed, at least as far as building a simple program is...
View Articleproblem with Installing XE 2015
I have been running a thread with ...forums/intel-software-development-products-download-registration-licensing and have come up against a problem such that I have been advised to start a new thread...
View ArticleAUTOINVIKE will not execute more than once
I'm having a problem with executing a call to the Execute method of a Connection object more than once. The first call executes fine but any subsequent calls just cause the program to stop execution....
View Articleshell32.lib
Hi All,I am using Intel Visual Fortran Composer 2013 with Microsoft Visual Studio 2012 to build an exe file. I got the following error message:1 fatal error LNK1104: cannot open file 'SHELL32.LIB'Can...
View ArticleLNK2001: unresolved external symbol XE 2015 in GENMOD
I recently upgraded from XE 2013 SP1 to XE 2015 (15.0.22) and with no changes to the code am getting LNK2001: unresolved external symbol errors from the Interface modules automatically generated by the...
View ArticleVisual debugging of #define variable
I have a line like this:STRUCT(2)%VAR = 1I use fpp to make the code a little more readable with#define VAR STRUCT(2)%VARand now the code isVAR = 1The preprocessor expands this to the full line and...
View ArticleProblem installing XE 2015 - Intel.Misc.Utilities
I have a problem with VS 2010 Win7 when installing w_fcompxe_2015.4.221. After installation I cannot open any VS dialog. Instead I get the following error message."Could not load file or assembly...
View Article!dir$ loop count vs !dir$ parallel
I'm working through my old code to improve its performance and running GAP. The reports often suggest I add !dir$ loop count min(XXX) to the code. Although I reckon that more often than not the loop...
View ArticleFirst statement in file a continuation character
I need to have my subroutine INCLUDE several files that build up a statement.Here's some code:ASSOCIATE( INCLUDE 'afile' x VAR2 => STRUCT%VAR2)The included file contains x VAR1 =>...
View ArticleWavelet Transforms
Hello, I am trying to get an algorithm for Wavelet transforms, ideally that computes the Daubechies 6 coefficients for image pocessing purposes. I was looking to see if there was any online code or any...
View ArticleIOSTAT 30 problems
Is it possible to analyze the cause of IOSTAT=30 errors from an open statement?We have inquire(file=zfile,exist=file_exists,opened=file_open, number=u,& action=action) OPEN(NEWUNIT=IUNIT,...
View ArticleStatic Lib, This module...different platform
Using VS 2013 with Intel PS 2015 update 4. x64 Release BuildHave static library project (all Fortran), and a "main" Fortran program that uses the library. The library builds without error.The library,...
View ArticleFortran Static Library Problems
The document at https://software.intel.com/sites/default/files/m/d/4/1/d/8/11x_Redistribution_FAQ_Windows.pdf describes how to build a Fortran static library. The document states "An application built...
View ArticleError related to MS Shell
Hello, I installed Intel Composer 2011 on a new computer and build a Fortran program (that runs fine on a old computer). I get the error message: Error 1 fatal error LNK1181: cannot open input file...
View ArticleMS VC DLL linking with IVF static library
I have some unresolved symbol issues. First backgroundSolution has a C# project that uses an MS VC++ .DLL also in the solution, the DLL in turn links with an IVF static library. I am receiving linking...
View Article