Parallel computing not working on remote cluster
3 次查看(过去 30 天)
显示 更早的评论
Hello I have access to a cluster computer located in London and am having trouble getting the program running in parallel. I can get it to run a non-parallel matlab program fine. I submit the code as an SMP job using the documentation provided here:
I tried using the answer given to a similar question http://www.mathworks.com/matlabcentral/answers/45438-how-to-use-parfor-loop-or-parallel-computation-on-a-cluster
but as well as having the problem of not being able to find my saved files or view the matlab outputs of the batch script (I'm trying to time it using tictoc) it gives this error:
OMP: Warning #72: KMP_AFFINITY: affinity only supported for Intel(R) processors.
OMP: Warning #71: KMP_AFFINITY: affinity not supported, using "disabled".
OMP: Warning #72: KMP_AFFINITY: affinity only supported for Intel(R) processors.
OMP: Warning #71: KMP_AFFINITY: affinity not supported, using "disabled".
Obviously a cluster computer with matlab installed on it must be able to make use of parallel processing but I don't know how. All helplines for this cluster are non-responsive.
2 个评论
Edric Ellis
2013-10-30
It looks like you're not using PCT from your MATLAB client, in which case using the "batch" command wont help you, and you're on your own in terms of staging code and data, and then retrieving it.
Secondly, those warnings appear to be just that - warnings. Are you observing problems from some functions that are backed by OMP?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Parallel Computing Fundamentals 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!