Closed wh1tew0lf closed 9 years ago
You need to start sbcl with a larger heap sizeof 2560K or larger sbcl –dynamic-space-size 2560 However after clml.lapack is compiled you should not need to use this switch. This is noted in the Requirements section of the README, though I think I could have presented it better. The source of the problem is dgesvd.lisp which is about 10K lines of lisp generated by f2cl from the fortran dgesvd. I'd like to sort it out I've just had other priorities.
Sorry, I skipped it when was reading. Thanks, now all compiled and work. I used 4096M of heap.
how about signalling error on sbcl when (< (dynamic-space-size) 2560) using :before method of asdf:load-system?
That is brilliant; done.
Hello,
I entered
CL-USER> (ql:quickload :clml :verbose t)
And got this:And no actions after this. I was waited some time, but there were no changes. How to get more information and where is problem? I use linux mint 17, run it from emacs24 + slime.