Software Tuning, Performance Optimization & Platform Monitoring
Discussion regarding monitoring and software tuning methodologies, Performance Monitoring Unit (PMU) of Intel microprocessors, and platform updating.
1711 Discussions

how we can improve te static data memory under windows 64 bit by intel fortran64?

234607f
Beginner
654 Views
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.
0 Kudos
1 Reply
TimP
Honored Contributor III
654 Views
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.
0 Kudos
Reply