Watch window and monitoring changing arrays or types
I have very large arrays in my program that may or may not update on each line of the program. I would like to find out if there is a way to monitor which arrays are changing and which are not as I...
View ArticleFinal with Overloaded Assignment
I have a program with a derived type that has a final procedure and an assignment operator overload, as shown below: module MyTypeModule implicit none type MyType real, allocatable, dimension(:) ::...
View ArticleIntel Visual Fortran for Debug.EvaluateStatement
I have the following program in debug mode @ line 21program hello implicit none integer, dimension(2,2) :: Array type Test integer :: a integer :: b integer :: c end type Test integer::i type (Test) ::...
View Articleerror #10037 could not find 'link' VS 2015 Enterprise &...
So here is the story: I started by installing visual studio 2017 enterprise, when I found out that visual fortran cannot be integrated with that version. So while keeping this version, I installed...
View ArticleVisual Fortran /check:bounds
Hello, I have been looking at the behavior of the check:bounds compiler option, and in particular I read through this forum thread. I had a memory corruption in a program I'm writing (which I fixed...
View ArticleQuestion about the compile time
Hi,I have a problem with the time spent on compile, I work with a program with several huge equations and for this reason the intel fortran spent about 9 minuites to compile the program. My question...
View ArticleWRF ARW V3.9 Catastrophic error while compiling it.
DESCRIPTION = INTEL ($SFC/$SCC) DMPARALLEL = 1 OMPCPP = # -D_OPENMP OMP = # -openmp -fpp -auto OMPCC = # -openmp -fpp -auto SFC...
View ArticleVS Integration in XE 2017 update 4 broken source window
When I open a source file it shows all blank, only the tab at the top tells me it is open.Microsoft Visual Studio Professional 2015 Version 14.0.25431.01 Update 3 Microsoft .NET Framework Version...
View Article-check , -warn and -diag-enable=all
All three of those compiler flags seem to do similar things. Can someone explain the differences, and whether it would be a good idea to use them all together whenever I make changes, and review my code?
View ArticleVS Integration in XE 2017 update 4 Fortran Documentation
What happened to the Fortran documentation. Hitting the F1 key on highlighted Fortran syntax in code used to summon the Intel Fortran documentation, bringing up the right page. Now, the VS...
View ArticleFail to install Parallel Studio XE 2017 Update 4 with VS 2017 Professional
Hi I heard the new Parallel Studio XE 2017 Update 4 is released so that I tried to install it with VS 2017 professional edition. I aim to use it on my Fortran Projects. I first installed the VS 2017...
View ArticleIntel(R) Parallel Studio XE 2017 Update 4 Cluster Edition for Windows* Intel®...
Hi All,The installation of Update 4 to PSXE 2017 failed with the message:Intel(R) Parallel Studio XE 2017 Update 4 Cluster Edition for Windows* Intel® Software Setup Assistant ended prematurely because...
View ArticleConfusion about Update 4 files
I have licenses for XE Professional for both Fortran alone and Fortran with C+.The downloads for these packages for Update 4 have the same size and name. Is this correct?
View ArticleSOLVED - Problem with Parallel Studio XE 2017 Update 4 Composer Ed. for Fortran
I solved it myself - not a compiler issue - totally a user issue - imagine thatTed Hi all,Installed the update over the weekend (see details below). Compiled a 32 bit console application and tried to...
View ArticleStop ISM from showing "Your evaluation license has expired"
Hi,I installed Intel Parallel Studio 2017 on a machine with an evaluation license. Some days later I also put a valid license file on it.Now, since two weeks the evaluation is expired. The license file...
View ArticleIntegration failure between Parallel Studio XE 2017 Update 4 Cluster Ed. and...
I first installed VS Community 2017. Then I proceed to install the parallel studio. During the installation, the prerequisite check was fine. The setup detected the correct version of VS. The setup...
View Articlewrong entry in calling a DLL
I have recompiled (with IVF16, 64bits) a dll unchanged from about 2 years previously generated with IVF15 32 bits. The export functions are entry points of the 'main subroutine' as follows:...
View ArticleCan not run Fortran 77 program in VS 2013 with XE 2013
Hi,I use Visual Studio with Intel Fortran Compiler to compile the fortran 77 code. This code is correctly written without error when it is compiled by another old version fortran compiler. However,...
View ArticleHelp remembering Fortran syntax
Returning to some old Fortran code after many years absence. At one time I must have known what %VU%PTR_VAL in iptString = SourceArray(Index)%VU%PTR_VAL intLength =...
View Article[Updated] Problems with PSXE 2017 Update 4 and VS 2017 (missing rc.exe and...
Hi,I am trying to install Update 4 with VS 2017. In short, I am facing the "rc.exe not found" error that was also present with VS 2015 but the instructions found on this forum don't seem to apply as I...
View Article