On Jun 25, 9:58 am, Brendan Rooney <broo...@uwaterloo.ca> > In trying to extend my computations I have run into > a number of Maxima errors that I am at a loss to explain. > These errors occur only after several thousand consecutive > calculations, and fail to repeat themselves when the > offending calculation is immediately repeated.
It seems possible that Maxima is running out of memory. In the interest of pushing the resolution forward I'd like to ask you to post an example which triggers the problem. Especially this: > This error arose while trying to calculate the matchings > polynomial for all graphs on 9 vertices. It occured even > after storing the input strings in small files, and > processing them individually. Can you show us one of these small files? You mention that you're working with polynomials. What operations are you doing? There may be different algorithms (selected by global flags) which can run to completion. It may be possible to adjust the memory allocation parameters for Maxima, but that will depend on the Lisp implementation. For what it's worth, GCL seems to use memory less efficiently than other Lisp implementations; I have observed GCL running out of memory on problems which other implementations can run to completion. So maybe switching the Lisp implementation can help, but, I'll guess, not GCL. HTH Robert Dodier --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---