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!