Fortran linking error to C functions upgrading from 32 to 64 bit
I have the following two sample C functions: void rsub(...) and int sfunc(...)Contents of rsub.c:#include "stdlib.h" #include "stdio.h" void rsub(int iscalar, int icount){ int i; int sum; printf("now...
View ArticleFailed to write updated manifest to the resource file.
I click: Build > Rebuild Solution and I get the following error. Which I don't know what it means. Please explain this error message.Error 1 general error c101008d: Failed to...
View ArticleUse of DELIM in input/output statements
F2003 C926 (F2008 C929) tells me that I cannot use DELIM in an input/output statement that isn't namelist formatting or list directed. ifort appears to miss this constraint.PROGRAM p IMPLICIT NONE...
View Articlename conflict between IFPORT and an object library
I have an object library which has a function with the unfortunate name of "STAT".I want to use the IFPORT module routine which also has the unfortunate name of "STAT".How do I specify that the IFPORT...
View ArticleOptional dummy argument in specification expression
Fortran 200[3,8,X] permits a primary in a specification expression to be a dummy argument that is not OPTIONAL. I don't think ifort is enforcing this, as written in the standard.MODULE m IMPLICIT NONE...
View ArticlePRIVATE and cascading USE
Hello,I have stumbled about a non intuitive (at least for me) feature fo the Intel Compiler (2016 and 2017) which I am not sure is standard compliant or not.If I have a type TT defined (as public) in a...
View ArticleIntel Visual Fortran with IMSL libraries.
Hi all,I'm seeking for a version of Intel Visual Fortran which has IMSL libraries. Someone told me that Intel released a version of Intel Fortran which has these useful libraries by itself, something...
View ArticleMixed Mode VB calls F90, Access Violation
I have a program that runs fine as an executable. I made a DLL out of it and called it from VB. That all works fine until it comes to the part of the F90 code where there's an array of Types. As...
View Articlewarning #5462: Global name too long, shortened from... side effects?
Hi all,I begin to write my new code parts by using submodules and got a warning during compilation that the 'global name' is too long:warning #5462: Global name too long, shortened from:...
View Articlewarning #5117: Bad # preprocessor line
I'm trying to compile a fortran project with /fpp option on visual studio 2013, and it keeps giving me a warning:warning #5117: Bad # preprocessor lineAnd it looks like the code hasn't been passing...
View Articleerror LNK2001 ‘unresolved external symbol’ error when using IMSL lib
Hi, everyone, I have a problem related to unsuccessful using of IMSL libIn my original source code main.f90 (which is written by other people couple years ago), IMSL lib are called usinga command...
View ArticleBug: Intel Parallel Studio XE 2017 --Compilation Aborted (code 1)
Hi All,I am trying compile a software with the new release of Intel Visual Fortran and Visual Studio 2012 and I am getting:catastrophic error: **Internal compiler error: internal abort** Please report...
View ArticleODE soving with DLSODE in Intel Fortran composer 2013
I am solving a problem involving the solution of a large system of ODEs. I use DLSODE to solve my differential equations using the standard CALL...
View ArticleInterner Time Server - access from Fortran?
Does anyone know of a routine, and how to implement it, that will allow a Fortran program (using Intel Visual Fortran XE compiler) to read current time from an Internet Time Server? ..thanks,...
View ArticleDebugger unable to display array contained in derived type
Hello,Since months debugging has been a hell because of a bug in the Intel Compiler and/or debugger integration: basically most (but not all) arrays are displayed with the length 0 in the debugger, and...
View ArticleXE 2017 regression with OpenMP parallel if clause
Apologies for posting this here rather than at Premier Support, but:1) I won't be around for the next week.2) I haven't managed to produce a small reproducer yet and won't have time to do so...
View Article2017.0.109 - file specific diagnostic disables lost
I am running some tests on the lasted compiler which I installed last night. It seems that when loading existing projects file specific options to ignore warnings are lost. Also just an observation...
View ArticleCompatibility of Intel Visual Fortran Compiler 11.1.051 Professional Edition...
Hi all,I got Intel Visual Fortran Compiler 11.1.051 Professional Edition for Windows . I read that this version is compatible for Windows XP or Vista. I want to use this as my default Fortran...
View ArticleUsing NetCDF library with Intel Fortran
This is just a description of how to port a CVF NetCDF-using Fortran program to IVF, so that someone can do it in less time than it took me!I did this in Windows 7 with Intel Visual Fortran 16, working...
View ArticleIntel Parallel Studio XE 2017 has been released!
Intel Parallel Studio XE 2017, including Intel Visual Fortran Compiler 17.0, is now available from the Intel Registration Center. Release notes can be found here.Among the new F2008 features...
View Article