running two users/m-files in parallel on Xeon Phi coproccessor

I'm running MATLAB 2015a with 2 Xeon Phi coproccessor on a Win 2012 server. If I run a single m-file there is a boost in performance. However, when I try to run 2 m-flies or by 2 users in parallel the running time decreases significantly (by order of magnitude) for both cases.
Is it indeed normal and there is no way to allow several users to use Xeon Phi in parallel? or is there a way to resolve this issue?

댓글 수: 1

Hello, I am desperately looking for help when trying to make work automatic offload with matlab 2016a. I have succeeded to make it work with R and linpack examples. Yet, cannot get it work with matlab which does seem ignore the Phi. I am using windows 10 pro. Is there a magic startup option to be modified? I am really at loss... Regards,

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

답변 (1개)

Jan
Jan 2016년 5월 2일

0 개 추천

It depends on the tasks. If both programs call multi-threaded functions and the Matlab routines try to start as many threads as the number of cores, the preformance can degrade. If the programs access the hard disk a slow down is expected also. So please post more specifically what the bottlenecks are. The profiler might help you to identify them.

댓글 수: 1

Thank you! The solution is indeed in this direction and can be resolved using OFFLOAD_DEVICE options

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

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

질문:

2016년 5월 2일

댓글:

2016년 9월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by