How to run a sequential code in a cluster workstation?
1 次查看(过去 30 天)
显示 更早的评论
Hi, I have the opportunity to work with a cluster of computers in order to analyze the speed up, if any, of my parallelizable code. When I connect to the master node of that cluster, I call matlabpool open n, with n>1, to work with n nodes of the cluster in parallel. I want to compare the simulation time obtained with n nodes respect that obtained with the sequential version of my code. Actually, for the sequential version I call (always through the master node) matlabpool open 1, but is it right? I mean, for the sequential code can I work directly with the master node without calling matlabpool open 1?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Parallel Server 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!