[Bug 2108] New: Limit jobs to make.
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Tue Apr 2 23:01:23 UTC 2013
https://www.rtems.org/bugzilla/show_bug.cgi?id=2108
Bug #: 2108
Summary: Limit jobs to make.
Classification: Unclassified
Product: RTEMS Source Builder
Version: unspecified
Platform: All
OS/Version: RTEMS
Status: NEW
Severity: enhancement
Priority: P3
Component: Code
AssignedTo: chrisj at rtems.org
ReportedBy: chrisj at rtems.org
Some host systems being used for testing such as the GCC compile farm require
the jobs to make be limited to half to the number of cores. Currently the RSB
detects the number of cores and uses them all.
Remove the --no-smp option and replace with a --jobs option that takes a
parameter. The parameter can be:
none - No extra jobs, do not add a -j to make.
half - Use half the number of cores as a jobs option to make.
fraction - A fraction of the number of cores, ie 0.25 is a quarter.
int - The number of jobs to use.
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list