File/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 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 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 ArticleUser's Guide for Intel(R) Math Kernel Library 11.1 Update 3 for OS X* (pdf)
Langue Indéfini Étiquettes internes: DocumentationFichier attaché: Téléchargementmkl_11.1.3_osx_userguide.pdf
View ArticleUser's Guide for Intel(R) Math Kernel Library 11.1 Update 3 for Windows* OS...
Langue AnglaisÉtiquettes internes: DocumentationFichier attaché: Téléchargementmkl_11.1.3_win_userguide.pdf
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 ArticleSegmentation fault with debug
The program is listed below.Using: ifort (IFORT) 14.0.1 20131008Platform: LinuxCompiling with "ifort test.f90" works fine. Compiling with "ifort -g test.f90" gives:cesr109:~/linux_lib/test> ./a.out...
View ArticleExplicit Vector Programming in Fortran
No longer does Moore’s Law result in higher frequencies and improved scalar application performance; instead, higher transistor counts lead to increased parallelism, both through more cores and through...
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 Articleerror: ifort not found in PATH when using abaqus in ubuntu
Hi dear allWhen I trying to use a subroutine in Abaqus(6.11.3) error occurs: Problem during compilation: ifort not found in path.I tried the intel fortran 2011 & 2013, this error is always there....
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 ArticleRun-time error 65: floating invalid
Hi all,I have encountered this error ("forrtl: error (65): floating invalid") when running a code in which I have defined a kind for real and integers number, through the intrinsic function...
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 ArticleIntel Inspector XE with windows services
Hi, We are using Intel Inspector XE 2013. We are checking memory leaks in our dll's which runs using httpd.exe. We want to check memory leaks in our modules. I am new to Intel Inspector , please help...
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 Articleicc does not scale compared to gcc
Hi,I wrote a very simple OpenMP program to analyze how well does it scale with the number of threads:int main (void) { const int N=1000000; double sum; #pragma omp parallel for reduction(+:sum) for(int...
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