Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Memory issue with large size array

turkeydodo
Beginner
392 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
392 Views
0 Kudos
turkeydodo
Beginner
392 Views

Thanks!

0 Kudos
Reply