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

1 次查看(过去 30 天)
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 个评论
Anatoli Juditsky
Anatoli Juditsky 2016-9-10
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
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.

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by