Skip to content

Commit

Permalink
feat: Add singularity cache
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 14, 2023
1 parent 59a8507 commit 7fd71c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/utd_ganymede.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ params {
}

env {
TMPDIR = '/home/$USER/scratch/tmp'
SINGULARITY_CACHEDIR = '/home/$USER/scratch/tmp'
TMPDIR = "/home/$USER/scratch/tmp"
SINGULARITY_CACHEDIR="/home/$USER/scratch/singularity"
}

singularity {
enabled = true
envWhitelist='SINGULARITY_BINDPATH,LD_LIBRARY_PATH'
autoMounts = true
// TODO cacheDir = '/home/${USER}/scratch/tmp/singularity'
cacheDir = "/home/$USER/scratch/singularity"
}

def select_queue = { memory, cpu ->
Expand Down

0 comments on commit 7fd71c1

Please sign in to comment.