Skip to content

Commit

Permalink
Update nyu_hpc.config
Browse files Browse the repository at this point in the history
  • Loading branch information
genericdata authored Apr 19, 2024
1 parent b685fce commit 1ca0a53
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions conf/nyu_hpc.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ singularity.enabled = true
process {
executor = 'slurm'
clusterOptions = '--export=NONE'
maxRetries = 2
scratch = true
maxRetries = 3
errorStrategy = { task.attempt <=3 ? 'retry' : 'finish' }
cache = 'lenient'
}

executor {
queueSize = 1900
submitRateLimit = '20 sec'
submitRateLimit = '10 sec'
}

0 comments on commit 1ca0a53

Please sign in to comment.