Thanks for replying, Eric

I did precisely what you suggested, tried make -j4, but no luck.

I even opened and read my paper book "GNU Make" by Stallman.

So, I tried "make" by itself, and it did slow it down a bit.

However scipy simply took over all 12 cpus, at lightning speed.

The advantage of the Tower was you don't even have to look at the
System Monitor, the fans make so much noise trying to cool down the
cpus.

When I restarted the machine, and just typed in "make", they still used
all 12 cpus, but finished OK without over-heating, and the build
finished OK.

I am thinking about splitting the the makefile into 3 pieces, and see
what that achieves.

regs,

Kev


On Wednesday 11 September 2024 at 18:58:20 UTC+10 egourg...@gmail.com wrote:

> Hi,
>
> From the log file:
>
> [spkg-install] g++: fatal error: Killed signal terminated program cc1plus
>
> This points towards a maximum memory reached. You may decrease the number 
> of threads in the parallel build, e.g. using make -j4 instead of make -j8.
>
> Best regards,
>
> Eric. 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/ab0ed76e-bb05-47b8-916e-b3986290c250n%40googlegroups.com.

Reply via email to