Extremely simple offload example: "Unexpected number of variable descriptors"
Hi In the extremely simple example below I never enter the offload region, but receive the runtime error message: "Unexpected number of variable descriptors"What could possibly be the problem here? I...
View ArticleFINAL binding to an ELEMENTAL procedure does not work: causes "Program...
Consider the simple program shown below:MODULE m !.. IMPLICIT NONE !.. Private by default PRIVATE TYPE, PUBLIC :: t !.. private by default PRIVATE !.. Private fields CHARACTER(LEN=:), ALLOCATABLE ::...
View ArticleWhat is up with "Debug Error!" from Microsoft Visual C++ Runtime Library?
Does anyone know the root causes of "Debug Error!" from Microsoft Visual C++ Runtime Library that is often accompanied by a message that says "Damage before 0x0... which was allocated by aligned...
View Article!DIR$ OFFLOAD TARGET: Disable implicit copying of variables?
Hi I have a code that uses derived types that includes allocatables inside a region that I want to offload. In order to get the derives type onto the device I try to manually transfer the content of...
View Articleerror #6897
Just upgraded to Composer XE 2011 and code that compiled in IVF 9 through 11 but not fails with the error message:error #6897: An interface-block in a subprogram must not contain an interface-body for...
View ArticleTrougle manipulating the Quickwin menu bar
Quickwin programs open with a default project frame having a status bar and a set of default menus. My Quickwin program opens with a splash screen, composed of a minimalist project frame in which I...
View ArticleC++/Fortran: Cannot open 'ifconsol.lib' VS2013/XE 2013sp1
I recently upgraded to a new HD and re-installed all my development tools. In the past, I followed many topics answered by Steve Lionel to resolve fortran/c++ issues. I'm not sure what's wrong, but I...
View ArticleUnexpected access violation
I am using the latest: Fortran Compiler XE 14.0.3.202The program I am working on has started unexpectedly crashing when compiled in optimized release mode. However, when compiled in debug mode, there...
View ArticleIntel Fortran fails to recognize the PRIVATE attribute of a type-bound...
Consider the following simple example:MODULE b IMPLICIT NONE !.. Private by default PRIVATE TYPE, ABSTRACT, PUBLIC :: A_t !.. PRIVATE !.. Private fields INTEGER :: m_A CONTAINS !.. Private by default...
View Articleerror #6633: The type of the actual argument differs from the type of the...
I am new to programming with Intel Fortran so I think there is something missing or wrongly organized that I am not aware of in this case. I would be grateful if someone can help me in this regard.The...
View Articlecompilation error with both /MP and /fpp
Dear all,We have a project with multiple Fortran sources (~100) where few of them are also preprocessed (.F). We tried to switch on parallel compilation of source files (/MP), but on some machines the...
View Articleerror for floating licence
Hello!I got the next error and I don't know what to do:Error: A license for FCompW is not available now (-96,491).A connection to the license server could not be made. You shouldmake sure that your...
View ArticleMS Visual Studio 10 and Intel Visual Fortran Composer XE 2013 SP1
Hi,when I installed Intel Visual Fortran Composer XE 2013 SP1, I got program icon " Using VS2010". But when I launch the program, the VS2010 pro starts, but there is no Fortran template in the...
View ArticleIntel Fortran and Eclipse (Photran) .... salt in an old wound?
Greetings: I have upgraded to Eclipse Luna and am running the parallel tools plugin (which includes Photran). This has worked out extremely well using their refactoring tools ... auto...
View ArticleProblem With A Subroutine With Class and Pointer attribute
I have a larger program that passes a data type into a deallocation subroutine that is a pointer, but the compilation fails saying the data type does not match.Here is a simplified version of the code:...
View ArticleVisual Studio and ALIGN?
I am compiling a large fortran computer model that contains lots of data types and pointers. The visual studio project under Properties then "Fortran>Preprocessor>Preprocessor Definitions" has...
View ArticleQuestion about WM_MDITILE, MDITILE_VERTICAL
In a MDI application I open several windows. After opening the windows are overlapping each other and then I will to arrange them with the program lines: case (IDM_VTILE)...
View ArticleDr. Fortran
Dear Dr. Fortran:At least this consultation will not cost me the $30 copay for the usual Dr's appointments.So I finally got back to Australia after 2 years in Texas. The skiing, according to my...
View ArticleCan procedures returning ALLOCATABLE types be exported from a dynamic-link...
I'm in a time crunch and unsure in my current frame of mind as to where all I should look to understand this, so thought I'd ask here: can procedures returning ALLOCATABLE types be exported from a...
View ArticleBinary was not built with debug information
Hi everybody, can someone help me please. This time I''m facing another problem with my code, it just starts running and then stops with massage:Binary was not built with debug informationI don't...
View Article