Intel Fortran integration with Visual Studio: improved syntax highlighting?
I just noticed VALUE attribute and MOVE_ALLOC intrinsic procedure do not get highlighted in Visual Studio file editor; I presume there are also other such items that are not getting highlighted?So is...
View ArticleImplied DO LOOP in READ statement
Hi - newbie here!Here are three lines of a text file2 !nwpoints 100,4500 !below xwpoint(i) and then wave data file & shift for wave data PT_1week.dat,F_1week.dat !wave file nameHere is some code to...
View ArticleRun-time diagnostics for shape mismatches in array assignments possible?
This is based on discussions in this thread at comp.lang.fortran: https://groups.google.com/forum/#!topic/comp.lang.fortran/OCWxsF-Tm0U.The following simple code compiles with no errors or warnings...
View ArticleCOARRAYs
Hi, I have re-instaled the system in my computer. Afterwards some problems with my codes, which are using the COARRAYs, have appered. I have also found the problem during the runnig the coarray...
View Articleifortvars.bat not setting PATH to ifort.exe binary
Dear all,I have been trying to achieve the same as Simon in https://software.intel.com/en-us/forums/topic/294900, with following setup:This is on a Windows Server 2012 using Visual Studio 2013 and...
View ArticleF12 Visual Studio 2013 not work
The Text Editor- Fortran - Advanced functions have stopped working for VS 2013 using Intel Fortran 2015. When I first installed VS 2013 I activated some of the advanced text editing functions such as...
View ArticleRebuilding using an earlier version of the compiler
This question is about rebuilding code using a version of the Intel Visual Fortran compiler which is different from the one originally used.Some colleagues provide us with an executable file and its...
View Articlepointer dummy argument
Hi to everyone. I've found a problem illustrates as follows:module mod type :: test integer :: i end type test contains subroutine equals(left, right) type(test) :: left type(test) :: right write(*,*)...
View ArticleProblem with pointer under Fortran Compiler XE 14.0.0.103 [Intel(R) 64]
This example has been working for years with all previous 64-bit Intel compiler versions. Unfortunately with version 14 it fails. subroutine bug_intel include 'nodecl.inc' integer*8 ::...
View Articleparameterised derived type default kind parameters
Parameterised derived types with kind parameters which have default values set to parameters are not working as I expect in Intel Visual Fortran Compiler XE 15.0.2.179. Is this a bug or are my...
View Article.dll error
Hi. I am using Intel Cluster Studio for Fortran programming. (Intel Visual Fortran Composer XE 2013 SP1) My code is using mpi library and tecplot library as follows: program dust_liquid...
View ArticleParameterized derived type with type-bound procedure: unexpected run-time...
The following simple code compiles with no errors or warnings, but generates a run-time error [forrtl: severe (408): fort: (10)..]. I think the code is alright, please correct me otherwise.module m...
View ArticleDynamically loading a DLL twice
I have in my Fortran code: dll_handle = LoadLibrary('Test123.dll'//char(0))However this Fortran code may also be called from a C++ wrapper which may have already dynamically loaded this DLL....
View ArticleMulti core processors
I am running Windows 7 x64 on a server with a Haswell E5-1630v3 4 core processor. I am writing in Fortran 95 and using a recently purchased Intel x64 compiler. I have some questions:1. Should...
View ArticleStrange compiler behavior for very old program
What's wrong in following (from 70th) code? 1 PROGRAM CFDUE 2 ! IMPLICIT REAL (A-C,E-H,O-Z), INTEGER (I-N) 3 INTEGER I,K 4 REAL...
View ArticleParameterized derived type and array-valued function returning component...
Another strange one with parameterized derived types: the following code compiles with no errors or warnings, but I can't understand the run-time behavior. With Release configuration, the array-valued...
View ArticleParameterized derived type and array-valued function returning component...
Another strange one with parameterized derived types: the following simple code results in a compiler error, incorrectly in my opinion. But simply uncommenting the unrelated lines 17-26 makes the...
View ArticleUsing Fortran dll in VBA of Excel 2010
Hello every one,I am trying to use Fortran dll in VBA of Excel 2010, but I have a problem now. I want to get virtual array as returned value, but failed. Here is my code,* fortran 11subroutine...
View ArticleWhen will new F2008 arrive
HiI'm just wondering about if the following F08 features are planned for the next (non-update) release: - SUBMODULEs - Derived types with ALLOCATABLE components of RECURSIVE typewith SUBMODULEs taking...
View ArticleDetails on VF2013 Update 5 Fix (DPD200256609)
I was wondering if someone could post more details on the item fixed in Visual Fortran 2013 Update 5? The issue is: DPD200256609 and the title is: "Different answers with optimization and debug"We use...
View Article