xgridsubmit: Submit a Job

Description Usage Arguments Value Author(s) See Also

Description

Submit a job to an Apple Xgrid.

Usage

1
xgridsubmit(grid, auth, indir, Rcmd, ntask, param, resfile, verbose = FALSE)

Arguments

grid

domain name of the grid controller

auth

authorization to use to access the grid: options are "None" (default), "Kerberos" or "Password"

indir

directory to be copied to the remote agent

Rcmd

R script file within the indir directory to be run by the remote agent

ntask

number of tasks to be run by each job

param

an optional parameter to be provided to the remote job

resfile

filename to use to save results from the remote job

verbose

verbose output (default = FALSE)

Value

Returns an integer representing the Apple Xgrid job identifier.

Author(s)

Nicholas Horton (nhorton@smith.edu)

See Also

xgrid


xgrid documentation built on May 2, 2019, 4:55 p.m.