Re: [sage-devel] libgap is not using the available memory

2018-09-18 Thread Dima Pasechnik
The arguments with which libgap is started are set up in src/sage/libs/gap/util.pyx in the function initialize() - setting various members of argv. In particular look for what `-o` is set to. By digging through the code, it appears that it's set by set_gap_memory_pool_size() from interfaces/gap.py

[sage-devel] libgap is not using the available memory

2018-09-18 Thread Simon Brandhorst
sage: V = libgap.GF(13)^500 sage: S = V.Subspaces(50) sage: S.List() gap: cannot extend the workspace any more! As expected the computation runs out of memory. However, there is still a lot of unused memory. Before: totalusedfree shared buff/cache

Re: [sage-devel] Re: Error building Sage

2018-09-18 Thread Erik Bray
You have some files with the wrong permissions set on them. When you write "I decided to rebuild the newest version of sage on my new computer" were you building in the same directory as before, or from scratch in a new clone of the repository? I ask because it's doubtful that an upgrade from som

Re: [sage-devel] Re: Error building Sage

2018-09-18 Thread Kathryn Burton
Attached is the log for the patch. Thanks so much for all your help! On Mon, Sep 17, 2018 at 6:47 PM John H Palmieri wrote: > The file attached to the post ends with the log for patch: > > >> [patch-2.7.5] Found local metadata for patch-2.7.5 >> [patch-2.7.5] Using cached file >> /Users/knburt