Quantcast
Channel: Intel® Fortran Compiler
Browsing all 3270 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

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 Article


Integers 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 Article


Zero 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 Article

Intel 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 Article

Overloaded 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 Article


Superfluous 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 Article

Image may be NSFW.
Clik here to view.

Problems 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 Article

Traceback 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 Article


Download 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 Article


how 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 Article

Share 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 Article

Unable 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

bufferoverflowu.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 Article


Problem 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 Article

XE 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 Article


Mixed 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 Article

Feature 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 Article


Image may be NSFW.
Clik here to view.

Internal 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 Article

vector 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 Article

Mapping 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
Browsing all 3270 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>