> 1.       Can I limit the total number of jobs a partition can run?
>
There is no explicit restriction on the number of jobs a partition can run. The 
restrictions on the resources(nodes/sockets/cores) in the partition will 
determine how many jobs are actively running in a partition.

> 2.       Can I limit the number of jobs a user can run in one partition?
>
See "MaxJobs" in the resource limits webpage (near the bottom of the page).

> 3.       Can I limit the total number of jobs allowed to run on one node
> from all partitions?
>
From the slurm.conf man page on configuring partitions:

       Shared=FORCE       Makes  all  resources in the partition available for
                          sharing without any means for users to  disable  it.
                          May  be  followed with a colon and maximum number of
                          jobs in running or  suspended  state.   For  example
                          "Shared=FORCE:4"  enables  each node, socket or core
                          to execute up to four  jobs  at  once.   Recommended
                          only  for  BlueGene  systems  configured  with small
                          blocks or for systems running with  gang  scheduling
                          (SchedulerType=sched/gang).

If you configure SLURM to allocate *nodes* rather than cores or sockets, then 
'Shared=FORCE:4' will allow up to 4 jobs to run on any given node at one time.





-----Original Message-----
From: Moe Jette [mailto:[email protected]] 
Sent: Wednesday, June 20, 2012 12:29 PM
To: slurm-dev
Subject: [slurm-dev] Re: LSF to SLURM limits


The SLURM limits available are described here:
http://www.schedmd.com/slurmdocs/resource_limits.html


Quoting [email protected]:

> Hello all,
>
>
>
> I am in the process of converting our small (13 nodes) LSF 7 cluster to
> SLURM 2.3.3 and am running into some challenges. We do not use
> consumable_resources in LSF and I would rather not turn it on in SLURM
> unless there is no other way. I do have Accounting with MySQL enabled
> but not a lot of parameters have been set. I have been reading the docs
> and messages in this group for several months now but cannot seem to
> find the answers I am looking for. Basically my questions come down to
> job limits:
>
>
>
> 1.       Can I limit the total number of jobs a partition can run?
>
> 2.       Can I limit the number of jobs a user can run in one partition?
>
> 3.       Can I limit the total number of jobs allowed to run on one node
> from all partitions?
>
>
>
> (configs available if needed)
>
>
>
> Thanks,
>
>
>
> Howard Gieselman
>
> Senior Network Administrator
>
> Nanya Technology Corporation
>
>

Reply via email to