test_job: Runs a job on the head node

Description Usage Arguments Details See Also

Description

Runs a job on the head node

Usage

1
test_job(.sge_id = 1, .mc.cores = 1, .script.name = "doone.R")

Arguments

.sge_id

job id (row of jobs(object))

.mc.cores

number of cores to use

.script.name

name of the script given in setup

Details

Runs Rscript doone.R x y at the command line where x is .sge_id, and y is .mc.cores.

Note that long running jobs claiming many cores may be killed by the administrators. This should only be used for short tests, longer tests should be submitted to the cluster as usual.

See Also

submit, filter


patr1ckm/distributr documentation built on May 24, 2019, 8:21 p.m.