PDA

View Full Version : Dynamic area reservation error LF 7.1


ckr_b4u
10-28-2009, 09:22 PM
Hi everyone,

I'm running Lahey-Fujitsu Fortran v7.1(with MS visual studio 2003 integration) on Windows XP SP 3, Intel quad 2.5Ghz CPU, on 4GB of RAM. But its giving following error during the run:
"... 1jwe0192i-u line 824 The dynamic area cannot be reserved because of insufficient area. The used size is 01950398KB. The required size is 00047317KB."
Does anyone know what's the issue here and how to fix it plz.....!

thanks a lot in advance!

ckr

mecej4
11-05-2009, 10:56 AM
More information is needed than what you provided, to see what the problem is: e.g., the allocation statement that failed, declarations of large arrays, etc.

A shot in the dark: is it possible that the failed request for 47 MB was actually a request for 2291223 MB which, after adding the previously allocated memory and truncating to 32 bits came out to the puny 47 MB reported?

-- mecej4

ckr_b4u
11-06-2009, 06:02 PM
thanks for the reply. I don't get error when i use little smaller size array.so I think it was due to array size.
thanks