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?

234607f的头像

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.

2 帖子 / 0 new
最新文章
如需更全面地了解编译器优化,请参阅优化注意事项.
TimP (Intel)的头像

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.

登陆并发表评论。