Re: [slurm-users] AWS SLURM Burst Cluster, fill configuring nodes

2018-10-26 Thread J.R. W
Hi John, Thanks for the tips. I got it to work. The trick was to use SchedulerParameters= bf_busy_nodes This is creating the nodes only if the previous node is filled up. Jordan > On Oct 26, 2018, at 1:13 AM, John Hearns wrote: > > Hi Jordan. > Regarding filling up the nodes look at > http

Re: [slurm-users] AWS SLURM Burst Cluster, fill configuring nodes

2018-10-26 Thread John Hearns
Hi Jordan. Regarding filling up the nodes look at https://slurm.schedmd.com/elastic_computing.html *SelectType* Generally must be "select/linear". If Slurm is configured to allocate individual CPUs to jobs rather than whole nodes (e.g. SelectType=select/cons_res rather than SelectType=select/linea

[slurm-users] AWS SLURM Burst Cluster, fill configuring nodes

2018-10-25 Thread J.R. W
Hello everyone, I setup a SLURM cluster based on this post and plugin. https://aws.amazon.com/blogs/compute/deploying-a-burstable-and-event-driven-hpc-cluster-on-aws-using-slurm-part-1/