Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
公告
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
初學者
1,453 檢視
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 積分
2 回應
Jugoslav_Dujic
傑出貢獻者 II
1,453 檢視
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.
james1
初學者
1,453 檢視
Actually Windows XP Pro and .NET Server 2003 support /3Gb as well.

James
回覆