internal writes lead to creation of Windows mutex handles
Hi,After installing the Intel Visual Fortran Compiler 16.0 on Windows, I noticed that execution of internal write statements leads to Windows mutex handles being created for every internal write so...
View ArticleI cannot access http://premier.intel.com
Dear, I bought intel fortran compiler last year and I found some issues to use it, however I could not have access to premier site. Could you let me access there? Best,Kunok
View ArticleCannot open include file
I am using somebody else's solver, which I copied on my machine as is. After linking the correct libraries, I am getting this error for an include file:mpif90 -c poisson_hypre.F90 poisson_hypre.F90...
View ArticleIdentifying location in source with error 8322 (missing deferred binding)
If a non-abstract extension of a abstract derived type fails to implement a deferred binding of the parent type, then ifort 16.0 (and earlier) issue a diagnostic without particularly useful source...
View ArticleIllegal instruction when calling subroutine
I am getting a runtime error that simply says "Illegal instruction". I am compiling fortran90 code with the Intel Fortran Compiler XE. I have tried to attempt to narrow down what is causing the error...
View ArticleXE Composer 2016 and Winteracter
Just a warning: After installation of XE Composer 2016 I found out that I am not able anymore to build projects using the Winteracter library, neither with Microsoft VS nor with the WiDE development...
View ArticleUnable to install Fortran 2016
Hello,I have Intel Parallel Studio XE 2015 Fortran installed on a Windows computer. It works fine.I have an active license. I downloaded the executable image to install Fortran 2016 from the...
View ArticleC interoperability: trivial question
This is similar to the topic discussed here:https://software.intel.com/en-us/forums/topic/387235This should be a trivial question for you guys, but it's nagging me anyways...Please take a look at the...
View Articleundefined references for static library and shared modules
We are having issues on windows 7 visual studio 2012/2013, using the intel compiler version 15. Package ID: w_ccompxe_2015.2.179 w_fcompxe_2015.2.179 w_compxe_2015.2.179w_mkl_p_11.2.2.179This package...
View ArticleAnother problem with XE 2016
I am having problems with this line of code:NEXTBL=SUM(MAXLOC(UNITY,MASK=(NSTRM(PORT,:)==SDMXOUT)))Unity is an array, all containing the vlaue '1'; I am searching for the location within NSTRM for the...
View ArticleMath evaluation puzzler
In the following snippet, Term1 is part of a larger equation:real(4) :: Term1, T, Twb, Tref T = Twb Tref = 273.15 Term1 = ((2501.6 - 2.3263*(Twb-Tref)) / 2501.6 + 1.8577*(T-Tref) - 4.184*(Twb-Tref))...
View ArticleOpen Source Downloads
This article makes available third-party libraries, executables and sources that were used in the creation of Intel® Software Development Products or are required for operation of those. Intel provides...
View Articlecoarray_samples accompanying IVF Composer XE 2013 SP1 Update 3 not running...
Hi there,I'm trying to compile and run the coarray example found in the Samples directory. What I have here is IVF Composer XE 2013 SP1 Update 3, Visual Studio Professional 2012 (11.0.61030.00 update...
View Articletabs setting in VS2015
When I alter the tabs setting in VS2015 to "Keep tabs", this is maintained for the duration of my current open editing session, but is lost if I close and then re-open VS. I have tried alternative...
View ArticleIssue with dshiftl and dshiftr
Consider the following fortran 2008 program. program foo integer(kind=8) i,j i = z'1111111111111111' j = z'4444444444444444' do n=0,64 print "(i2,': ',z16,2x,z16)",n,dshiftl(i,j,n),dshiftr(i,j,n) end...
View ArticleSegmentation fault without traceback
Hello,I am trying to diagnose a particularly obnoxious segmentation fault in some code compiled with ifort 15.0.0. When I run the code, it produces a "Segmentation fault (core dumped)" message. In the...
View ArticleAllocatable array in the derived type
Hello,Suppose I have the following class:interface my_type module procedure :: ctor end interface type :: my_type byte, allocatable :: buff(:) contains final :: dtor procedure :: putData ... end type...
View ArticleCoarray Confusion
From a thread on c.l.f., two coarray related oddities. As should be painfully evident from the thread, I am never really sure which end of a coarray is supposed to be pointing up, so take this all...
View Articlesize_t Interoperability
Good morning all,I have the feeling I may have a problem hiding away regarding interoperability of my Fortran code with C. I'm using C to allocate some page-aligned memory, and on the C side I'm using...
View ArticleIncorrect value when using shared libraries, COMMON, EQUIVALENCE and C
This example builds off the problem reported in https://software.intel.com/en-us/forums/topic/591342 (This problem is still there for this example)The problem might also be related to the one reported...
View Article