Porting Fortran/C from Linux to Windows
Hello,I am currently working on a project where we have to port 64-bit Fortran/C code from Linux to Windows. We have chosen the Intel Fortran compiler for Windows because we had a very good experience...
View ArticlelibifportMD.dll is missing
Hi, I am completely new to visual fortran. Every time I restart my computer and try to run my compiled program, it says libifportMD.dll is missing. There are no issues with compiling the program. If I...
View ArticleOpenMP threading analysis
Colleagues,I am threading a large bit of code that repeatedly calls a routine (in the present case, 100's of times). Within that routine I have used an !$omp parallel do structure to thread a double do...
View ArticleInsufficient Virtual Memory on Allocation - again
Hello:I have a user who managed to create a very large case and hit the "Insufficient Virtual Memory" (error 41 on Allocate) error.So, I made up a small test program that allocates and deallocates...
View ArticleSYSTEMQQ call with quotes
I'm trying to use SYSTEMQQ with quotes for the command and arguments and it doesn't seem to work. It's OK if either the command or the arguments are quoted, but not both.result = systemqq (...
View ArticleDebugging with the Intel® Parallel Studio XE Composer Edition Quickstart Guide
Lingua IngleseContrassegni interni: DocumentationAllegato: Scaricagdb_quickstart_lin.pdf
View ArticleVisual Studio integration quirks
(I think I'm using the integration that came with the 2015 beta under VS2010.)Is there some way that module dependencies can be tracked across projects when a multiple project build is done? If not,...
View ArticleModule dependencies with 'include' statements
I am using VS2010 with Intel(R) Composer XE 2013 SP1 Update 1 (package 139)I have the following:modA.f90 module A contains include 'functions.fi' end module Afunctions.fi subroutine f use B end...
View ArticleVisual Studio Not Found, Error LNK1104 cannot open .EXE
Hello,I just purchased Intel Composer XE 2013 SP1 for my windows 7 64 bit computer. I already had Microsoft Visual Studio 2010 Shell installed on my computer before installing intel composer. When I...
View ArticleTrick for creating a large text file with known, fixed content?
Maybe there is a trick I am not aware of...Assume I need my code to write a text file which content is fixed (say, a template file, or a mini help file) and which will not be modified by the code...
View ArticleDebugging with GDB
Lingua Non definitoContrassegni interni: DocumentationAllegato: Scaricagdb.pdf
View ArticleZero length array constructors
IMPLICIT NONE TYPE t END TYPE t TYPE(t), PARAMETER :: array(0) = [t::] END >ifort "2014-08-27 ZeroLength.f90" Intel(R) Visual Fortran Intel(R) 64 Compiler XE for applications running on Intel(R)...
View ArticleOverloaded structure constructors get distracted by abstract
I think this has been around for a little while, but the new version prompted me to flush it out.MODULE MA IMPLICIT NONE PRIVATE PUBLIC :: t TYPE :: t INTEGER :: comp END TYPE t INTERFACE t MODULE...
View ArticleIntel Visual Fortran 15 now available
Version 15.0 of the Intel Visual Fortran Compiler is now available from the Intel Registration Center, if your support term hasn't yet expired. Announcements about this will go out soon. The product...
View ArticleSuperfluous tokens & failure to diagnose
Short and sweet. PRINT "(A)", 'There is something '& & // 'wrong with this statement.' END>ifort /c /check:all /warn:all /standard-semantics /stand "2014-08-27 AFewTooMany.f90" Intel(R)...
View ArticleProblems installing 15.0
Steve,I'm having great difficulty installing this version, and when I tried to submit the report to Premier Support, got the very helpful "an error occurred while submitting your request."The error I...
View ArticleTraceback truncated unless /Od is in effect
The following test program, when run on a file with fewer lines (2) than the program tries to read (3), gives an incomplete traceback if, in addition to the /traceback option, the /Od option is also...
View Articlehow to make work together two different version of the compiler on the same...
Hello,I would like to know if we can have two different version of the Intel Fortran compiler on the same domain environment (on different servers).We have actually two tokens which are both on the...
View ArticleShare COMMON BLOCK between EXE and 2 DLL's.
I have an old DLL (source code is lost) created with Compaq Visual Fortran that exports a common block. I'm trying to add another DLL to the project that uses the same common block . The main...
View ArticleUnable to get past problem in code
All,I have been trying to compile a code handed over to me. I am using Visual Studio with the Intel Fortran 10.1.011 compiler. I created the project and included all the necessary files and everything...
View Article