Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion conf/embl_hd.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ apptainer {
autoMounts = true
pullTimeout = "3 hours" // the default is 20 minutes and fails with large images
envWhitelist = 'CUDA_VISIBLE_DEVICES' // allow the bounding of GPU visible device variable into the containers
libraryDir = '/cvmfs/singularity.galaxyproject.org/all/'
}

singularity {
Expand Down Expand Up @@ -47,10 +48,11 @@ process {
}

executor {
name = "slurm"
$slurm {
queueSize = 200
submitRateLimit = "10/1sec"
pollInterval = '10sec'
exitReadTimeout = "5 min"
retry.reason = "*"
}
}
Loading