Support for more finely tuned make -j N commands such as called by the makemake feature's tasks are desired. Currently one can use NCPUS variable in the configuration. Depending on details of the build a large package that benefits from parallelism may end up being built at a point where waf-level parallelism has launched NCPUS worth of tasks. This over competition for CPUs need some help.
Support for more finely tuned
make -j N
commands such as called by themakemake
feature's tasks are desired. Currently one can useNCPUS
variable in the configuration. Depending on details of the build a large package that benefits from parallelism may end up being built at a point where waf-level parallelism has launched NCPUS worth of tasks. This over competition for CPUs need some help.