Skip to content

Commit

Permalink
add pbspro executor
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelzer committed Feb 9, 2024
1 parent 094be4d commit 3945a7a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,20 @@ profiles {
process.cache = "lenient"
includeConfig 'configs/nodes.config'
}

pbspro {
executor {
name = "pbspro"
queueSize = params.setup ? 1 : 100
// exitReadTimeout = "360 sec"
// submitRateLimit = '1 / 2 s'
// pollInterval = '30 sec'
}
params.cloudProcess = true
process.cache = "lenient"
includeConfig 'configs/nodes.config'
}


latency {
executor {
Expand Down

0 comments on commit 3945a7a

Please sign in to comment.