Skip to content
Discussion options

You must be logged in to vote

This will result in some thousands of jobs. Per user cluster limits prohibit that many jobs from being submitted simultaneously.
...

plan(batchtools_torque, workers=10000, template="batchtools.pbs.tmpl", ...)
max.concurrent.jobs <- 200

I don't know whether that's correct or if it'll work. I simply don't know enough of the ins and outs of batchtools to say something useful. I think it's best to ask on https://github.com/mlr-org/batchtools/issues to see how it should work and if it works.

BTW, there's also mlr-org/batchtools#235, which says "batchtools will try to submit any jobs passed to submitJobs() as fast as possible (but sequentially)". That one is from 2019, so it could be that …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HenrikBengtsson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants