[sage-devel] Re: make ptestlong on Big Sur

2021-01-08 Thread Zachary Scherr
For the record, I was able to get make ptestlong it to finish by doing: ulimit -n 4096 On Friday, January 8, 2021 at 3:30:19 PM UTC-5 Zachary Scherr wrote: > Interesting. I've noticed the segfaults in the past, but never the "too > many open files" error. I'll try to play around with my ulimi

[sage-devel] Re: make ptestlong on Big Sur

2021-01-08 Thread Zachary Scherr
Interesting. I've noticed the segfaults in the past, but never the "too many open files" error. I'll try to play around with my ulimit and see if I can get the testing to finish. On Friday, January 8, 2021 at 1:21:20 PM UTC-5 Matthias Koeppe wrote: > I think this has started to show up, at le

[sage-devel] Re: make ptestlong on Big Sur

2021-01-08 Thread Matthias Koeppe
I think this has started to show up, at least sporadically, with the multiprocessing changes made in/for python 3.8, see https://trac.sagemath.org/ticket/27754 Something definitely needs fixing. On Friday, January 8, 2021 at 9:55:06 AM UTC-8 zsc...@gmail.com wrote: > Has anyone tried to run "m

[sage-devel] Re: make ptestlong

2016-04-08 Thread Volker Braun
On Thursday, April 7, 2016 at 5:03:44 PM UTC+2, kcrisman wrote: > > Yes, though again this is a loaner so very little was preinstalled. But > where is Sage invoking Java (as a command) during non-optional tests in the > first place? Running doctests shouldn't be using jmol - or do some of them?

[sage-devel] Re: make ptestlong

2016-04-07 Thread kcrisman
> Its not that "make ptestlong" does anything special to build Sage, it just > launches our own (parallel) doctester after building the dependencies which > happen to include Sage. Makefile parallelism is some version of > > MAKE='make -j8' make > > You can't really enable makefile paralle

[sage-devel] Re: make ptestlong

2016-04-07 Thread Volker Braun
Its not that "make ptestlong" does anything special to build Sage, it just launches our own (parallel) doctester after building the dependencies which happen to include Sage. Makefile parallelism is some version of MAKE='make -j8' make You can't really enable makefile parallelism from with

Re: [sage-devel] Re: make ptestlong and binary-pkg

2016-03-07 Thread Daniel Krenn
On 2016-03-07 10:44, Dima Pasechnik wrote: > does > $ sage -gp > work on this binary? ? 1+1 %1 = 2 Yes, the basic command above works. But maybe I would have to call something more advanced. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To un

[sage-devel] Re: make ptestlong and binary-pkg

2016-03-07 Thread Dima Pasechnik
does $ sage -gp work on this binary? (googling " *** Warning: can't expand ~." will show an old sage-devel post and a closed PARI/GP related ticket...) On Monday, March 7, 2016 at 8:36:08 AM UTC, Daniel Krenn wrote: > > I've used https://github.com/sagemath/binary-pkg to create a package >