Access violation error when subroutine is called
Stripped-down code shown below is generating "access violation" run-time error when ReadAttribute subroutine is called. The error occurs when the program is compiled with IVF 17.0 but not with IVF...
View ArticleWhy does VS 2013 keep hanging up ?
When I first go into VS 2013 it compiles and does a build with a second or two.The problem occurs when it hits a breakpoint, and I want to quit and restart.I say "stop debugging," and I get the blue...
View ArticleIFORT_COMPILER16 not created
I am using Visual Studio Professional 2015 Version 14.0.25431.01 Update 3 with Intel Parallel Studio XE 2016 Composer Edition for C++ WIndows and Intel Parallel Studio XE Update 1 Composer Edition for...
View ArticleFollowing in Steve's footsteps
Hi everyone,Well, tomorrow is my last day and I too will be riding off into the sunset of retirement. After 45 years of being allowed to play with computers, from mainframes to micros, I am finally...
View ArticleEndless Blathering
Why dont you allow a remote login/assist , that would make it real simple to show someone what is going on, instead of this endless blather going back and forth ?I was interested in this rather...
View ArticleTWO Line program hangs up the debugger
read(*,*) end When it gets to the READ statement, I want to close the window, which generates a breakpoint.But when I wanna quit and do something else, I get the little blue circle, and...
View ArticleUnexpected linker error "LNK2001: unresolved external symbol" and an ICE
The following simple code compiled using Intel Fortran compiler 17 update 1 and no optimization (/Od option) generates a linker error I have never seen before, "unresolved external symbol ????": With...
View ArticleNo symbol file libifcoremd causing Instrumention Failed in Visual Studio 2015
I want to use Visual Studio Performance Wizard to get the analysis (number of function calls) of my solution which include multiple projects written in Intel Visual FORTAN, Visual Studio C++ and C#....
View ArticleLink statically with MKL
Hi,I have a program that calls an MKL eigenvalue subroutine and I want to distribute copies of my program to others within my firm. Is it possible to link MKL statically? I understand this is not the...
View ArticleICE with 17 update one and MERGE/PRESENT/C_PTR/BIND(C)/VALUE...
The following causes an ICE with 17 update one.MODULE m IMPLICIT NONE CONTAINS SUBROUTINE ice(arg) USE, INTRINSIC :: ISO_C_BINDING, ONLY: C_LOC, C_NULL_PTR INTEGER, OPTIONAL :: arg CALL...
View ArticleTwo line program wont link ?
program testend It says"LINK error 1561"No entry point defined.Why would a main program have an entry point ? what a god-awful mess - - -
View ArticleCOM-server returning (safe)array of BSTR works under 32 bits but not under 64
Hi,I have created a COM server with the wizard. This COM-server returns [out, retval] SAFEARRAY(BSTR)* VALUEWhen I build this for a 32-bits platform it works fine and I can call this array from several...
View ArticleCompiler message not so clear: Common and Equivalence clash
Given the following program, IFort correctly refuses to compile, and rightly so.program xeq implicit none logical re,pe integer rf,pf equivalence (re, rf), (pe, pf) common/RPCOM/re,pe,rf,pf print...
View ArticleUDDTIO: can the compiler issue a more meaningful error code during defined...
Fortran 2008 standard (WD 1539-1 J3 10-007r1 24th November 2010) document says in section 9.6.4.8.3 Defined input/output procedures:Consider the following simple code:module t_m use, intrinsic ::...
View ArticleProblem with IMSL with Intel Visual Fortran Composer
HeyI use Intel Visual Fortran Composer with IMSL libraries and Microsoft Visual studio 10Here is a piece of my code :program main !use imsl_libraries USE ZANLY_INT USE WRCRN_INT...
View ArticleUnreachable Code
I have inherited a code that has a lot of poor coding techniques. In the ~50,000 lines of FORTRAN there is a significant amount of code that can never be reached. In older mainframe compilers (e.g.,...
View ArticleProviding a SafeArray to a COM object
Dear All,I am trying to pass an array of floats using a COM object written in C#.After registering the COM DLL, the code is created by the FORTRAN COM Wizard in Daniel-COM.f90In Daniel-main.f90, I...
View ArticleInterpreting VTune's resutls
Recently I have been working on optimizing a Fortran code. I have noticed that the VTune profiling results indicate one of the subroutine declaration line took a considerable amount of time. I'm not...
View ArticleA forum problem: "Your submission contains invalid characters and will not be...
A couple of times recently while trying to create a new forum topic, I have encountered the "Your submission contains invalid characters and will not be accepted" message with no information on the...
View ArticleError passing string to subroutine
Strange behaviour which I have only observed since installing XE2017 update 1, but don't know how long this has been happening. I = LEN_TRIM(logtext) CALL...
View Article