Redistributable merge module (.msm) file for 11.1.065 version of...
Is a redistributable merge module (.msm) file available for the Intel Visual Fortran Compiler for Windows 11.1.065 update 6 Redistributable library package for IA32? (I only seem to be able to find...
View ArticleTimeline for MSVS2010 phaseout?
Hi Steve,Does Intel have a schedule for requiring users to migrate from MSVS2010? If so, it would be helpful to know so that I can submit a budget request for the upgrade.Thanks,David
View ArticleOlder Version of Intel Fortran Compiler
Hello, I installed Intel Parallel Studio XE 2013 SP1 initial release, by downloading older version from the additional downloading section as suggested by you. However, I cannot see the command prompt...
View ArticleWhat to buy
My company just purchased me a new PC. It's Windows 7, 64-bit. My old PC was Windows XP and I had Compaq Visual Fortran 6.6 with F90SQL and MS Visual Studio 2005. I installed MS VS 2012 but cannot...
View ArticleUnexpected results with OpenMP
Now the sequential version of the code works (https://software.intel.com/en-us/forums/topic/559357), I tried to parallelize the loop at line 68 of myprog.f (see attached) using OpenMP.As before, I use...
View Articlefpconstant issue
I always use /fpconstant to save having to append d0 to all my constants. As far I was aware this has always worked. But now it works for one constant but not another. program ww implicit none real*8...
View ArticleNeed compiler switch to set variables to 4-bytes in 64-bit build
I have some mixed C/Fortran code in VS2010. I get different results from the 32-bit and 64-bit builds of the code. To see if it is a precision problem, I would like to compile the 64-bit build with...
View ArticleCan't get Intel Fortran compiler after installation!!
Hello,I downloaded the trial version of Intel Parallel Studio XE 2015 Cluster version. It's the update 4 version. And I tried to install it in my computer. However, after I installed it, it only shows...
View ArticleUnable to download older version
Hello All,I am looking for Intel Fortran Composer XE 2011 SP1 Update-4 version. I had a student version of latest 2015 version and was just trying to download older version from additional downloads.I...
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 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 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 Article