|
Insufficient Space for Allocation
Problem: The program aborts with error message insufficient space for allocation.
This message is issued both in the logfile and in the output file.
Cause: The total amount of memory available for dynamic
allocation of arrays is exceeded.
Cure: You can decrease the amount of memory needed with the key VECTORLENGTH.
Using more processors may help to reduce the amount of memory needed.
Sometimes calculations are just too big to fit on your computer.
Note: If workspace problems occur for relatively small
calculations, there might be a bug. Notify your adf
contact: send us the output file so that we can have a look and check things out.
|