.compute.jobs {StabPerf}R Documentation

Takes a queue of jobs and calculates them

Description

Tries to balance the queue on a cluster or runs them locally

Usage

.compute.jobs(jobs)

Arguments

jobs A list of jobs returned by .job.queue()

Details

Probes for a running cluster and balances the jobs either to it or computing them locally using compute.external for each job.

Value

Invisible NULL

See Also

compute.external, .job.queue, snow.cluster

Examples

.compute.jobs(.job.queue(...))

[Package StabPerf version 0.5 Index]