Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Matlab Controlling Core Individually
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi. We have been working on one project where we exfiltrate communication from the power cables. Right now, the milestone we try to achieve is controlling cpu cores with matlab code to see if matlab is assigned to a specific core/thread will it give us any different graph in result.
Question: Is it possible to assign matlab to any specific core (not manually but by coding)?
Looking forward to the help.
Thanks
/Anique
댓글 수: 0
답변 (1개)
Sai Veeramachaneni
2020년 11월 16일
You can leverage the concept of CPU affinity. CPU affinity makes an application (MATLAB) to bind to the specified core only. Implementation of CPU affinity depends on Operating System. Also try using CPU affinity by making hyper threading off which eliminates logical cores.
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!