heap exhausted with matrix usage



On 24/10/2012 1:09 AM, andre maute wrote:
> But can somebody perhaps adjust the usage
> of the openmcl command line parameter e.g. to use ccl instead?
>
"maxima -l ccl" should work.  It is a bug if it doesn't

The maxima script contains the lines

    # Allow ccl as an alias of openmcl.
    if [ "$MAXIMA_LISP" = "ccl" ]; then
         MAXIMA_LISP=openmcl
    fi