Error in opening the compiled module file. Check INCLUDE paths.
Hello To compile the groundwater model MODFLOW code, requires the following settings (this page):http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html?sugges...I use the Microsoft Visual...
View ArticleIntel Visual Fortran code works in Debug mode but gets stuck in infinite loop...
Hi all. I have a C++ code that calls a Fortran subroutine which internally makes a call to the Fortran function dpmeps(). I use CMake to compile the Fortran code into a library that I link to my C++...
View ArticleProblems with parameterized derived types
Windows 10 Pro Build 14393 MS visual studio ultimate 2013 12.0.40629.00 Update 5 Intel(R) Visual Fortran Compiler XE 15.0.7.287 Type :: Grid1D(Nx,Ns) Integer(4),Len :: Nx=100,Ns=1_4 Real(8) ::...
View ArticleCannot compile using fortran 95 intrinsic procedure cpu_time
Hi I am trying to use the intrinsic procedure cpu_time(), but get the error: "Error 1 error LNK2019: unresolved external symbol _for_cpusec_x referenced in function ...". My best guess is that this is...
View Articlelinking errors when having Intel Parallel Studio XE Composer (2013 and 2017...
I have a code base(primary C, with some C++) which has recently been ported to Visual Studio 2015. On the same machine(Windows 10 x64) I have installed both Intel Parallel Studio XE Composer 2013 and...
View Articlearray bound checking in parameter list of function call
Dear all,in some cases I pass slices of allocated arrays to functions (in modules -> explicit interface) - who does not ;-).I have encountered a nasty bug in my code, where - although array bound...
View ArticleRun time check failure
Sorry to ask yet another question!I have a routine in Fortran that has been compile as CVF (as the version of NAG requires the CVF calling convention) below: LOGICAL*4 FUNCTION set_process_name (name,...
View ArticleError in perform a clean operation from VS command line
In trying to perform a project clean through command build.xml on an integrated VS2012 / XE Composer 2013 environment, I am getting the following error from FORTRAN:Recognized kind is not integer or...
View ArticleInvoking LOC on a procedure pointer causes ICE
While mucking around with an example for the delphi thread I noticed this.MODULE m IMPLICIT NONE ABSTRACT INTERFACE SUBROUTINE proc_intf END SUBROUTINE proc_intf END INTERFACE PROCEDURE(proc_intf),...
View ArticleVisual studio 2015 and Intel® Parallel Studio XE 2015 Composer Edition for...
Hi,I have the following two products installed:Visual Studio 2015 Intel® Parallel Studio XE 2015 Composer Edition for Fortran WindowsAfter installing Fortran, I cannot see a Fortran project type in...
View ArticlePossible bug in latest compiler 17.0.0.109
Programs compiled under the latest version when running in a windows subsystem in VS2013 Shell when exited by either the windows exit command from the drop down box or the "X" in the upper right hand...
View ArticleCopy extended types gives access violation
HiI get an access violation when I try to copy one extended structure to another:"forrtl: severe (157): Program Exception - access violation"If I use ordinary "types", then this works fine.Am I not...
View ArticleVisual Studio 2010 Professional + Intel Parallel Studio_XE_2016 issue
Hi...I have some fortran codes developed in Visual Studio 2010 Professional with Intel Parallel Studio_XE_2016. My intel Parallel Studio_XE_2016 was in student licence. Now it got expired and my...
View ArticleOct. 18 webinar - Vectorization Insights with Intel® AVX-512
Tuesday, October 18, 2016 - 9:00-10:00AM PTWe will describe, with C and Fortran examples, new opportunities for performance-enhancing vectorization provided by the Intel® AVX-512 instruction set on the...
View ArticleInternal compiler error using BLOCK and PROCEDURE interface
I'm using Intel Fortran Version 16.0.3.207 Build 20160415 on Windows 10 (32-bit).This took some time to produce a minimal code that reproduces the issue. The module below, when compiled with:ifort.exe...
View ArticleProblem with Intel parallel XE compiler
Hi . I'm using the combination of Intel parallel studio XE 2015 cluster edition (student version) and microsoft visual studio 2013 and Matlab 2016b in order to create MEX files out of Fortran source...
View ArticleUnexpected error #8191: The procedure target must be a procedure or a...
Consider the following code:module m implicit none abstract interface function I_f() result( j ) integer :: j end function I_f end interface type :: t procedure(I_f), nopass, pointer :: m_f =>...
View ArticleFixed Format Editor Appearance
Is there a way to color columns in the editor as was done in the Compaq Visual FORTRAN IDE? I know about the Tools>Options>Fonts and Colors dialog, but I do not see a place for coloring columns...
View ArticleWhat is Intel Parallel Studio
What is the difference between Parallel Studio as opposed to Visual Studio? Thread Topic: Question
View ArticleInterworking of Fortran and C - task progress information
Hello!My question is about interworking of Fortran and C. The interface part of my program is written on C (using MFC), and it calls Fortran function, that performs some calculations. These...
View Article