cli_qsub: QSUB: Generic Job Submission to HPC Cluster

Description Usage Arguments

View source: R/qsub.R

Description

cli_qsub provides a generic way of submitting commands as jobs on an high performance computing cluster (HPC cluster).

Usage

1
2
cli_qsub(cmd, job_name, ..., skip = "qsub", args = CLIargs(skip = skip),
  email = NULL, fake = FALSE)

Arguments

cmd

command line command

job_name

Job name, if provided as NULL or the empty string '', then a unique job name is built based on the command and the current date.

...

single named argument that specifies the command line argument (and its values) that should be vectorized into a job array.

skip

names of the arguments in args to skip, i.e. to remove from the list of argument the job will run with.

args

command line arguments to be used by the/each job.

email

email address to which start/end/error notifications are sent.

fake

logical that indicates if the qsub command should actually be run or not.


renozao/CLIR documentation built on May 27, 2019, 5:52 a.m.