C++のスレッディングのライブラリとPOSIX呼び出しによって、所定のマシンにおけるCPUの使い方を微調整し、どのCPUでどのスレッドを実行するかまで正確に指定します。[関連]
-
std::thread::hardware_concurrency - cppreference.com
http://en.cppreference.com/w/cpp/thread/thread/hardware_concurrency -
Processor affinity - Wikipedia, the free encyclopedia
https://en.wikipedia.org/wiki/Processor_affinity -
Portable Hardware Locality (hwloc)
https://www.open-mpi.org/projects/hwloc/