[slurm-dev] Re: Jobs are queued, but still resources left.

2013-02-06 Thread David Bigagli
By default Slurm allocates node in exclusive mode. You have to use Consumable Resources to achieve what you want. http://schedmd.com/slurmdocs/cons_res.html /David On Wed, Feb 6, 2013 at 10:47 AM, Niels Rothermel niels.rother...@googlemail.com wrote: Hello, I think my problem is pretty

[slurm-dev] Re: job cancelled due to node failure

2013-02-06 Thread David Bigagli
I think you have done the steps correctly. What was the error that happened? /David On Wed, Feb 6, 2013 at 12:50 PM, Mario Kadastik mario.kadas...@cern.chwrote: Hi, today I was adding a few nodes to slurm so I added them to slurm.conf nodes definition and then restarted slurm controller.

[slurm-dev] Re: Jobs are queued, but still resources left.

2013-02-06 Thread Niels Rothermel
Thank you David! Now it works like it should. Reagards Niels 2013/2/6 David Bigagli da...@schedmd.com By default Slurm allocates node in exclusive mode. You have to use Consumable Resources to achieve what you want. http://schedmd.com/slurmdocs/cons_res.html /David On Wed, Feb 6,

[slurm-dev] Re: Are srun_cr related files intentionally removed from rpm??

2013-02-06 Thread Moe Jette
See slurm.spec: Add to your ~/.rpmmacors %_with_blcr path or Run configure with --with-blcr=PATHSpecify path to BLCR installation Quoting Sefa Arslan sefa.ars...@tubitak.gov.tr: I am trying to build slurm with blcr.. When I compile slurm from the source code using configure

[slurm-dev] Re: Need to reboot nodes *during* a job

2013-02-06 Thread Moe Jette
Configure SlurmdTimeout sufficiently large and you should be fine _except_ when the node running a batch script reboots that job will be killed. Quoting Jeff Squyres (jsquyres) jsquy...@cisco.com: Is there a mode in SLURM where I can make it ok to reboot nodes during a job?