error #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 ArticleDeallocated pointers still have old shape specifications
I found it odd that deallocated pointers still have their shape information, even though "associated" returns .false. I suppose I expected to get an error, or at least zeroes. Is there a good reason...
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 ArticleIntel Fortran Error
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 license daemon process is running: both anlmgrd.exe...
View ArticleCoarrays and defined assignment
I don't think that this is right!Ā It's not polymorphic ....MODULE AssignĀ Ā Ā IMPLICIT NONEĀ Ā Ā INTEGER :: factorĀ Ā Ā TYPE, PUBLIC :: MytypeĀ Ā Ā Ā Ā Ā Ā INTEGER :: comp = 123Ā Ā Ā CONTAINSĀ Ā Ā Ā Ā Ā Ā PROCEDURE,...
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 Articlesort-desc
Sort report data by specified field in descending order.Syntax-sort-desc<value>-s-desc<value>ArgumentsfunctionSort by function name alphabetical order.idSort by problem id.investigatedSort...
View Articleknob
Specify additional settings for a collect or collect-with action.GUI EquivalentPane: Analysis Type-Memory ErrorsPane: Analysis Type-Threading ErrorsDialog Box: Custom...
View Articlecommand
Perform the specified action on a running analysis.GUI EquivalentToolbar: CommandSyntax-command<value>-C<value>NoteBoth short names and long names are case-sensitive. For example, -c is the...
View ArticleInterpreting Result Data from the Command Line
Result data is easiest to interpret when viewed in the IntelĀ® Inspector GUI, which provides multiple views of the result and easy access to tools that you can use to manage and resolve detected...
View ArticleUninitialized Partial Memory Access
Occurs when a read instruction references a block (2-bytes or more) of memory where part of the block is uninitialized.IDCode LocationDescription1Allocation siteIf present, represents the location and...
View ArticleData Race
Occurs when multiple threads access the same memory location without proper synchronization and at least one access is a write.Write -> Write Data RaceOccurs when multiple threads write to the same...
View ArticlePane: Launch Application
During AnalysisTo access this pane: Click the Target button on the Navigation toolbar.Use this pane on the Target window to review the project properties for this analysis run.After Analysis Is...
View ArticleDialog Box: Select Stack Frame(s)
To access this dialog box: In the Create Suppressions dialog box, click the Edit... button.Use this dialog box while defining a suppression rule to: View stack/traceback frames.Choose a different...
View Article