필터 지우기
필터 지우기

Effective but stingy installation of MDCS

조회 수: 1 (최근 30일)
Viswanath Hariharan
Viswanath Hariharan 2017년 12월 15일
댓글: Jason Ross 2018년 2월 16일
If there are 3 nodes and 12 cores each, mdcs has to be installed in all 36 cores right?
Now for the nodes to communicate with each other, is installing mdcs in 1 core (or the master) of each node enough for the nodes to communicate with each other? Since we can use PCT to work with the cores within the system, we don't need to install MDCS in every core right?
This might mean a compromise on speed but is it possible?

답변 (1개)

Kojiro Saito
Kojiro Saito 2017년 12월 16일
편집: Kojiro Saito 2017년 12월 16일
MDCS is to be installed in each node not per core. You can use one MDCS worker per node which utilizes one CPU core and also launch multiple workers (for example, 12 workers which utilizes 12 cores) as much as the maximum number of your MDCS worker license.
  댓글 수: 9
Viswanath Hariharan
Viswanath Hariharan 2018년 2월 6일
Thank you for your reply. You said only 1 core is used per node right? But I can use the Parallel Computing Toolbox to perform intra-node functions right? Meaning use the toolbox to make this one core communicate with other 11 cores within the node.
Jason Ross
Jason Ross 2018년 2월 16일
The default is that each worker has one computational thread. You can change that in the cluster profile to allow the use of more computational threads per worker.

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

카테고리

Help CenterFile Exchange에서 Cluster Configuration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by