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.

Memory issue with large size array

turkeydodo
Beginner
492 Views

We are using x64 compiler and defining large size arrays below and occur the memory issue.

real presth(12,1441,5000,3),presmx(12,5000)

I heard of that in 32-bit Windows, about 1.75GB total address space is the most you can hope for

What is the address space we can use in a IVF program with x64 compiler? Can anyone help to see these arrays are too large to handle by x64 compiler or other attentions?

Thanks!

0 Kudos
2 Replies
Steven_L_Intel1
Employee
492 Views
0 Kudos
turkeydodo
Beginner
492 Views

Thanks!

0 Kudos
Reply