next up previous contents
Next: Large computation time Up: Execution problems Previous: Wrong results   Contents


Running out of memory

Even for very large problem any program generated with ALIAS-C++ should not run out of memory as soon as:

However in some cases some single bisection mode may lead to run out of memory: in that case set the bisection mode to 1.

For very large problems you may run into memory problems if you allocate a large amount of memory to the ALIAS storage. Try to decrease the storage size to just allocate the amount of memory necessary for the algorithm. If you are using the solving procedures with jacobian you may avoid storing the jacobian of all boxes by setting the flag ALIAS_Store_Gradient to 0.



Jean-Pierre Merlet 2012-12-20