.compute.jobs {StabPerf} | R Documentation |
Tries to balance the queue on a cluster or runs them locally
.compute.jobs(jobs)
jobs |
A list of jobs returned by .job.queue() |
Probes for a running cluster and balances the jobs either to it or computing them locally using compute.external
for each job.
Invisible |
compute.external
, .job.queue
, snow.cluster
.compute.jobs(.job.queue(...))