Skip to content

Commit 93395f2

Browse files
Help tweaks
1 parent c2e3756 commit 93395f2

17 files changed

+88
-69
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: future.batchtools
2-
Version: 0.12.2-9944
2+
Version: 0.12.2-9945
33
Depends:
44
R (>= 3.2.0),
55
parallelly,

R/BatchtoolsTemplateFutureBackend-class.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
#'
1616
#' @param \ldots Additional arguments passed to [BatchtoolsFutureBackend()].
1717
#'
18+
#' @param workers The maximum number of workers the batchtools backend may
19+
#' use at any time, which for HPC schedulers corresponds to the maximum number
20+
#' of queued jobs. The default is
21+
#' \code{getOption("\link{future.batchtools.workers}", 100)}.
22+
#'
1823
#' @return An object of class `BatchtoolsFutureBackend`.
1924
#'
2025
#' @details

R/batchtools_lsf.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ BatchtoolsLsfFutureBackend <- function(...) {
99

1010
#' A batchtools LSF backend resolves futures in parallel via a Load Sharing Facility (LSF) job scheduler
1111
#'
12-
#' @inheritParams BatchtoolsFutureBackend
1312
#' @inheritParams BatchtoolsTemplateFutureBackend
1413
#'
1514
#' @param template (optional) Name of job-script template to be searched

R/batchtools_multicore.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#' The batchtools multicore backend only works on operating systems
2525
#' supporting the `ps` command-line tool, e.g. Linux and macOS.
2626
#'
27-
#' @rdname BatchtoolsFutureBackend
2827
#' @keywords internal
2928
#'
3029
#' @aliases batchtools_custom
@@ -73,7 +72,6 @@ BatchtoolsMulticoreFutureBackend <- function(workers = availableCores(constraint
7372

7473
#' A batchtools backend that resolves futures in parallel via forked background R processes
7574
#'
76-
#' @inheritParams BatchtoolsFutureBackend
7775
#' @inheritParams BatchtoolsMulticoreFutureBackend
7876
#'
7977
#' @param \ldots Not used.

R/batchtools_openlava.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ BatchtoolsOpenLavaFutureBackend <- function(...) {
99

1010
#' A batchtools openlava backend resolves futures in parallel via a OpenLava job scheduler
1111
#'
12-
#' @inheritParams BatchtoolsFutureBackend
1312
#' @inheritParams BatchtoolsTemplateFutureBackend
1413
#'
1514
#' @param template (optional) Name of job-script template to be searched

R/batchtools_sge.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ BatchtoolsSGEFutureBackend <- function(...) {
88

99
#' A batchtools SGE backend resolves futures in parallel via a SGE job scheduler
1010
#'
11-
#' @inheritParams BatchtoolsFutureBackend
1211
#' @inheritParams BatchtoolsTemplateFutureBackend
1312
#'
1413
#' @param template (optional) Name of job-script template to be searched

R/batchtools_slurm.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ BatchtoolsSlurmFutureBackend <- function(...) {
99

1010
#' A batchtools slurm backend resolves futures in parallel via a Slurm job scheduler
1111
#'
12-
#' @inheritParams BatchtoolsFutureBackend
1312
#' @inheritParams BatchtoolsTemplateFutureBackend
1413
#'
1514
#' @param template (optional) Name of job-script template to be searched

R/batchtools_torque.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ BatchtoolsTorqueFutureBackend <- function(...) {
88

99
#' A batchtools TORQUE backend resolves futures in parallel via a TORQUE/PBS job scheduler
1010
#'
11-
#' @inheritParams BatchtoolsFutureBackend
1211
#' @inheritParams BatchtoolsTemplateFutureBackend
1312
#'
1413
#' @param template (optional) Name of job-script template to be searched

man/BatchtoolsFutureBackend.Rd

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

man/BatchtoolsMulticoreFutureBackend.Rd

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

0 commit comments

Comments
 (0)