There's a forum specifically for ifort Windows; where someone (you?) has already been asking similar questions without sufficient context. However, Windows doesn't offer an option to exceed the 2GB limit for static regions including COMMON, other than by switching to ALLOCATABLE.
how we can improve te static data memory under windows 64 bit by intel fortran64?
如需更全面地了解编译器优化,请参阅优化注意事项.



how we can improve te static data memory under windows 64 bit by intel fortran64?
hi, i building a intel fortran64 code under windows 64 bit. the pc specificaton is :
cpu: corei7
ram:24GB
HDD:1 TB
i get the message: image size ('size') exceeds maximum allowable size (80000000)
can anyone please explain to me what i can do about ih? meanwhile i can not replace COMMON declarations withALLOCATE.