Ifort compiler error - do-variable within a DO body shall not appear in a...
Hello, I have inherited this code and when I try to compile it I get the following error. Being a newbie to Fortran 90 I would appreciate any helpWhen I compile this code I get the message -...
View ArticleMissing warning for dummy argument with an explicit INTENT(OUT) being used...
Consider the following simple code snippet. Intel Fortran does give a warning if the procedure does not give a value to a dummy argument with an explicit INTENT(OUT) attribute. However a warning if...
View Articlehow to search entire solution ignoring comments
When using shift-control-f to search an entire solution, is it possible to ignore comments?Also, where is shift-control-f located on the pull down menu of Visual Studio 2012?Thanks,BrianBrevard, NC
View ArticleCoarray - Internal compiler error / Wrong results
Compiling this program with ifort version 15.0.1 gives me:testarray.f90: catastrophic error: **Internal compiler error: segmentation violation signal raised** Please report this error along with the...
View ArticleUse of signaling nan
I have been liberally using non-signalling nans as a debug aid. I can use these anywhere an initialization expression is allowed. But having no signalling limits the usefulness of this method.I tried...
View ArticleInvoking constructor of abstract base class in Fortran
I originally posted this question on Stackoverflow (http://stackoverflow.com/questions/30823756/invoking-constructor-of-abst...), but perhaps the Intel community har more knowledge on this...
View ArticleHow to control the initial item in VS
When I open a project in Visual Studio, what controls the "initial item"? I have one project which, most of the time but not always, the working item display tries to open a static library item that is...
View ArticleGetting Nan
Hi,I'm getting NaN as answer for expressions like belowMN1=WTAP/( SQRT(GC*GAMA1/R1)*(1.0+(GAMA1-1.0)/2.0* & MN1**2.0)**((GAMA1+1.0)/(2.0*(1.0-GAMA1))) )All are real variables and they have...
View ArticleBitness of command processor for ifort command prompts
On a 64 bit Windows 7 machine, I've noticed that the various command prompt shortcuts installed with ifort all invoke their startup batch file using "C:\Windows\SysWOW64\cmd.exe". This means that the...
View ArticleIntegrating Parallel Studio XE 2015 with Microsoft Visual Studio ommunity 2013
Hello,I have just installed Intel® Parallel Studio XE 2015 on my Windows 7 professional 64bit PC. My computer has an AMD Athlon II 635 Quad-Core Processor. Visual Studio Community Edition 2013 was...
View ArticleSome requests for Visual Studio integration enhancements to support the new...
1. Once you extend a type you can no longer hover over a component to see its value. Adding a watch is time consuming since you need to modify the watch expression to include the full list of...
View ArticleRequest to support Fortran 2008 inquiry functions of COMPILER_OPTIONS() and...
I'm wondering whether the inquiry functions of COMPILER_OPTIONS() and COMPILER_VERSION() introduced in Fortran 2008 as part of ISO_FORTRAN_ENV are low-hanging fruit that Intel can grab quickly and...
View ArticleHow to debug core dumps and segmentation faults with ifort compiler
I have code that I compiled and linked and created an executable. As a newbie to ifort and fortran 90 how do I go about debugging segmentation faults and core dumps ? I prefer a command line utility if...
View Articleproblem while compiling code of visual fortran on linux
Dear Admin,I have compiled code on intel visual fortran. Now I wish to port same code on linux platform . while compiling the same on the linux platform using ifortI am getting the error " Error in...
View ArticleProblem with graphic functions in visual fortran
Dear Team,I have a fortran code written actually in windows platform. I am changing it into linux platform. While converting from windows to linux, i have been encountering few errors in linux...
View ArticlePossible Bug in Intel 15
Hello,I've been working on a project that is compiled under a few different compilers for regression testing, and when we got to intel 15 for some reason a few cases encountered a divide by zero error....
View Articlethe compiler commander ifort could not be found
Hello,I have Parallel Studio XE 2015, Microsoft Visual Basic 2010 Express, Microsoft Visual Studio 2010, & Microsoft Visual Studio Professional 2013 installed. I have been trying to compile...
View Articleperformance when running one compiled app vs. multiple ones simultaneously
So, this confused the daylights out of me.I'm running on an Intel Core i7-3770 @ 3.4 GHz, 4 cores x hyperthreaded = 8 cores.For case 1, I compiled on ifort 2013 SP1 Update 4, as: <Tool...
View ArticleConfusion re placement of INPUT files
When I first open a project, how do I know where to put whatever input files are needed?Of course I could use GETCWD to find out, but is there some rule that says where that would be by default?I used...
View Articleinstall option desired
I would like an install option that does not appear to be offered.We have set aside a couple of our Linux Intel Fortran licenses for use in classified military environments. Typically, we will install...
View Article