Setting Up the Build Environment for Using Intel® C++ or Fortran Compilers
Intel® Composer XE for WindowsIntel® Composer XE for Linux, for OS X*; Intel® INDE Build Edition for OS X*Intel® System Studio Intel® Composer XE for Windows*Follow these steps to invoke the Intel® C++...
View ArticleIntegers as logical operators?
I know in C, integers used as logical expressions evaluate anything != 0 as TRUE, and 0 as FALSE. I had assumed (or maybe I was dreaming) that Fortran did the same. I always tell people never to pass...
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 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 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 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 ArticleDownload a Very Old Install Package (11.1)
I'd like to download and test a build of software we have for a legacy Itanium machine. For this package, we require the Intel 11.1.064 compilers. If I go to the downloads page, I can get the...
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 Articlebufferoverflowu.lib link error
I have a team of 4 working on several different Fortran projects in a code repository. I can successfully build all of the projects. My coworkers cannot. They each get a link error that says "Cannot...
View ArticleProblem after XE 15.0.0.108 install
After the install some code I has gave a number of build errors most of which are now resolved but there are a few things I really do not understand. Consider the source below which is a simple pared...
View ArticleXE 2015 changes some project settings
After installing XE 2015, but still using XE 2013 to build a project, I got this warning, and corresponding error that the DLL was not found:HEADTANK: warning:...
View ArticleMixed Fixed and Free Comments and Continuation Syntax
I am using Intel Visual Fortran 64 Compiler XE, Version 12.0.4.196 Build 20110427 from a Windows 7 command line. Here is some example code I am trying to compile: PROGRAM HELLO ! This is a comment C...
View ArticleFeature requests
...is there a recommended place to submit them? I have a couple of very simple ones that I would dearly like to enjoy. Not complex function or calculation features, but source code formatting. Surely...
View ArticleInternal subroutines in drop down list
Hello,I've used INTERNAL SUBROUTINES in my Fortran code:PROGRAM prog<...> CALL internal1 CONTAINS SUBROUTINE internal1 < ...> END SUBROUTINE internal1 END PROGRAM progINTEL VISUAL FORTRAN...
View Articlevector subscript of an array
Hi,Could you explain the difference between the two calls?The first call changes the expected values while the second provides zero.Thanks,Pierre module essai contains subroutine...
View ArticleMapping of Intel® MPI Library versions to bundle suites
Introduction: Mapping the Intel® MPI Library numbers to specific suites and update versionsIntel® Parallel Studio XE 2015 Cluster Edition (released 26 August 2014)Intel® MPI Library 5.0Intel®...
View Article