How to create PC cluster ( 4 nodes) using Parallel Computing toolbox ?

We seek advice on creating PC cluster ( 4 nodes) using Parallel Computing toolbox, where we shall execute our matlab .m code on PC cluster environment.
We are facing problem in setting up the environment, looked for video / documents and tried, but not successful.

댓글 수: 1

Thomas Ibbotson asks,
This question is a little vague, could you provide more details about what you have tried and what hasn't worked for you.

댓글을 달려면 로그인하십시오.

답변 (1개)

Vishal_R
Vishal_R 2014년 6월 30일

0 개 추천

I am assuming that you want to use PCT functions using numerous workers on your local machine. You can check all these properties by below mentioned steps.
1. Click on Home tab on your MATLAB 2. Click on Parallel, a drop down list will appear 3. Go to parallel preferences to setup number of workers. 4. You can explore other options as well. Try to run below mentioned command.
>>parpool(4) % to create pool of 4 workers
And, check if it works fine. If it works fine then you can your matlab code using these 4 workers.
However, if you want to run your code on network clusters then you can configure those clusters using Matlab distributed Computing server (MDCS). You can refer to this document (<http://www.mathworks.com/help/mdce/install-product-and-choose-cluster-configuration.html>) for more details on the same. This document discusses how to configure your clusters so you can run your jobs on network clusters.

댓글 수: 1

I want to distribute the task among different nodes of cluster, can u help with that?

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 MATLAB Parallel Server에 대해 자세히 알아보기

질문:

2014년 4월 28일

댓글:

2014년 11월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by