-
Notifications
You must be signed in to change notification settings - Fork 6
/
scom.conf
51 lines (46 loc) · 1.54 KB
/
scom.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# SlurmCommander configuration file
#
# Users can place it in their home folders: $HOME/scom/scom.conf
# Site Admins can place it in: /etc/scom/scom.conf to be used globally
#
# Set the global prefix for ALL required slurm commands (see list in [binpaths] below)
# It will be set ONLY for non-specified ones, [binpaths] specification of a command, if exists, will not be overwritten
#
#prefix="/usr/bin"
# Directories in which to search for job templates.
# Files ending with .sbatch will be appended to the list.
# Same filenames with .desc ending will be read (1st line only) for description column.
#
#templatedirs = [
# "/etc/slurmcommander/templates",
# "/software/scom/templates",
#]
# How often do JobQueue and Cluster tab refresh (seconds)
# Default if unset = 3
# Min. value = 3
#
#tick=3
# Job History Configuration
#
# The starttime and endtime are the values passed to the -S and -E flags respectively,
# please look at the manpage for sacct for the correct formating of these.
#
# The are the default values if left unset (commented out).
#[jobhist]
#starttime="now-1days"
#endtime=""
#timeout=30
# Paths to required slurm commands
# If some, or all of the following binaries reside in different directories,
# you can set their respective paths below:
# (unset ones will be set to the following default values, or prepended with prefix, if it's specified)
#
#[binpaths]
#squeue="/bin/squeue"
#sinfo="/bin/sinfo"
#sacct="/bin/sacctall"
#scancel="/bin/scancel"
#shold="/bin/scontrol"
#srequeue="/bin/scontrol"
#sbatch="/bin/sbatch"
#sacctmgr="/bin/sacctmgr"