What is the most performant configuration to run my Polyspace verification analysis?
조회 수: 10 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2018년 10월 8일
편집: MathWorks Support Team
2024년 6월 30일
I am running a Polyspace Code Prover verification analysis and I would like it to run faster. I want to make use of the parallelization capabilities of Polyspace and I tried using the option -max-processes
I intended to make use of the 4 physical + 4 virtual cores on my machine.
However it seems that Code Prover only recognizes 4 cores per the message below:
Remark: 4 core(s) detected. The verification uses 4 core(s).
Value 8 of -max-processes option has been ignored.
Is there any way to use virtual cores and more generally, how can I improve the performance of my verification analysis?
채택된 답변
MathWorks Support Team
2024년 6월 13일
편집: MathWorks Support Team
2024년 6월 30일
Using Polyspace Code Prover, it is not possible to increase number of cores unless having physical cores on the machine. So -max-processes 8 will work only and only if you have 8 real cores (hyper-threading is not taken into account).
Now, we have experimented that increasing number of cores does not help too much for a Polyspace Code Prover analysis.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Polyspace Code Prover에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!