How to renew the non-commercial license?
HelloI am a student and registered a non-commercial license a year ago.Today, my license has expired.I want to know how can I renew my license?Thanks!
View ArticleProtected array variables and submodules
The following code is modified from https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-fo....module mymod implicit none integer, protected :: n integer, protected :: m(1) interface...
View Articlearray definition: warning desired
Hi,the following code is accepted by ifort 17.0.1. A warning or error for line 6 would be perfect. The contradictory double definition in line 9 is checked and an error is given, but line 6 is...
View ArticleUnable to access Premier Support
Today for the first time I tried to access Premier Support for Fortran XE. My previous credentials did not work for logging in, so I reset the PW. Now, when I go to premiersupport.com and log in I get...
View Articlecannot find libraries
Dear all,I am trying to compile with -fast on OpenSuse Leap 42.2 and I got these errors:ld: cannot find -lm ld: cannot find -lpthread ld: cannot find -lc ld: cannot find -ldl ld: cannot find -lcAny...
View ArticleStack memory not freed?
Dear all,according to a little test program (attached) it looks as if the stack memory is not freed after leaving a subroutine. I have had this problem with a much larger code, which after a while died...
View Articleinstalling MKL C++ components seems to break VS 2015 integration
Hi,I installed PSXE 2017 update 2 today and in the customized installation section I added the C++ components of MKL (IA32, x64) for different reasons (Composer Edition for Fortran Windows --> no...
View Articlecannot build an x64 fortran program
Hi, my os is win10 and I have intel parallel studio xe 2016 cluster edition and vs2015 professional edition installed. Now I want to build an x64 fortran code, in build--configuration manager, I have...
View ArticleIntegration of intel parallel studio cluster 2017 (fortran) with MVS 15
Hi Steve,I followed "Troubleshooting Fortran Integration Issues with Visual Studio" but I am getting this error in command promptC:\Users\antari>cd %VS140COMNTOOLS%C:\Program Files (x86)\Microsoft...
View Articleishft not optimized in 2017.2
For a long time I used the ugly replacement of i/2 (positive integer) by ishft(i,-1). If a compiler didn't optimize /2 with shifts, it could be very slow. Now the new compiler no longer optimizes...
View Articledoacross internal compiler error
This is using the latest ifort 17.0.2 (same problem with 17.0.1; older versions not tested): when trying the examples for the OpenMP 4.5 doacross parallelization feature, I found that the compiler...
View ArticleICE C0000005 When compiling Fortran Module with Integer Parameter Statements
When using the 2017 Update 2, I get an ICE C000005 when compiling modules in my code which contain integer parameter statements at the module level and then are used within contained subroutines. In...
View ArticleProblem installing latest MKL
I am using the latest Parallel Studio XE Professional Edition for Fortran Windows. I am using the Visual Studio 2013 Shell that comes with it (installed with an earlier version). When trying to install...
View ArticleXE2017 messed up after update 2
Just in stalled update 2. In options...... Intel tools/compilers is show:Intel(R) Visual Fortran Intel(R) 64 Compiler for applications running on IA-32, version 17.0.1 Package ID:...
View ArticleICE with integer parameter arguament
Using Intel(R) Visual Fortran Compiler 17.0.2.187 [IA-32] I have a number of ICE's the first one a have reduced to a simple case that replicates the problem:module ice implicit none integer, parameter...
View ArticleMore annoying regressions in ifort 17.0
Seems that v17 was not the most lucky of all releases. In our code, link, we now see several of our unit and functional tests producing double free or corruption errors or simply just hang. Note that...
View ArticleIntel® Fortran Compiler 17.0 Update 2
I see forum threads of pain, bloody noses too I see them trouble for me and you And I think to myself what a bugful update .. I see links of Release Notes and clouds of nothingness The blight cursed...
View ArticleCreate a shared library with ifort in Windows
Hi,I would like to know whether it is possible to create a shared library with ifort in Windows.The only information I found is related to Linux and OS X:...
View ArticleModules with many interface blocks take a long time to compile
I'm compiling a fortran project using Intel Fortran compiler 16 under RHEL Linux 6.8. In this project, I have several module files containing only interface blocks of routines (I'm using these similar...
View ArticleDocument windows do not reopen when solution is loaded
When a solution is closed, or VS shut down, and the solution is reloaded, or VS restarted, it is supposed to open the document windows that were open when the solution was closed. In April 2016, this...
View Article