Skip to content

Commit 5dbf5af

Browse files
Improve the max_array_size documentation
1 parent a3b9816 commit 5dbf5af

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Suggests:
3030
Config/testthat/edition: 3
3131
Encoding: UTF-8
3232
Roxygen: list(markdown = TRUE)
33-
RoxygenNote: 7.2.3
33+
RoxygenNote: 7.3.2
3434
VignetteBuilder: knitr
3535
Language: en-US
3636
URL: https://epimodel.github.io/slurmworkflow/

R/step_templates.R

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,11 @@ step_tmpl_do_call <- function(what, args, setup_lines = NULL) {
138138
#' positive length, or all of zero length). See also ‘Details’.
139139
#' @param MoreArgs a `list` of arguments to the function call. The *names*
140140
#' attribute of `args` gives the argument names.
141-
#' @param max_array_size maximum number of array jobs to be submitted at the
142-
#' same time. Should be strictly less than the maximum number of jobs you are
143-
#' allowed to submit to slurm on your HPC.
141+
#' @param max_array_size maximum number of array jobs to be submitted at once.
142+
#' It should be strictly less than the maximum number of jobs you are allowed
143+
#' to submit to `slurm` on your HPC. If the number of jobs is greater than
144+
#' `max_array_size`, they will be submitted in multiple batches. The
145+
#' submission of the next batch is automatically handled by `slurmworkflow`.
144146
#'
145147
#' @inheritParams step_tmpl_do_call
146148
#' @inherit step_tmpl_rscript return

man/step_tmpl_map.Rd

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)