I am allocating a 4-dimensional array, and getting an application-generated error saying "FATAL: Unable to allocate array. Program ends" (that's not an Intel Fortran message).
I re-compiled with -debug and no optimization (thanks for comments on my recent post regarding that issue) and was able to get the following information:
(istatus=41, message=<error reading variable: value requires 58671248 bytes, which is more than max-value-size>, .tmp.MESSAGE.len_V$a6e=6) at alloclib.f90:761
The requested memory is less than 60 MB. Is there anything I can set, e.g., through a compilation option, to maintain the currently desired resolution?
Thanks,
Jay