character array allocation, alternative definition fails
Hi all,here the basics of allocated characters are discussed:https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-fo...Now I have the following minimal working example:! program...
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 Articlemigrate mixed-language project from winXP to win7
WinXP(X86) project based on VS6.0 and Compaq Fortran 6.5 called projectXPCMF;Win7(X86) project based on VS6.0 and Compaq Fortran 6.5 called projectCMF; Win7(X86) project based on VS2010 and...
View ArticleIssues with performance on wine when switching from compiler versions...
I've posted similar topic regarding this about two month ago, we are now a bit further along. The issue is that we have a win32 executable and dll that we need to run with wine on our Linux server....
View ArticleDownload old update for older version?
Hello,Is it possible to update an old update for Version 11.1?Specifically looking for 11.1.065 (Update 6). I only see an option to download the latest update for Version 11.1.072 (Update 9)Thanks!
View ArticleTwo FORTRAN program
I have 2 different FORTRAN programs (quite big programs). Let us call program 'A' and 'B'My program 'B' needs to use a subroutine of program A (exactly the same subroutine). Is it possible to call that...
View ArticlePuzzled by console line length
This code (compiled with 17 Update 1)PROGRAM P USE ISO_FORTRAN_ENV IMPLICIT NONE INTEGER :: RECLENGTH INQUIRE(UNIT=OUTPUT_UNIT,RECL=RECLENGTH) WRITE(OUTPUT_UNIT,'(I4)') RECLENGTH...
View ArticleNeed help about the overriding operator in extened type and report a strange...
module vector_ implicit none private public:: vector integer,parameter:: rp=8,ip=4 !types !----------------------- type:: vector private real(rp),allocatable,dimension(:):: vc contains generic:: init...
View Articlederived type now showing in debug locals window
I have a feeling I have seen this in the forum "recently" but I can't find it.... Consider the follows source which reproduces something I have been seeing today in a more complex real situation. The...
View ArticleLNK2005 error
New to this development environment - in fact my very first project. I get the following link errors:Error 1 error LNK2005: _for_emit_diagnostic already defined in libifcoremd.lib(libifcoremd.dll)...
View Articlebuild for Linux from visual studio
This web site talks about building c++ executables for Linux from visual studio.https://marketplace.visualstudio.com/items?itemName=VisualCPPTeam.VisualCforLinuxDevelopment Can this approach be applied...
View ArticleFortran95: deallocating arrays necessary in Program and DLL?
I understand, that a Fortran 95 program, when ending, gives up all its allocated memory to the system, so no deallocation is necessary and memory leaks cannot occur at that time.Is this also true for...
View ArticleVisual Studio Debugger Not Showing Variables
Not sure if this is a bug, setting, or if its just plane not possible. When I run Visual Studio 2012 in Debug mode and stop at a break point not all variables are viewable. In particular it will not...
View Articlelink error LNK1104: cannot open file 'libucrt.lib'
Hello: I have VS 2015 Professional 2015, Update 3, and I have Visual Fortran XE 15.0.4.221. All of my Fortran programs are compiling fine, but then giving me the link error: LNK1104: cannot open file...
View Articleanother lib link problem
Downloaded the latest fortran compiler with VS (parallel_studio_xe_2017_update1_composer_edition_for_fortran_setup). Been several months since I tried to compile a version that ran on an earlier...
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 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 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 Article