Intel Fortran Compiler Diagnostics 5000-5499
Back to All Intel Fortran Compiler Diagnostics5097: Extension to Fortran-77: INCLUDE statement5098: Extension to Fortran-77: INCLUDE statement5099: Keyword 'WHILE' expected in DO WHILE statement5100:...
View ArticleIntel Fortran Compiler Diagnostics 5500-5999
Back to All Intel Fortran Compiler Diagnostics5500: Offset is too large for a short xxxx xxxx5501: fort: (xx): In call to xx, an array temporary was created for argument #xx5502: Test error: (one...
View ArticleIntel Fortran Compiler Diagnostics 6000-6499
Back to All Intel Fortran Compiler Diagnostics6001: Syntax error6002: An object with the ALLOCATABLE attribute may not be initialized.6003: The default character variable as an internal file unit must...
View ArticleIntel Fortran Compiler Diagnostics 6500-6999
Back to All Intel Fortran Compiler Diagnostics6500: A bound in an allocate-shape-spec involves array inquiry about allocate-object in same ALLOCATE statement.6501: The equivalences are causing...
View ArticleIntel Fortran Compiler Diagnostics 7000-7499
Back to All Intel Fortran Compiler Diagnostics7000: Two-digit year return value may cause problems with the year 2000. Use DATE_AND_TIME instead7001: Error in creating the compiled module file.7002:...
View ArticleIntel Fortran Compiler Diagnostics 8000-8499
Back to All Intel Fortran Compiler Diagnostics8000: There is a conflict between local interface block and external interface block.8001: The type of the element in a structure-constructor differs from...
View ArticleIntel Fortran Compiler Diagnostics 8500-8999
Back to All Intel Fortran Compiler Diagnostics8500: The coarrays are not supported in Fortran xx standard.8501: The CODIMENSION attribute has incorrect syntax.8502: The procedure has a result that is...
View ArticleIntel Fortran Compiler Diagnostics
Diagnostics 5000-5499Diagnostics 5500-5999Diagnostics 6000-6499Diagnostics 6500-6999Diagnostics 7000-7499Diagnostics 7500-7999Diagnostics 8000-8499Diagnostics 8500-8999Diagnostics that do not have a...
View ArticleIntel Fortran Compiler Diagnostics 7500-7999
Back to All Intel Fortran Compiler Diagnostics7500: The HPF ON/RESIDENT directives stack limit has been exceeded.7501: The object/component/template must have non-zero rank.7502: The rank of the...
View ArticleCentering popup windows in secondary monitor
Hi All,I want to have my popup windows centered over their parent window regardless of which monitor the parent window is currently on. The method I have found from Web searching depends on functions...
View Articlefort run out of comunicators with coarray fortran
Hi, I am running a coarray fortran application with intel fortran compiler ifort (IFORT) 13.0.1 20121010, and after some transfers between images, the code crashes with the error: Fatal error in...
View Articlemsbuild
I have traditionally done my solution builds at the command line using devenv.exe. However this doesn't use all my cores. I did a search online and saw that msbuild does just this and with /m:8 uses...
View Articlevalues in Fortran
I'm writing UMAT with the help of fortran to be used with ABAQUS input file. I just wonder why I input value such as 0.38 in the input file and write in the output of the UMAT it will be 0. Anyone...
View Articlelibifcoremd vs libifcorert
Hi Guys,I am compiling a fortran library with a C++ DLL. I am using the Multi-threaded DLL option in my fortran project. My C++ part is also Multi-threaded. My problem is that if I look at the...
View ArticleVAX parallel directives
I found a few places in my legacy code where the obsolete VAX "parallel directive" feature exists, e.g.:CPAR$ SOME_TEXTInasmuch as this is in a FORTRAN 77 fixed-format file, can I assume that this is...
View Articlerc.exe error
I have installed Microsoft Visual Studio Professional 2013 and Intel Parellel Studio XE Composer Edition for Fortran Windows ( downloaded file w_fcompex_all_jp_2013_sp1.4.237.exe ). In attempting to...
View ArticleEXECUTE_COMMAND_LINE
istat=-99 ! initialise istat as it might not be assigned and then gives an uninitalised var failure. CALL EXECUTE_COMMAND_LINE("fred.exe",WAIT=.true.,EXITSTAT=istat)And from the...
View ArticleUnable to see variable value during debug in VS 2012 with Intel 2015
Hi,I tried to access a variable and check its value during debug in VS 2012 with Intel 2015 update 1However, it is not possible, stating "undefined variable xxx" but some other variables can be seen....
View ArticleDifference in allocating array in subroutine make a code works or breaks
Hi,I am running a mpi CFD code in my sch's cluster using 100 cpu.Due to my program's structure, this is the max cpu I can use. At the same time, due to the number of grids using in my code, I am...
View Article