Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

2GB static limit

das68
Beginner
1,443 Views
Our company has finally reached the 2GB limit on statically allocated memory under windows (NT/2000/etc). I understand that this is windows and not visual fortran - aside from rewriting code using allocatable arrays, what is the solution? Does anyone know if microsoft is considering a patch? Wait for 64bit windows?

thanks much
0 Kudos
2 Replies
Jugoslav_Dujic
Valued Contributor II
1,443 Views
A "good news" is that even rewriting to allocatable arrays won't help -- 2GB is Windows' hard limit. There is only a special server version (2000 Enterprise Server IIRC) which provides 3GB user virtual memory.
0 Kudos
james1
Beginner
1,443 Views
Actually Windows XP Pro and .NET Server 2003 support /3Gb as well.

James
0 Kudos
Reply