From 38560d4a7373c61ae8263ae122ac3d433c693a95 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 29 Aug 2024 13:04:22 -0400 Subject: [PATCH] nyu_hpc.config remove scratch=true Having scratch=true set caused duplicate files on the filesystems increasing storage footprint --- conf/nyu_hpc.config | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/nyu_hpc.config b/conf/nyu_hpc.config index aaf73197b..8b2a6f291 100644 --- a/conf/nyu_hpc.config +++ b/conf/nyu_hpc.config @@ -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'