mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-15 03:13:10 +00:00
Update dot_envvar.tmpl
This commit is contained in:
parent
1a1a4cf05e
commit
506830ab9b
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ export NXF_CHARLIECLOUD_CACHEDIR="$NXF_CACHE/charlie"
|
||||||
|
|
||||||
{{ if (eq .cluster "scinet") }}
|
{{ if (eq .cluster "scinet") }}
|
||||||
# Set the Singularity image cache
|
# Set the Singularity image cache
|
||||||
NXF_CACHE=/90daydata/share/$USER/.singularity
|
SINGULARITY_CACHEDIR=/90daydata/share/$USER/.singularity
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
# Give Julia full CPU access
|
# Give Julia full CPU access
|
||||||
|
|
Loading…
Reference in a new issue