mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-21 13:16:04 +00:00
Use scratch spaces when using SCINet
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
2cd5f88e33
commit
1371471497
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ tower {
|
|||
}
|
||||
{{ 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")) }}
|
||||
|
|
Loading…
Reference in a new issue