Re: [slurm-users] Limit Number of Jobs Per User Per Partition

2019-04-20 Thread Sean Crosby
Hi Eric, Look at partition QOS - https://slurm.schedmd.com/SLUG15/Partition_QOS.pdf The QoS options are MaxJobsPerUser and MaxSubmitPerUser (and also PerAccount versions) Sean -- Sean Crosby Senior DevOpsHPC Engineer and HPC Team Lead | Research Platform Services Research Computing | CoEPP |

[slurm-users] Limit Number of Jobs Per User Per Partition

2019-04-20 Thread Eric Rosenberg
Hello, I'm looking to see if I can restrict the number of jobs users can run and can have queued in a given partition. I see you can set these restrictions at the top level but I was hoping to set these up at the partition level. Thanks, Eric --

Re: [slurm-users] cpu allocation on a NUMA node

2019-04-20 Thread Lincy
Hi, Just for later reference, it turns out I have only to add thing like this in the submission script: ###SBATCH --ntasks-per-socket=4 export OMP_NUM_THREADS=${SLURM_CPUS_PER_TASK} export OMP_PROC_BIND="spread" ## make cores in order inside a task srun --cpu-bind=v,cores -m block:block