How to determine whether Matlab's Distributed Computing Server is available?
Show older comments
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?
Answers (1)
Shashank Prasanna
on 2 May 2013
2 votes
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 Comments
Dr. Seis
on 2 May 2013
Jason Ross
on 2 May 2013
Edited: Jason Ross
on 2 May 2013
Just to clarify about Discover Clusters ... it will find MJS (MATLAB Job Server) and Microsoft HPC Server. It won't find MDCS that has been integrated with LSF, PBS Pro or Torque. For those types of profiles, you need to get the information from the people who administer the cluster.
It's also entirely possible that for some networking setups and configurations, Discover Clusters won't find anything -- so asking may also be a good second step if you can't find something.
Shashank Prasanna
on 2 May 2013
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
on 3 May 2013
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.
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!