1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-21 13:16:04 +00:00

Fix exporting the Singularity cache directory

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2021-10-20 09:07:44 -05:00
parent e394d9a026
commit 494d813dec
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -52,7 +52,7 @@ export NXF_CHARLIECLOUD_CACHEDIR="$NXF_CACHE/charlie"
{{ if (eq .cluster "scinet") }}
# Set the Singularity image cache
SINGULARITY_CACHEDIR=/90daydata/share/$USER/.singularity
export SINGULARITY_CACHEDIR=/90daydata/share/$USER/.singularity
{{ end }}
# Give Julia full CPU access