How to determine whether Matlab's Distributed Computing Server is available?

6 visualizaciones (últimos 30 días)
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 comentario
Dr. Seis
Dr. Seis el 2 de Mayo de 2013
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)?

Iniciar sesión para comentar.

Respuestas (1)

Shashank Prasanna
Shashank Prasanna el 2 de Mayo de 2013
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 comentarios
Shashank Prasanna
Shashank Prasanna el 2 de Mayo de 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
Jason Ross el 3 de Mayo de 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.

Iniciar sesión para comentar.

Categorías

Más información sobre Cluster Configuration en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by