Behavior of FPUTC() with newline
Howdy. One more trip into Legacyland. I have reduced my issue to a small test case that works with "ye olde" g77 compiler, but does not work with Intel Fortran, even if I "USE IFPORT" to invoke the...
View ArticleRelation between thread and program stack space
Steve, Colleagues,What is the relationship between the Linker parameter "Stack Reserve Size" as set in Project Properties dropdown, and the value set with kmp_set_stacksize_s()?It is my understanding...
View ArticleInspector XE for llvm/OSX
Is there a plan in the works to release a clang/llvm version of the Inspector XE tool? I notice that there is a tech preview release of PIN (2.14) for OS X Mavericks.
View ArticleUNFORMATTED, ACCESS = SEQUENTIAL
Hi guys,I've got following situation:- there is a code where I open and close a file with form='UNFORMATTED', access='SEQUENTIAL' - the file is open several times with position='APPEND'The settings of...
View ArticleConstant File Parsing
Visual Studio seems to have started going crazy parsing my source files. Everytime I press any key, I see the message at the bottom of the dialog that says "Parse file <filename>". The constant...
View ArticleHow to get multi-colors ?
Of course we can get that with GRAPHICS routines, but what about regular text from Write or Printstatements? Is there a trick that will allow other colors besides the regular white on black stuff?I am...
View ArticleStructure versus TYPE
I stumbled upon this a couple of weeks ago...I have a lot of reused code (via INCLUDE) which uses the STRUCTURE and then RECORD in the routines. I am not aware that RECORD can make use of the INTENT()...
View ArticleUnititialized and SAVE
Stumbled upon an odd situation last week.It is likely that the complier setting on the RedHat5 were using "-save" and the RedHat6 I was porting to was not.The code looks something like this: PROGRAM...
View ArticleIntel Fortran Composer XE 2015新特性 – offload非连续数组片段
在新发布的Intel Fortran Composer XE 2015中英特尔编译器加入了许多针对至强融核™ 协处理器编程的新特性,其中之一就是在Fortran编译器中加入了offload非连续数组片段的支持。 在使用Intel Fortran Composer XE 2015之前版本的编译器时,使用offload指令在CPU和协处理器之间传递数组片段时必须使用内存连续存放的片段。考虑下面的例子:...
View ArticleOpenmp allocatable type private bug
Hi all,I think there is a bug , when using an allocatable type in a private list, like the small example below. For this program , I get "allocatable array is already allocated" , without openmp it...
View ArticleOpenmp task bug
Hi all ,I got a weird behavior with the following code, looks like the variables are not correctly shared. No problem with gfortran, I'm using 15.1. module pp type qq double...
View ArticleIs Intel Premiere Support only temporarily down...
...or has it permanently taken a dislike to my browser? I tried submitting an issue but there was no visible way to get past step 1 of 3.
View ArticleForum search appears to be dead
Search function returned no entries forx6464-bitDLL...Tried on IE and Chrome, so not due to ancient version of IE we have to use.I suspect the search index has been lost????Thanks
View Articlememmove vectorization opt-report
Hi all,I am looking at the vectorization report of this instruction a(ipos+1:m+1)=a(ipos:m) where a is a character(20) array. The optimization report look like that :LOOP BEGIN at remark #15382:...
View ArticleGetting Started with Intel® VTune™ 2015 for Systems (Linux* Host)
Intel VTune Amplifier for Systems helps you identify performance and power consumption problems with the execution of your code. Install the VTune Amplifier on any of the supported host systems and it...
View ArticleGetting Started with Intel® VTune™ 2015 for Systems (Windows* Host)
Intel VTune Amplifier for Systems helps you identify performance and power consumption problems with the execution of your code. Install the VTune Amplifier on any of the supported host systems and it...
View ArticleGetting Started with Intel® VTune™ 2015 for Systems
Intel VTune Amplifier for Systems helps you identify performance and power consumption problems with the execution of your code. Install the VTune Amplifier on any of the supported host systems and it...
View ArticleICE with derived type with same member name as base type
Hi,I have a base type called TObject, a type that extends TObject called TCollection and a type that extends TCollection called TBlock.In TObject i have a public field "character(len=:),allocatable ::...
View ArticleThere is no matching specific subroutine for this type bound generic...
I have a type with two bound procedures (GetAsScalar & GetAsList) under a generic procedure (GetValue):type, extends(TObject) :: TKeyword character(len=:), allocatable :: fValue contains procedure,...
View ArticleInstallation Question
Hello all,I have a general installation question about Intel® Inspector XE and and the other Intel software development products. Once you've installed an update, is it okay to uninstall previous...
View Article