Thermal Desktop/SINDA/FLUINT "ifort:error#10037: could not find 'link'"
Hello,I'm new to FORTRAN, I'm using Thermal Desktop (built into AutoCAD) and SINDA/FLUINT to run thermal analysis. I got the following error message from SINDA/FLUINT:Compile or link of astap.for...
View Articlevariable type in out a subroutine
dear all,I would like to know how works the allocatable variable type in and out a subroutineThis is my problem.I have this variable type: TYPE tParticle SEQUENCE INTEGER :: ip INTEGER :: mc INTEGER ::...
View Articlewhat project files can be deleted after CVF import
After importing a project from CVF, there are a bunch of "project" files which are listed below. Which of these are no longer needed and safe to delete? Also, why are there both vcxproj and vfproj...
View Article'spurious' segmentation fault under fedora but not ubuntu or centos
I have a problem with a program which, when compiled with ifort, throws a 'segmentation fault' when running under fedora (tried 16 and 22) but not when running under Ubuntu (14.04) or CentOS (6). the...
View ArticleParameterized type - Dummy argument differs from actual argument
Hi, i ran into a problem with parameterized derived types. If i try to compile the following code with the 15.0.4 Compiler on Windows i get error 6633"The type of the actual argument differs from the...
View ArticleLoss of precision in exponentiation - questions
Dear Fortran Masters, I have two simple questions.1 - In the operation x**b, where b is always an integer. Is there any loss of precision if b is declared as real(8) or integer?2 - In the operation...
View ArticleI got the message error LINK: fatal error LNK1181 cannot open input file
I have Parallel Studio XE 2013 with Visual Studio 2013. .I start a new IVF Project (static Lbrary)In VS2013, I add a new win32 console application to the IVF ProjectI set the fortran function...
View ArticlePossible bug on abstract type
Dear great Intel Fortran Developers team,I would like to report a possible bug in ifort 15.0.3.I am trying to develop an OOP library that takes advantage of Abstract Calculus Pattern by means of an...
View ArticleVisual Studio 2010 imported CVF project is not a fortran project
I have imported many CVF projects, but yesterday I imported a project that is showing up in Visual Studio as a C project instead of a fortran project. The import did produce a .vcxproj and .vfproj...
View ArticleThread Local Storage
I have a requirement for a large .dll to be re-initialized. (So, basically, all the SAVE variables, all the DATA variables, all the COMMON variables, need to be reset to their starting values). I've...
View ArticleLabel renumbering tool?
Greetings,my code is growing fat and I start having problems with label numbers. Do anybody know a tool to sequentially renumber the labels?(disclaimer: I did a forum search, but I got only a few...
View ArticleDebug build cannot find PDB files...
I have just created a modified version of a program and selected win32 debug and done a clean build. I have added a break-point and selected start debugging. The program starts, opens a console window,...
View ArticleICE with valid code
The following code produces an ICE with ifort 15.0 Build 20150407 (on Linux Intel(R) 64)$ ifort -c testice.f90 testice.f90(50): warning #6178: The return value of this FUNCTION has not been defined....
View ArticlePolyhedron Fortran compilers benchmark
I'm sorry - I sent erroneously my message to Fortran/Windows forum, and repeat now. The Polyhedron Fortran benchmark is absent know,and in particular is absent well known...
View ArticlePass Array of Pointers from a C++ function into a Fortran subroutine
I am attempting to pass a C++ array of pointers into a Fortran subroutine.The C++ array is of a structure, which exactly conforms to a Fortran derived type.So in C++ I have pArray*...
View ArticleCompiling with DEC/VAC and IBM/VS Extensions?
I have some old legacy code I'm trying to compile, which was originally compiled on the Lahey LF90 compiler. When I tried compiling using gfortran and then ifort, the program compiled but when running...
View ArticleOptimization creates infinite loop
Users of numerical analysis packages such as those at www.netlib.org, especially the codes in the ACM TOMS group, often find themselves contending with Fortran 77 subroutines and functions that are now...
View ArticleCompiles Successful but unable to debugg
Hi, I'm using intel fortran visual studio xe 2013 with visual studio 2012. I'm able to successfully compile my program, however I cannot start the debugging. It automatically exits with message: The...
View ArticleRelease mode executable problem
I wrote a simple and short program which ran well in debug mode. However, it went wrong in release mode. Values were assigned in an array, but they changed to some funny number when they were used.
View ArticleMAP Clause
Target Directive Clause: Maps a variable from the data environment of the current task to the data environment of the device associated with the construct. For each original list item in this clause, a...
View Article