Discussion:
Coman equivalent slurm LSF
lfelipe
2014-10-20 10:29:36 UTC
Permalink
Dear all:

Does anyone know what is the equivalent command in LSF to "brun -f"
(forces a pending job to run immediately on specified hosts)?

Than you.

Luis
Sefa Arslan
2014-10-20 10:48:38 UTC
Permalink
sorry, I have forgotten to add;

after increased the priority, update the job nodelist using scontrol..

scontrol update jobid=XXXXX nodelist=nodeXXX


Sorumluluk Reddi <http://www.tubitak.gov.tr/disclaimer>
Post by lfelipe
Does anyone know what is the equivalent command in LSF to "brun -f"
(forces a pending job to run immediately on specified hosts)?
Than you.
Luis
lfelipe
2014-10-20 11:43:40 UTC
Permalink
Thanks for your reply.

The problem is that if the machine is out of resources, the job does not
run. With the brun command, although the machine resources are full, the
job came running.
Post by Sefa Arslan
sorry, I have forgotten to add;
after increased the priority, update the job nodelist using scontrol..
scontrol update jobid=XXXXX nodelist=nodeXXX
Sorumluluk Reddi <http://www.tubitak.gov.tr/disclaimer>
Post by lfelipe
Does anyone know what is the equivalent command in LSF to "brun -f"
(forces a pending job to run immediately on specified hosts)?
Than you.
Luis
Morris Jette
2014-10-20 14:50:43 UTC
Permalink
Try srun --noalloc as root
Post by lfelipe
Thanks for your reply.
The problem is that if the machine is out of resources, the job does not
run. With the brun command, although the machine resources are full, the
job came running.
Post by Sefa Arslan
sorry, I have forgotten to add;
after increased the priority, update the job nodelist using
scontrol..
Post by Sefa Arslan
scontrol update jobid=XXXXX nodelist=nodeXXX
Sorumluluk Reddi <http://www.tubitak.gov.tr/disclaimer>
Post by lfelipe
Does anyone know what is the equivalent command in LSF to "brun -f"
(forces a pending job to run immediately on specified hosts)?
Than you.
Luis
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
lfelipe
2014-10-21 10:04:34 UTC
Permalink
Dear all:

Thanks to all for your comments and advice.

Luis Felipe Ruiz Nieto
Post by Morris Jette
Try srun --noalloc as root
Thanks for your reply.
The problem is that if the machine is out of resources, the job
does not run. With the brun command, although the machine
resources are full, the job came running.
Post by Sefa Arslan
sorry, I have forgotten to add;
after increased the priority, update the job nodelist using scontrol..
scontrol update jobid=XXXXX nodelist=nodeXXX
Sorumluluk Reddi <http://www.tubitak.gov.tr/disclaimer>
Post by lfelipe
Does anyone know what is the equivalent command in LSF to "brun -f"
(forces a pending job to run immediately on specified hosts)?
Than you.
Luis
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
Loading...