Borrar filtros
Borrar filtros

How many batch jobs can be run at a time?

6 visualizaciones (últimos 30 días)
Sampath reddy
Sampath reddy el 5 de Mzo. de 2012
When a batch job is given, how many workers work on the job(if i have 4 labs)?? And at a instant how many batch jobs can be given and how?

Respuestas (1)

Jason Ross
Jason Ross el 5 de Mzo. de 2012
To answer your first question ... it depends. You can have one worker per task or you can open a pool. There are examples of both in the "batch" documentation.
For your second question, if you exceed the amount of workers, the jobs will queue up and process as previous work finishes. You can monitor this using the Job Monitor, found under the "Parallel" menu.
You might also want to take a look at the jobs and tasks functionality if you need more control.
  2 comentarios
Sampath reddy
Sampath reddy el 6 de Mzo. de 2012
i have matlab 7.6.0.. in this there is no job monitor.. what to do??
Jason Ross
Jason Ross el 6 de Mzo. de 2012
1. Upgrade. :)
2. You can get the state of a job using the "state" command. http://www.mathworks.com/help/toolbox/distcomp/state.html

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by