Created
August 4, 2011 11:51
-
-
Save grundprinzip/1125022 to your computer and use it in GitHub Desktop.
libnuma outpout
This file contains hidden or 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
>>$ numactl --hardware | |
available: 4 nodes (0-3) | |
node 0 cpus: 0 2 3 4 6 7 8 10 11 12 14 15 16 18 19 20 22 23 24 26 27 28 30 31 32 34 35 36 38 39 40 42 43 44 46 47 48 50 51 52 54 55 56 58 59 60 62 63 | |
node 0 size: 65525 MB | |
node 0 free: 321 MB | |
node 1 cpus: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 | |
node 1 size: 65536 MB | |
node 1 free: 101 MB | |
node 2 cpus: | |
node 2 size: 65536 MB | |
node 2 free: 77 MB | |
node 3 cpus: | |
node 3 size: 65535 MB | |
node 3 free: 64 MB | |
node distances: | |
node 0 1 2 3 | |
0: 10 20 20 20 | |
1: 20 10 20 20 | |
2: 20 20 10 20 | |
3: 20 20 20 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment