OpenMP and NUMA relation?

前端 未结 2 1316
刺人心
刺人心 2021-02-01 10:23

I have a dual socket Xeon E5522 2.26GHZ machine (with hyperthreading disabled) running ubuntu server on linux kernel 3.0 supporting NUMA. The architecture layout is 4 physical c

2条回答
  •  日久生厌
    2021-02-01 11:08

    You can also check you make your memory placement and access in the right way with a new tool to profile NUMA applications and now open-source for Linux : NUMAPROF : https://memtt.github.io/numaprof/.

提交回复
热议问题