|
Bugzilla – Full Text Bug Listing |
| Summary: | numactl --cpubind and --show do not seem to match | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Gerald Pfeifer <gp> |
| Component: | Basesystem | Assignee: | Andreas Kleen <ak> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Gerald Pfeifer
2005-09-11 16:48:04 UTC
(is bugzilla for support requests now?) cpus are cpus and nodes are nodes but they're not the same. Let me try again. The command-line options are called "--membind" and "--cpubind", respectively, which stand for "use memory on node(s)" and "use CPUs on node(s)". On the other hand, the output of the "--show" option refers to "membind" and "nodebind". Since memory is memory, CPUs are CPUs, and nodes can contain either memory, or CPUs, or both, something does not seem consistent here. Or I'm just misreading the documentation, in which case I'd like to understand that and help improve that documentation. The man page has the concepts of binding memory and/or CPUs in specific nodes, the output of --show has the concepts of binding binding memory and or entire nodes, but not CPUs? --cpubind binds nodes, not CPUs. That causes some confusion. I clarified all this in SLES10 and there are separate options for cpus and node bind now because too many people got confused. Verified, thanks! |