Is it possible to assign specific nodes in a batch job?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Maria
el 15 de Oct. de 2021
Hi,
I have a remote cluster with 8 nodes, for a total of 32 workers.
When I send a batch job to the cluster, is it possible to send the job specifically to only 1 or some of the nodes?
0 comentarios
Respuesta aceptada
Raymond Norris
el 15 de Oct. de 2021
I'm gathering you're using the MATLAB job scheduler (MJS). If so, then no, MJS doesn't provide a way to specify which node(s) to run on. However, it's feasible to do this with other common schedulers (e.g. PBS). If you're not using MJS, post back which scheduler you're using and we can give you suggestions.
1 comentario
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!