On Fri, Feb 10, 2023 at 09:11:41AM -0500, Camm Maguire wrote:
> Greetings!
> 
> Might I please be granted git access to maintain the gcl/fricas
> interface?
>

Of course.  What is your Github id?

BTW: After fixing issue with vanishing error messages (caused
by old GCL specific code) with enough memory I now get:

   >> System error:
   Condition in SYSTEM::GCL-TOP-LEVEL [or a callee]: INTERNAL-SIMPLE-ERROR: File
 #p/mnt/lv0/fricas/axp8/fr-build326/src/algebra/CACHSET.NRLIB/CACHSET has been c
ompiled for a restricted address space,
 and can no longer be loaded in this heap.
You can recompile with :large-memory-model-p t,
 or (setq compiler::*default-large-memory-model-p* t) before recompiling.

FriCAS may load new algebra code essentially at arbitrary time
and potentially may allocate quite a lot of memory before load.
Does it mean that FriCAS should do

(setq compiler::*default-large-memory-model-p* t)

for all loadable compilations?

-- 
                              Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/20230210173717.mjw22umge4ci7uoy%40fricas.math.uni.wroc.pl.

Reply via email to