Borrar filtros
Borrar filtros

How do I set NumWorkers for a cluster profile using Slurm or another third-party scheduler without a GUI?

4 visualizaciones (últimos 30 días)

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 10 de Abr. de 2024
Editada: MathWorks Support Team el 10 de Abr. de 2024
To set the number of workers in your cluster profile that uses a third-party scheduler such as Slurm, please use these commands below. These commands can be used without a GUI, or just with a command-line interface.
c=parcluster('MyClusterProfileName');
c.NumWorkers = 10;
c.saveProfile;
Make sure you replace "MyClusterProfileName" with your cluster profile's name, or remove this section if the cluster profile in question is your default profile. You may change the number 10 to value of your choice.
Please make sure you are using the latest version of the integrations scripts found from the link below.
Third-party scheduler integration scripts

Más respuestas (0)

Categorías

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

Etiquetas

Aún no se han introducido etiquetas.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by