How can I setup efficiently parallel pool for local computation??

조회 수: 1 (최근 30일)
Natalylun
Natalylun 2017년 2월 6일
답변: Prannay Jain 2017년 2월 8일
I have dual core Intel® Core™ i7-4500U @ 2.40GHz machine. I would like to use parallel computing toolbox, but I don't see any increase of computational speed...
  댓글 수: 1
Adam
Adam 2017년 2월 6일
Have you checked in your task manager that your cores are being used? You aren't guaranteed a speed up from parallelisation. It depends entirely on the code you are running.

댓글을 달려면 로그인하십시오.

답변 (1개)

Prannay Jain
Prannay Jain 2017년 2월 8일
I understand that you are not getting the performance improvement by using PCT. Parallelizing the code does not always speed up the computations. It depends on several factors. Refer to the following documentation link for more details:
I hope this will help you in resolving the issue.

카테고리

Help CenterFile Exchange에서 Search Path에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by