Re: [sage-devel] How to build sagelib with multiple processes in parallel?

2025-03-24 Thread Eric Gourgoulhon
Le lundi 24 mars 2025 à 13:38:50 UTC+1, Eric Gourgoulhon a écrit : I confirm the issue on Ubuntu 24.04: the build of sagelib for Sage 10.6.beta9 was performed on a single process despite the make -j8. This seems to be a new issue. I am currently building Sage 10.6.rc0 and will report on this.

Re: [sage-devel] How to build sagelib with multiple processes in parallel?

2025-03-24 Thread Marc Culler
Sage 10.6rc0 is building in parallel for me. - Marc On Monday, March 24, 2025 at 8:55:22 AM UTC-5 verner.a...@gmail.com wrote: > I can confirm that SageMath 10.6 RC 0 doesn't compile in parallel even if > "-j8" is appended to the build command. Verified that with htop too. > > понедельник, 24 м

Re: [sage-devel] How to build sagelib with multiple processes in parallel?

2025-03-24 Thread Marc Culler
On Sunday, March 23, 2025 at 6:24:09 PM UTC-5 dima wrote: Are you on macOS? It could be a macOS-specific recent change. I should have said that Sage-10.6rc0 is building in parallel *on macOS *for me. - Marc -- You received this message because you are subscribed to the Google Groups "sa

Re: [sage-devel] How to build sagelib with multiple processes in parallel?

2025-03-24 Thread Alexander Verner
I can confirm that SageMath 10.6 RC 0 doesn't compile in parallel even if "-j8" is appended to the build command. Verified that with htop too. понедельник, 24 марта 2025 г. в 15:41:03 UTC+2, Eric Gourgoulhon: > Le lundi 24 mars 2025 à 13:38:50 UTC+1, Eric Gourgoulhon a écrit : > > > I confirm t

Re: [sage-devel] How to build sagelib with multiple processes in parallel?

2025-03-24 Thread Eric Gourgoulhon
Hi, I confirm the issue on Ubuntu 24.04: the build of sagelib for Sage 10.6.beta9 was performed on a single process despite the make -j8. This seems to be a new issue. I am currently building Sage 10.6.rc0 and will report on this. Eric. Le lundi 24 mars 2025 à 00:24:51 UTC+1, Nils Bruin a

Re: [sage-devel] How to build sagelib with multiple processes in parallel?

2025-03-24 Thread John H Palmieri
I'm a little puzzled about how this ever worked. By "this", I mean detecting the number of threads to use. The relevant script is src/bin/sage-env. - if SAGE_NUM_THREADS and SAGE_NUM_THREADS_PARALLEL are both set, then those values are supposed to be detected, but the "case" statement doesn't

Re: [sage-devel] How to build sagelib with multiple processes in parallel?

2025-03-24 Thread John H Palmieri
I should also say that I don't have a lot of time in the next few weeks to work more on this, but I hope someone can investigate and produce a fix. On Monday, March 24, 2025 at 2:00:59 PM UTC-7 John H Palmieri wrote: > I'm a little puzzled about how this ever worked. By "this", I mean > detecti