arrayjob_option: Arrayjob requirement

Description Usage Arguments Examples

View source: R/qsub_helpers.R

Description

Generates "-t" argument for "qsub".

Usage

1
arrayjob_option(n = 1L, tc = 100L, stepsize = NULL)

Arguments

n

An integer which represents number of job-array. If n is 1, arrayjob is not required.

tc

An integer. Max mumber of tasks executed simultaneously.

stepsize

An integer(option). SGE_TASK_STEPSIZE option of "qsub -t".

Examples

1

DrRes/jobwatcher documentation built on Aug. 29, 2019, 5:50 a.m.