Unformatted file I/O difference between Debug and Release
I have code which has the option of dumping memory to a file and then later reading this file to repopulate memory for a later run. I am noting that I can run the code in Release mode without error,...
View ArticlePassing Parts of Derived Data Type to Subroutine
I am building a subroutine that I can either use a derived data type (my preference) or individual arrays.The arrays will be passed to a various subroutines, including the MKL CG Solver. My question...
View Article/Qinit:arrays and parameter arrays
There are a couple of iminor ssues when compiling the following with /Qinit:snan /Qinit:arrays:program overlap use iso_fortran_env, only : dp => real64 implicit none real(dp), dimension(4,4,3),...
View ArticleStrange behavior in memory analysis
Hi all,I have run a memory analysis (the widest scope memory analysis type) via Inpsector XE 2013. It includes analysing of stack acceses, to cach uninitialized arrays/variables.Attached is a PNG...
View ArticleUpdating Parallel Studio XE 2015 Fortran Composer
Hello,I have downloaded several times the full installation package for update 2 of the 2015 Fortran Composer (w_compxe_2015.2.179.exe).I logged in on the registration center using my personal...
View Articleallocatable result on (sub)module function
Hi,Afaik, since F2003 it should be possible to assign an allocated function result to a deferred lhs. I've tried that on a module function lying in a submodule and it doesn't seem to work. My code...
View ArticlePost 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 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 ArticleCompiler internal error in type overloading
I took an example of type overloading from a website and unfortunately on compilation with ifort I am getting an internal error.The code is attached herewith to look at. Fichier...
View ArticleSmall program segfaults on READ from internal file
The following program gives a segfault with Intel 15.0.2 on Linux:PROGRAM read_empty_substing CHARACTER(LEN=20) :: c_in = "hello" CHARACTER(LEN=20) :: c_out INTEGER :: i_iostat ! These statements give...
View ArticleDr Martyn Corden webinar on vectorization replayed
https://software.intel.com/en-us/videos/new-vectorization-features-of-th...
View ArticleQuestions about Intel® Software Development Suite Student Edition for OS X
Hi,I have some questions about Intel® Software Development Suite Student Edition for OS X:http://softwarestore.ispfulfillment.com/store/Product.aspx?skupart=I23S971. As shown in "product info", Intel...
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 Article