forked from OleHolmNielsen/Slurm_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
user_settings.conf
36 lines (30 loc) · 924 Bytes
/
user_settings.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#
# This file defines *user* fairshare and limit values for UNIX groups or usernames.
# Use this to assign values to all users within a UNIX primary group.
# Specific usernames may also be configured to override the default or group values.
#
#
# List syntax (fields are separated by ":"):
#
# [DEFAULT/UNIX_group/username]:[Type]:value
#
# Type examples: fairshare/GrpTRES/GrpTRESRunMins/QOS/DefaultQOS/MaxJobs/MaxSubmitJobs/MaxJobsAccrue/GrpJobsAccrue
# QOS (Quality of Service)
DEFAULT:QOS:normal
DEFAULT:DefaultQOS:normal
# The default limits
DEFAULT:GrpTRES:cpu=1200
DEFAULT:GrpTRESRunMins:cpu=3000000
DEFAULT:MaxJobs:500
DEFAULT:MaxSubmitJobs:5000
DEFAULT:MaxJobsAccrue:50
# The fairshare default
DEFAULT:fairshare:2
# Users
user01:GrpTRES:cpu=2500
user01:GrpTRESRunMins:cpu=4500000
user02:QOS:normal,high
# UNIX groups (affecting users in the group)
camdfac:fairshare:5
camdvip:fairshare:3
camdstud:fairshare:2