Select intel fortran comiler version in visual studio
Hi, I have a big visual studio solution containing c++ and fortran projects. The solution is built using devenv from the command line.I have several fortran compilers installed (2013 and 2015). How can...
View Articlevariable rank of dummy argument
hope the title describes the problem at hand:a code like the following compiles fine, but when i debug i cannot step into the subroutine (though it gives right results).iprogram main real(8),...
View ArticleError #10052 Could not checkout FLEXlm license - Visual Studio 2013 inside VM
Hi,I'm experiencing a problem where my license file is not working correctly.I'm attempting to compile a fortran project inside visual studio 2013, running on a Windows 7 Enterprise virtual...
View ArticleRun-time errors after upgrading to new compiler versions
We have a code that was being built using version 12.1 and VS 2010. After upgrading to version 15.0 compiler (update 6) and VS 2013, we have been experiencing strange runtime errors in code locations...
View ArticleFree Fortran Modernisation Workshop - STFC in UK
Hello all,I will be running the Fortran Modernisation Workshop in the UK at Daresbury which is completely free to attend for commercial, research and academic attendees. This is a two day computational...
View ArticleInitialize Types
Type aBeam INTEGER id integer nodes(2) integer restraint(2) ! 0 - not restrained 7 000111 56 111000 63 111111 integer...
View ArticleWandering error
At compilation the following test program compiler shows error:test.f90(45): error #5082: Syntax error, found ')' when expecting one of: <REAL_KIND_CON> <REAL_CONSTANT>...
View ArticleMixed programming with Fortran77 and C
Dear Steve,I am making a project with C and F77 and the main program is written by F77. During build my code, I was trouble about errors as follows. There was no such error in my previous project...
View ArticleCan only run one MPI job on Windows
<p>I may not be in the right forum, so redirect if necessary.</p><p>My organization distributes a large Fortran program that uses MPI. We distribute the Intel MPI redistributable libs...
View ArticleForum SPAM elimination suggestion
To whom it may concern:As a long time forum user I am annoyed at the amount of SPAM being entered into this forum. In order to reduce the amount of SPAM I suggest the following changes to the forum:1)...
View Articlevs_isoshell.exe Error When I install the Intel Parallel Studio XE Composer...
vs_isoshell.exe Error When I install the Intel Parallel Studio XE Composer Edition for Fortran Windows - Named User Commercial and installing with a Serial Number on my Surface Pro 4 running Windows...
View ArticleCode Coverage Features
I am using code coverage on several tests and when I run the tool certain blocks are highlighted as uncovered but those blocks correspond to debugging. Is there a way I can program or manipulate the...
View Articledisplay more than array 1000 elements in visual studio
In the visual studio debugger, is it possible to display more than array 1000 elements?Zone: Windows*
View ArticleDistribute compiiled DLL without ifort redistributable libraries?
Hi,I am building a fortran DLL that I need to deliver to others. I would like to not require that the person receiving it have the intel libraries. Is there a compiler option so that I can statically...
View ArticleScope of IMPLICIT NONE through a USE statement
If a parent module has an IMPLICIT NONE statement and this module is accessed through a USE statement in a descendant module without an IMPLICIT NONE statement, does the IMPLICIT NONE apply to...
View ArticleBinary read/write
I am attempting to optimise a binary file read/write using an unformatted, direct access binary file. The data set to be written/retreived is of size 22x7826x8086. Current read times are of the order...
View ArticleStructure constructors for parameterized derived types in output item lists
I think this is legit, if perhaps a little silly.program p implicit none type :: my_type(l) integer, len :: l real :: comp(l) end type my_type type(my_type(2)) :: x integer :: iolen ! ok x =...
View ArticleHow to build up a 64-bit application?
Hello there, These days I am struggling with allocating big matrices. The error is "forrtl severe (41) insufficient virtual memory".But I am pretty sure the virtual memory is big enough, its round...
View ArticleTiming Out Called External Program
Hello,Off the bat, I would like to mention that I am not using the intel visual fortran compiler, but rather Gfortran, but I haven't had much luck in finding active forums for Gfortran, thought I check...
View Articleunresolved external symbol ISO_C_BINDING_mp_C_F_PROCPOINTER
I'm getting a unresolved external symbol and I don't know why. I've listed the library it is defined in explicitly in my list of libraries for linking. The same code links fine even without...
View Article