Description Usage Arguments Examples
Generates "-t" argument for "qsub".
1 | arrayjob_option(n = 1L, tc = 100L, stepsize = NULL)
|
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". |
1 | arrayjob_option(10L)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.