FORTRAN subroutine not running from VBA call
Hello, dear fellow developers!Well, I have kind of a weird problem. I have a Module in FORTRAN with several subroutines, some of which are called from a Main and others that are called from other...
View ArticleDistributing Coarray Fortran executables
Steve (et alia),What do we need to distribute/install on our client's machines (along with our Fortran executables) if we begin distributing code that uses coarrays?David
View ArticleUpgrade to open in VS 2013!
Hi,i Have Intel® Fortran Compiler XE 13.1 and try to update to the latest version so I can open my fortran project in VS2013 but look like i cant find it any where. In my intel software manager say I...
View ArticleFortran help in Visual Studio
Hi All,When I installed Visual Studio 2012 I remember checking some boxes that allowed me to install things like the Intel Fortran Compiler User and Reference Guide which is now available to me anytime...
View ArticleTechinal presentation May 1 on Intel C++ and Fortran XE 2015
Hi all,We've got a technical presentation coming tomorrow (9am Pacific) on one of the key new features in Intel® Composer XE 2015 (both C++ and Fortran). If you're interested in performance tuning...
View ArticleFortran Calling C Routine - Hidden String Length Arguments
I'm calling C functions from Fortran and in general have this working. I've run across some information on a feature where Fortran will append to the end of the argument list a size parameter for each...
View ArticleFilling a 3-D array in an unusual way
Suppose you have an integer array iTime(4,4,5) which is initially filled as follows (where nSeason = 5):do iSeason = 1,nSeason read(5,*) (iTime(1,J,iSeason), iTime(2,J,iSeason), J = 1,4) enddoNow...
View ArticleStatic structure sizes
Suppose you have a DLL compiled with Intel Fortran. Upon load it consumes a large amount of memory. You want to determine what all the statics / common blocks / whatever are that are consuming the...
View ArticleReference Intel Fortran
Steve:1. I am referring to Intel Fortran 2015 beta in a paper, - How does Intel want the manual documented in the APA Style. I think it is important to indicate the compiler in this case.2. I tried...
View ArticleIMSL 7.0.1 for Intel Visual Fortran available bundled or as add-on
We are pleased to announce that the Rogue Wave IMSL* Fortran Libraries version 7.0.1 are now available for Intel Visual Fortran customers, directly from Intel resellers. In addition to being able to...
View ArticleFile/Directory managment question
1) I'm well aware of the intrinsic inquire function which applies to a statement like:inquire (file = "FileName.inp", exist=result)But suppose I want to inquire about the existence of a Directory. Is...
View Articleerror #5102 again
I thought I would start a new thread: I am trying to run Intel Composer XE 2013 SP1 for Windows (Fortran) (under MS Visual Studio 2010 and Parallels on Macbook Pro/Mavericks). I followed the directions...
View Articlecompiler out of memory
We are migrating from IVF 12.0 to IVF 14.0. I have two modules that compiler in IVF 12.0, but in IVF 14.0 they get this error:Fatal compilation error: Out of memory asking for 5791752.(the number is...
View ArticleComposer XE 2013 not installing in Visual Studio 2013
At one point in time w_fcompxe_novsshell_2013.1.119.exe would install in Visual Studio 2013, albeit with problems that required some files to be deleted...
View ArticleIntel Compiler and Composer Update version numbers to compiler version number...
Introduction : Mapping Intel Compiler or Composer Update numbers to specific compiler versions and packages Intel® Composer XE 2013 SP1 (released September 2013)Composer XE 2013 SP1Intel Registration...
View ArticleIntel Visual Fortran Compiler Professional v11.1
hi Where i can download Intel Visual Fortran Compiler Professional v11.1 for Windows ? thank you
View ArticleOMP: Warnings and errors
Dear all, I am trying to compile my code (which is not a parallel program) using the IMSL and I get this following problems: OMP: Warning #2: Cannot open message catalog "1046\libguide40ui.dll": OMP:...
View ArticlePlease help
I had an Intel Software license for FORTRAN. I believe it was a Vista system that I had it on. At any rate, I need my license and a pointer to where I can find the installation software.Hello to Steve...
View ArticleMemory Leak?
Does the following code cause a memory leak?type t_A; integer, allocatable :: i(:); end type t_Atype(t_A), allocatable :: A(:); integer :: iallocate (A(10))do i = 1, 10; call S(A(i)); end...
View Articleifort: error #10037: could not find 'link'
I have installed VS2010 and IVF 13.1. In VS everything is OK. But the Command Prompt doesn't work, both 32-bit and 64-bit. I tried to use "ifortvars.bat" to set the environment, but it still does not...
View Article