Looking through some previous questions, someone talked about a "Distributed Computing Toolbox"... Is this close to what should show up when I type the "ver" command (to verify I have or can use this capability)?
How to determine whether Matlab's Distributed Computing Server is available?
조회 수: 7 (최근 30일)
이전 댓글 표시
The company I work for has a decent sized HPC facility. I know we have a few licences for the "Parallel Computing Toolbox" (for running on individual machines), but I do not see anything specifically about the "Distributed Computing Server" when I type "ver" at Matlab's command line. Should I be able to see whether the "Distributed Computing Server" is available through the "ver" command? If not, how would one go about determining this information?
답변 (1개)
Shashank Prasanna
2013년 5월 2일
Elige, MATLAB Distributed Computing Server (MDCS) would be installed on the HPC server and you not on your local machine. The only thing you need on your local machine is Parallel Computing Toolbox (PCT) in order to be able to ship of jobs to the cluster.
If you are using a recent release of MATLAB click on Parallel on the toolstrip and click on Discover Clusters. PCT will then scan the network to see if there are clusters running MDCS which you can use. HTH.
댓글 수: 5
Shashank Prasanna
2013년 5월 2일
Elige, since MDCS isn't running on your local machine, nothing will show up on your local installation. If you have PCT installed, you will be able to use a cluster that has MDCS installed. As Jason mentioned you will need to contact the administrator for the connection details.
Jason Ross
2013년 5월 3일
The relevant toolbox license is Parallel Computing Toolbox. You wouldn't see MDCS unless it was also part of the local installation. Your site adminstrators would have instructions/policies/guidelines/best practices for submitting jobs to a cluster, which in my experience can vary substantially from site to site.
참고 항목
카테고리
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!