azurehpc icon indicating copy to clipboard operation
azurehpc copied to clipboard

App pinning tool (Added printing Numa mask)

Open garvct opened this issue 2 years ago • 0 comments

  • Added printing of the cpu mask (Hexadecimal taskset format) corresponding to each numa domain.

e,g for NDv4

NumaNode id Core ids (Mask) GPU ids ============ ============================== ========== 0 ['0-23'] (0xffffff) [3, 2] 1 ['24-47'] (0xffffff000000) [1, 0] 2 ['48-71'] (0xffffff000000000000) [7, 6] 3 ['72-95'] (0xffffff000000000000000000) [5, 4]

garvct avatar Oct 19 '22 01:10 garvct