Re: warning on running image !!!!!
- From: Steve Lionel <Steve.Lionel@xxxxxxxxxxxxx>
- Date: Fri, 30 May 2008 10:16:52 -0400
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
.
- Follow-Ups:
- Re: warning on running image !!!!!
- From: nakisa
- Re: warning on running image !!!!!
- References:
- warning on running image !!!!!
- From: nakisa
- warning on running image !!!!!
- Prev by Date: Re: Arrays Intersection
- Next by Date: Re: Arrays Intersection
- Previous by thread: warning on running image !!!!!
- Next by thread: Re: warning on running image !!!!!
- Index(es):
Relevant Pages
|
|