2021-08-24 23:16:19 +00:00
|
|
|
tower {
|
|
|
|
enabled = true
|
2021-08-25 21:14:53 +00:00
|
|
|
accessToken = '{{ (bitwarden "item" "d41ac952-d8b5-4d20-a42a-ad8e0174d152").login.password }}'
|
2021-08-24 23:16:19 +00:00
|
|
|
}
|
2021-12-02 16:59:25 +00:00
|
|
|
{{ if (eq .cluster "scinet") }}
|
|
|
|
process {
|
|
|
|
executor = 'slurm'
|
|
|
|
clusterOptions = '--account=fabadru'
|
|
|
|
{{ if (or (eq .chezmoi.hostname "Atlas-login-1") (eq .chezmoi.hostname "Atlas-login-2")) }}
|
|
|
|
withLabel: process_high_memory {
|
|
|
|
queue = 'bigmem'
|
|
|
|
}
|
|
|
|
{{ end }}
|
|
|
|
{{ if (eq .chezmoi.hostname "ceres") }}
|
|
|
|
withLabel: process_high_memory {
|
|
|
|
queue = 'mem'
|
|
|
|
}
|
|
|
|
withLabel: process_long {
|
|
|
|
queue = 'long'
|
|
|
|
}
|
|
|
|
{{ end }}
|
|
|
|
}
|
|
|
|
{{ end }}
|