are include statements in subroutines safe for mutithreading?
HI This may the the first of many questions about running or rewriting an application withThreadModel Free ( the application works fine in ThreadModel Apartment)I upgraded to visual fortran compiler...
View ArticleHow do I properly create a dll?
Hello,I am attempting to create dll files in Fortran. If I am not mistaken, I am supposed to export a .dll file from my project, which is a .f90 file as opposed to a .dll file, in order for another...
View ArticleFortran with C
Hi everybody,I use intel visual fortran composer xe 2013 with VS2012.I have 3 questions:1-I have a problem debugging a simple fortran code that calls a C function. When i compile the fortran code on...
View Articleopen file using newunit directive, threadsafe fortran
HI Lorri, others,I have just one more question before I dive in and try to playwith rewriting parts of my application for threadsafe, and itrelates to reading the input data. Each thread independently...
View ArticleIntel® Advisor Tutorials
Intel® Advisor 2015 The following tutorials provide a quick path to help you get started using the Intel® Advisor 2015. They demonstrate an end-to-end workflow you can ultimately apply to your own...
View ArticleCode Coverage for static library
Hi, I wondered if anyone had used the Intel codecov tool for analysis of a static library.I am building a static library comprising mainly algorithmic content which I want to analyse and also have a...
View ArticleOptimizer bug
The following test program gives incorrect results when options such as /Ot, /O2, /fast are used on Windows 8.1 with the 32 and 64-bit IFort compiler version 15.0.4.221. Earlier versions of the...
View Articleerror in install Intel Parallel Studio XE 2015 Update 1 Cluster Edition for...
I'm running Windows 8.1 pro, and installed Microsoft Visual Studio 2013 update 5I'm trying to install Intel Parallel Studio XE 2015 Update 1 Composer Edition for Fortran and C++ but i Faced with error...
View ArticleMerge without temporary arrays
Hello,The MERGE function seems to use temporary arrays for both, tsource and fsource, arguments when the program is compiled in the Debug mode. Hence, the following simple code throws an exception:real...
View Articlecannot open file libucrt.lib
Hi,I used to have on my old computer the Intel Visual Fortran Composer XE 2011, integrated with Microsft Visual Studio 2010, and with IMSL 6.Now I have upgraded to the Intel Parallel Studio XE Composer...
View ArticleShowing output from DLL in console
Hello, I am working on a program where I am using Visual Basic for the interface and a Fortran dll for computations. When I call the DLL using an event in the Visual Basic interface, I would like to...
View Articlewhat's wrong with this IF statement
Is there a problem with the following syntax? Even though IOUT is .false. and IHEAD=1 and ITAIL=400, the code still runs the statement inside the IF. I can even select the entire expression inside...
View ArticleWithin Fortran, Call Matlab
Hi,I have a question about how to call Matlab script within Fortran, which performs Matlab parallel computing "parfor" syntax. Basically, I am solving a problem in Fortran which is mainly a Do-Loop....
View ArticleProblem installing Intel Fortran Compiler XE 2015 on Linux
Hi,I am having troubles downloading intel fortran/c++ compiler 15 (professional) linux (specifically CentOS 6.6)I have followed the instructions.1. I extracted the tgz archive 2. I ran the install.sh...
View Articleexecutable hanging in OpenMP region
We updated from version 13.1 of the compiler to 15.0.2.179 for a large CFD FORTRAN code and started having cases of the solver hanging: sitting in memory with 0% CPU used. Here are the observations so...
View Article"fatal error LNK1104: cannot open file 'uuid.lib'" and "WindowsSdkDir not found"
Hello, I have Intel visual Fortran 11.0 and Microsoft Visual Studio 2008 on my system to compile my user-defined subroutines dll to run them with Adina software. I was able to compile my code in widows...
View ArticleDiagnostic 3180: unrecognized OpenMP #pragma
The test code bellow worked with Intel Composer 2013 but not with SP1 Update 5, and gives me "Diagnostic 3180: unrecognized OpenMP #pragma". Thanks in advance.// OpenMPTest.cpp : Defines the entry...
View ArticleConformity error (#6366)
I don't recall getting his compilation error:error #6366: The shapes of the array expressions do not conform.I researched it some and none of the other situations seemed to fit mine. I'm embedding the...
View ArticleIntel® Math Kernel Library Documentation
Langue Anglaishttp://software.intel.com/en-us/articles/intel-math-kernel-library-documentation/Apple OS X*Linux*Microsoft Windows* (XP, Vista, 7)Microsoft Windows* 8.xBibliothèque Intel® Math Kernel...
View ArticleProblems installing Intel Fortran version 16
I am having several problems installing Intel Fortran version 16 from a user account (not root), using an offline license file. First problem occurs at the end of installation. Some final steps...
View Article