Post Expiry
HiWe have a floating license of Fortran from 2009 that we haven't renewed. We are looking at upgrading the license to the newest version. If I was to purchase a post expiry license will that upgrade my...
View ArticleInstaller problems
Every time I try to update Intel Fortran or C++, I end up with problems during install. This discourages me from upgrading. Even if I decide to uninstall all compilers first, starting afresh with the...
View ArticleMoved: How to set affinity of threads spawned by MKL?
For some reason the "shadow" link didn't get created - discussion moved to https://software.intel.com/en-us/forums/topic/549769
View Articlesoftware requirements for compilation of .dll files
I write fortran subroutines that need to be compiled to a 64bit .dll file for linking to a commercial software that specifies a system requirement of Windows 7 64 bit, Intel Visual fortran of 11.1 or...
View ArticleStandards-conforming version of ISHA?
Can anyone tell me if there is an exact standardized version of the Intel extension ISHA (arithmetic bit shift)? I tried ISHFT, but it doesn't do quite the same thing. (I am using it on INTEGER(4)...
View ArticleInstalling Fortran Composer XE 2015 Version
I downloaded the full Composer XE 2015 Fortran version and run the exe with PC admin rights. The installer started to unpack file to C:Programs Files(x86) folder and opened the Intel Installation...
View ArticleLocked source files during debug
Hello,I am using Intel Fortran 14.02.176 in VS2010 on my new computer with Win 8.1When I debug my Fortran program all my source code file are locked for editing When I stop debugging the files are...
View ArticleUnable to properly debug in VS 2013 with Intel 2015
Dear All, This a similar question to the one posted in https://software.intel.com/en-us/forums/topic/539492. In my case I have a mixed application .NET + Fortran DLL using VS 2013 and Fortran Composer...
View ArticleInstall problems giving error no network access for offline install
When trying to install Intel® Parallel Studio XE 2015 either by using the online installer or downloading the full package the installer will error out saying that there is no internet connection. For...
View ArticleIntel® Parallel Studio XE 2015 Update 3 Composer Edition for Fortran Windows*
Intel® Parallel Studio XE 2015 Update 3 Composer Edition for Fortran Windows* includes the latest Intel Fortran compilers and performance libraries for IA-32 and Intel® 64 architecture systems. This...
View ArticleIntel® Parallel Studio XE 2015 Update 3 Composer Edition for Windows*
Intel® Parallel Studio XE 2015 Update 3 Composer Edition for Windows* includes Intel's latest Fortran and C/C++ compilers and performance libraries for IA-32 and Intel® 64 architecture systems. This...
View ArticleDr Martyn Corden webinar on vectorization replayed
https://software.intel.com/en-us/videos/new-vectorization-features-of-th...
View Articlemodule compile problem
Hello, im relative new in fortran so i have one problem. Im using "VS 2010" with "Intel(R) Visual Fortran Compiler XE 15.0.0.108 [IA-32]" compiler.When i try to compile module like it say in book...
View ArticleNo FORTRAN compiler intergration in VS2010 after install latest update.
I just installed the latest update and everything during the install looked normal with no errors, but the FORTRAN compiler was not integrated into the Visual Studio 2010. The solution configurations...
View ArticleArray of Parameterized derived data types with different length type parameters
I have been unable to find any documentation, so it may not be possible, about being able to make an array of parameterized derived data types with different length parameters. I have done some simple...
View ArticleCan't run 32 bit executables on Windows XP
On a Windows 7 machine I use ifort to create a simple 32 bit hello world program.It runs fine on Windows 7. The GNU file program gives this description:hello.exe: PE32 executable for MS Windows...
View ArticleIMSL routines use
I am supposedly running Visual Fortran Composer XE with IMSL routines on a stand-alone PC. I do not see to have access to the IMSL routines. How could I verify if I indeed have these routines on my PC?...
View ArticlefwglGetProcAddress (OpenGL + Windows + Intel Fortran)
I am trying to use OpenGL functions that are not directly supported by Windows, which only supports GL functions up to OpenGL 1.1. Supposedly the the wglGetProcAddress function allows access to...
View ArticleParameterized derived types with PASS
I'm trying to use parameterized derived types and have run into a problem which I have distilled into the following code:module t_mod implicit none type T(k) integer, kind :: k = 4 integer(kind=k) :: d...
View ArticleMAXVAL Stack overflow problem
I have a large 3-dimensional array and I'm trying to do an element-by-element maximum on the first 2 dimensions using the MAXVAL function. When I do, I get a stack overflow error. Is there a size...
View Article