What is the effect of indirect recursion on ELEMENTAL procedures, especially...
The following simple code involving a linked list compiles with no errors or warnings with compiler 2015, update 2. It seems to execute without any run-time exceptions as well.However, you will notice...
View Articlefp-model and other arguments
I'm compiling a large program with the new 15.0.2 compiler, where we previously used 12.0.4. Since we need to ensure our results are identical with the optimized and non-optimized version, we...
View ArticleSourced allocation problems in 15.0.1
Dear all,the 15.0.1 ifort compiler produces errors on the following snippets. Are these errors still present in 15.0.2 ?If someone can give advice, this would help me to decide whether I have to check...
View ArticleHelp system in VS2012 screwed up?
I have Intel Fortran Composer 2015.2.179 installed in VS2012 pro.I an not a regular user and have not used it for a while and on opening it and hoping to do a Help search for help on some Windows API...
View ArticleCommand prompt and Visual Studio 2010
I downloaded Intel Parallel Studio XE 2015 composer edition for Fortran, evaluation 30 days.My OS is Windows 8.1.I cannot find the path to the command prompt with intel compiler (both IA-32 and Intel...
View ArticleAggregate profiling data collected by -profile-functions in the compiler flag
Hi All,I intend to profile the Community Earth System Model (CESM) climate application. I am running this MPI code on 8 nodes (each with 16 core processors and hence entirely 128 processors and I run...
View ArticleXE 2015 Installer has no options
The latest installer no longer gives us options for which version of Visual Studio to install on. In fact it presents no options at all.VS version was a useful feature because it allowed me to maintain...
View ArticleHow to convert an O file to fortran source file
Hi all,I have received from somebody else a Fortran object file (created under Linux). Can I convert it back to the source file? (I have Windows 7)
View ArticleOpenMP: Loops are not parallelized
Hi I'm writing a Fortran-Program with Open-MP. !$OMP PARALLEL !$OMP DO PRIVATE(j) DO I=1,10 j = aIndex(I) ... VALUES(j) = ... END DO !$OMP END DO !$OMP END PARALLELThe compiler refuses to parallelize...
View ArticleDowngrade Rights?
Dear All,Firstly, apologies for my naivety - I'm not familar with Fortran products. I've been placed in charge of finding out some information regarding software we need to use on a current project.We...
View ArticleGo To Definition and type-bound procedures
Steve,By the way, you may have noticed "Go To Definition" doesn't fully work with type-bound procedures: for example, if one right-clicks on bar in line 6 in the snippet below, it will be really great...
View ArticlePointer association and red-black trees
I'm trying to implement a red-black tree in Fortran. Rather than starting from scratch I'm translating some c-code I found on the internet. Both the original code and my Fortran versions are attached...
View ArticleIntel Software Tools Technical Webinar Series
These free technical webinars cover tips and techniques that will help sharpen your development skills to create faster, more reliable applications. Technical experts will cover topics ranging from...
View ArticleError# 6634 and 8284 and 7710
I will start with I am new to Fortran and to this forum so if there are any suggestions. Thanks in advance. My issue I that I keep coming across is error 6634 and 8284 when trying to use subroutines...
View ArticleUnhelpful error message array section assignment
I am attempting to assign an array section, e.g.X(1:N) = Y(1:N)In the situation that Y has not been declared, the compiler only seems to look at the RHS of the statement, and so assumes that Y is...
View ArticleCannot find ifort XE 15 in Xcode6.2
Hello, I've installed ifort 15 (and Xcode6.2 with command line tool) and have followed the instructions on https://software.intel.com/en-us/node/524635. to build a fortran file. When I'm suggested to...
View ArticlePass vector by value?
Dear Intel FORTRAN Support,I am using Intel Visual FORTRAN Composer XE 2011 on Windows 64-bit. I would like, if possible, to be able to pass a vector into a subroutine by value as opposed to...
View ArticleMemory leak in FORTRAN format with variable string length
Hi,I am experiencing a memory leak of ~1MB in a subroutine if I am using the following write like statement inside: write(*,10)(line(j),j=1,var) 10 format(1x,<var>a1)where var is variable...
View ArticleInspector fails on most of OmpScr benchmarks
Hi,I am running inspector on the OmpScr benchmark. The benchmark allow you to specify a problem size for each of the programs. When I run inspector using small size problem it is able to finish the...
View Articleinternal error: derived type containing parameterized derived type
In my case, I have a standard derived type that contains a parameterized derived type. I am not certain that this is legal, but at any rate compiling gives an internal error. I have attached simplified...
View Article