Build from command line
I have a solution which consists of many projects: vfproj, vcxproj and 1 csproj (C#). The vfproj and vcxproj have the config Debug|Win32, so I build from the command line with:devenv AllDll.sln /build...
View ArticleBroadwell
Broadwell is your first 14 nm processor. Is the current Fortran compiler optimized for this new processor?
View ArticleWrong code when using OpenMP collapse
Hello, i encountered a behavior I believe is a bug in ifort 14.0.2 which took me quite a lot of time to find. implicit integer(a-z) nx = 10 ny = 10 nz = 10 tnx = 2 tny = 2 tnz = 2 !$omp parallel do...
View ArticleInstallation problem: 32-bit libraries not found on this system on Ubuntu...
Hi all,Ijust installed Ubuntu 14.04 LTS to my 64bit laptop.I downloaded Intel Fortran Composer XE for Linux - Version 2013 SP1.During the installation I got "Unsupported operating system error" but I...
View ArticleSingle precision real constants
I have a project where /fpconstant is specified for both Debug and Release builds. However the Debug version is still interpreting a single real constant oddly. I have:double precision, parameter...
View Article14.0.2 Internal Compiler ErrorT
The following code triggers an internal compiler error with 14.0.2 when compiled with -standard-semanticssubroutine fubar (array, mask) integer, allocatable :: array(:) logical :: mask(:) array =...
View ArticleDocumentation for Fortran and C/C++ unreadable
After the update of Composer XE 2013 SP1.179 the documentation is unreadable. The first line in the Help window shows<html xmlns:MSHelp="http://www.microsoft.com/MSHelp/" lang="en-us" ....It looks...
View ArticleUnresolved External symbol - MPI Compilation
Hi,I am trying to compile a setup for my current code on a new machine in Visual Studio. I have made the changes in the following places:Properties -> Fortran -> General -> Add include...
View ArticleMixed language development
We are using Microsoft Visual Studio 2013 Professional. We then installed the latest version of the Intel Fortran compiler, service pack 1 update 2 I think. Running under Windows 7.Inside Visual Studio...
View ArticleNo stack dump in Fortran code called from C++
I have a Debug Fortran DLL in which I have turned on all checking (/check:all /fpe:0). It is called from a C++ driver program. I am now getting no output (I was without the checks) and I suspect it's...
View ArticleError message after software update when starting VS2013
Hello,I'm using your product in our software to profile and optimize code but after the recent update (this morning) your software refuses to load properly when I start VS2013 and I get a dialog box...
View ArticleInvitation to join the Intel(r) Software Development Tools 2015 Beta Program
Hello Intel® Inspector XE User Forum,Try out the new Intel® Software Development Tools 2015 Beta and help make our product better. Registration is easy through...
View ArticleAllocatable components and OpenMP?
The following case leads to a segmentation fault at run time with ifort. I think that perhaps allocatable components are only supported in OpenMP 4.0 (?), so in that case perhaps it is too early to...
View ArticleBuild Enviroment for App Error!
Dear everyone!Hi, sorry for opening a topic if there is sth related to this one!the problem is that: when I want to setup the System Environment using : "Visual Fortran Build Environment for...
View ArticleProblems with replacing statement functions
Hi,I am modernizing legacy code, replacing statement functions through internal functions. While compiling the files individually no error occurs. If I am trying to rebuild the project or compile them...
View ArticleIEEE set halting mode and optimization
Dear all,I found that some optimizations override IEEE instructions when using ifort 13.1.0:program test ! use, intrinsic :: ieee_exceptions implicit none ! integer, parameter :: RKIND = 16 !...
View ArticleDowngrade Rights
Can I purchase Intel Visual Fortran Composer XE 2013 & use earlier version 2011 as it is suited to my another product & compatibility issue ?Whether legally can I downgrade my license to 2011...
View ArticleS=k * log (W)
Dear MECEJ4I was intrigued by your photo, so I blew it up and looked at the words, actually equation S= K...
View ArticleDebugging Intel® Xeon Phi™ Applications on Linux* Host
ContentsIntroductionDebug Solution for Intel® MICHow to get it?Why use the provided GNU* GDB from Intel?Why is Intel providing a Command Line and Eclipse* IDE Integration?Deprecation...
View ArticleDebugging Intel® Xeon Phi™ Applications on Windows* Host
ContentsIntroductionDebug Solution for Intel® MICHow to get it?Debug Solution as IntegrationComponents RequiredConfigure & TestPrerequisite for DebuggingDebugging Applications with Offload...
View Article