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 个)

类别

Help CenterFile Exchange 中查找有关 Clusters and Clouds 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by