running two users/m-files in parallel on Xeon Phi coproccessor
1 view (last 30 days)
Show older comments
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 Comment
Anatoli Juditsky
on 10 Sep 2016
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,
Answers (1)
Jan
on 2 May 2016
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.
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!