Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Can I access to worker characteristics in a parallel pool ?

1 回表示 (過去 30 日間)
sendja450
sendja450 2017 年 3 月 20 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I'm using the Parallel Computing Toolbox to create a parallel pool and I need to access the characteristics of each worker(Power, frequency ...). Is it possible ?
  1 件のコメント
Jan
Jan 2017 年 4 月 5 日
What is "Power" exactly? Which "frequency" are you interested in? Please post exactly, what you want. Which OS do the clients use?

回答 (1 件)

Walter Roberson
Walter Roberson 2017 年 4 月 5 日
Information about CPU clock frequency (maximum and instantaneous), or about core energy consumption, is hardware information that is not directly available from MATLAB.
You might possibly be able to call upon Java libraries such as http://kliu20.github.io/jRAPL/. Or possibly you could use ActiveX to connect to https://software.intel.com/en-us/articles/using-intel-power-checker-to-measure-the-energy-performance-of-a-compute-intensive

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by