-
-
Notifications
You must be signed in to change notification settings - Fork 703
Closed
Description
I just noticed that when we do "sage -br" with "export MAKE='make -j3'" on a 2-core machine we get:
steragon-2:sage-3.3.alpha0 wstein$ sage -br
...
Execute 4 commands (using 3 cpus)
Note the "3 cpus", which looks really dumb, since I have only 1 cpu in my laptop, and it has 2 cores. To fix this bug change "cpus" to "threads". That's it!
Component: build
Issue created by migration from https://trac.sagemath.org/ticket/5034