Re: warning on running image !!!!!



On Fri, 30 May 2008 06:36:11 -0700 (PDT), nakisa <nakisa.nooraee@xxxxxxxxx>
wrote:

Hi everybody
I have written a code and it runs succssesfully until I increase the
number of x and y in a loop.
Compaq visual Fortran returns this warning :
warning LNK4084 : total image size 375472128 exceeds
max( 268435456 ) ;image may not run.

This warning is from the Microsoft Visual C++ 6.0 linker, which is used by
CVF. It is warning you that your program may not run on Windows 95 or Windows
NT prior to SP3 because it has more than 256MB of static code and data. If
you don't intend to run on those versions, you can ignore this. After those
versions, the limit was increased to 2GB (where it remains, even on 64-bit
Windows.)

Later MS linkers do not give this warning.

--
Steve Lionel
Developer Products Division
Intel Corporation
Nashua, NH

For email address, replace "invalid" with "com"

User communities for Intel Software Development Products
http://softwareforums.intel.com/
Intel Fortran Support
http://support.intel.com/support/performancetools/fortran
My Fortran blog
http://www.intel.com/software/drfortran
.



Relevant Pages

  • On the future of Compaq Visual Fortran !
    ... development of formerly Compaq Visual Fortran (CVF) for Windows ... it will be merged with Intel Fortran compiler. ...
    (comp.lang.fortran)
  • Running Windows Programs from Fortran
    ... I need to execute a Windows based application from ... Tried to make a batch file but it did not work. ... I use the Compaq Visual Fortran ver.6.6 on a 32 machine and/or PGI ...
    (comp.lang.fortran)
  • Re: What did I do wrong with "external" ??
    ... last minor update over two years ago. ... Compaq Visual Fortran Optimizing Compiler Version 6.6 ... This warning is correct. ...
    (comp.lang.fortran)
  • Re: The structure contains one or more misaligned fields
    ... Steve Lionel wrote: ... warning when compiling a fairly big Fortran code base. ... see the Intel Fortran documentation under Optimizing ...
    (comp.lang.fortran)
  • Re: passing variables.... crazy error?
    ... Run the program though ftnchek after adding a program name, ... Warning near line 12 col 7 file foo.f: ... Warning in module MYSUM in file foo.f: Variables set but never used: ... Fortran 77 is only for legacy code. ...
    (comp.lang.fortran)