linux cpu拓撲查看工具 hwloc 簡介
https://blog.csdn.net/whatday/article/details/106170613
https://blog.csdn.net/qq_30123815/article/details/109582124
#下載hwloc源碼包
$ wget https://download.open-mpi.org/release/hwloc/v2.2/hwloc-2.2.0.tar.gz
#解壓源碼包
$ tar -zxvf hwloc-2.2.0.tar.gz
#進入源碼文件夾
$ cd hwloc-2.2.0
#執行configure生成makefile
$ ./configure #編譯hwloc
$ make
#安裝
$ make install