forked from numactl/numactl
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
numademo: Use first two nodes instead of node 0 and 1
Numademo test tries to use nodes 0 and 1 to set bitmask. This is affecting the systems which does not have such node numbering. E.g: available: 4 nodes (4-7) Instead use the first two nodes of the list. Also use the counter i to determine every 8th node (FRACT_NODE)to run the regression tests replacing the node number. Signed-off-by: Harish <harish@linux.ibm.com>
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters