1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-14 19:03:09 +00:00

Fix incorrect path for Singularity cache

This commit is contained in:
Thomas A. Christensen II 2021-11-17 12:45:06 -06:00 committed by GitHub
parent b0a0a4a9fb
commit fbb0dc81ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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