mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-15 03:13:10 +00:00
Thomas A. Christensen II
1371471497
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
24 lines
629 B
Cheetah
24 lines
629 B
Cheetah
tower {
|
|
enabled = true
|
|
accessToken = '{{ (bitwarden "item" "d41ac952-d8b5-4d20-a42a-ad8e0174d152").login.password }}'
|
|
}
|
|
{{ if (eq .cluster "scinet") }}
|
|
process {
|
|
scratch = true
|
|
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 }}
|