Closed mantacid closed 3 months ago
I think you're starting SBCL with just 1 GB of memory. It's not very much memory for the whole of SBCL + dependencies + memory needed to perform the compilation.
Can you start SBCL with more than 1 GB of memory?
sbcl --dynamic-space-size 4096
for 4 GB, if I recall correctly.
starting it with 3GB fixes the issue. sorry for the unneeded report.
starting it with 3GB fixes the issue. sorry for the unneeded report.
No, thank you!
It would be good for us to document. We also plan to decrease the compilation burden a bit in the future. MAGICL takes way too long to compile for not as much benefit as we should be getting. :)
Memory requirements have been significantly decreased.
Attempting to load the Lapack extension of the library causes the SBCL repl to run out of heap.
LAPACK REPL output:
EXPOKIT REPL output:
AFAIK, the other extensions are able to be imported (albeit with other issues, like matrix multiplication being non-functional for some reason).