3.1.2. BatchSlurm
: options for Slurm job control for batch commands¶
Option aliases:
account → A
begin → b
constraint → C
q → p
t → time
Recognized options:
- A: {
None
} |str
Slurm job account name
- C: {
None
} |str
constraint(s) on Slurm job
- N: {
1
} |int
number of Slurm nodes
- b: {
None
} |object
constraints on when to acllocate job
- gid: {
None
} |str
Slurm job group ID
- n: {
40
} |int
number of CPUs per node
- other: {
None
} |dict
dict of additional Slurm options using
=
char- p: {
'normal'
} |str
Slurm queue name
- shell: {
'/bin/bash'
} |str
Slurm job shell name
- time: {
'8:00:00'
} |str
max Slurm job wall time