Skip to content

Commit

Permalink
nyu_hpc.config remove scratch=true
Browse files Browse the repository at this point in the history
Having scratch=true set caused duplicate files on the filesystems increasing storage footprint
  • Loading branch information
genericdata authored Aug 29, 2024
1 parent 6fa2b08 commit 38560d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conf/nyu_hpc.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ singularity.enabled = true
process {
executor = 'slurm'
clusterOptions = '--export=NONE'
scratch = true
maxRetries = 3
errorStrategy = { task.attempt <=3 ? 'retry' : 'finish' }
cache = 'lenient'
Expand Down

0 comments on commit 38560d4

Please sign in to comment.