We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 407513f + 1b8d819 commit cb84b20Copy full SHA for cb84b20
conf/cropdiversityhpc.config
@@ -10,7 +10,7 @@ executor {
10
11
process {
12
scratch = true
13
- errorStrategy = 'finish'
+ errorStrategy = { task.exitStatus in [137, 140] ? 'retry' : 'finish' }
14
executor = 'slurm'
15
queue = { task.memory <= 32.GB ? (task.time < 6.h ? task.memory <=2.GB ? 'hicpu': 'short' : task.time < 24.h ? 'medium' : 'long') : 'himem' }
16
withLabel:process_gpu {
0 commit comments