mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 08:16:03 +00:00
re-define TMPDIR
This commit is contained in:
parent
6b83603325
commit
8448bb9a1e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ params {
|
|||
}
|
||||
|
||||
env {
|
||||
TMPDIR="$USER"
|
||||
TMPDIR="$scratch_dir"
|
||||
SINGULARITY_TMPDIR="$scratch_dir"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue