Skip to content

Commit 32c014a

Browse files
Help tweaks
1 parent f3fb893 commit 32c014a

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

R/batchtools_lsf.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ BatchtoolsLsfFutureBackend <- function(...) {
1818
#' @param \ldots Not used.
1919
#'
2020
#' @details
21-
#' Batchtools lsf futures use \pkg{batchtools} cluster functions
22-
#' created by [batchtools::makeClusterFunctionsLSF()], which requires
23-
#' that LSF commands `bsub`, `bjobs`, and `bkill` are installed on
24-
#' the current machine.
21+
#' Batchtools Load Sharing Facility (LSF) futures use \pkg{batchtools}
22+
#' cluster functions created by [batchtools::makeClusterFunctionsLSF()],
23+
#' which requires that LSF commands `bsub`, `bjobs`, and `bkill` are
24+
#' installed on the current machine.
2525
#'
2626
#' The default template script `templates/lsf.tmpl` can be found in:
2727
#'

R/batchtools_openlava.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ BatchtoolsOpenLavaFutureBackend <- function(...) {
1818
#' @param \ldots Not used.
1919
#'
2020
#' @details
21-
#' Batchtools openlava futures use \pkg{batchtools} cluster functions
21+
#' Batchtools OpenLava futures use \pkg{batchtools} cluster functions
2222
#' created by [batchtools::makeClusterFunctionsOpenLava()], which requires
2323
#' that OpenLava commands `sbatch`, `squeue`, and `scancel` are installed on
2424
#' the current machine.

R/batchtools_sge.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ print.BatchtoolsSGEFutureBackend <- function(x, ...) {
1515
}
1616

1717

18-
#' A batchtools SGE backend resolves futures in parallel via a SGE job scheduler
18+
#' A batchtools SGE backend resolves futures in parallel via a Sun/Son of/Oracle/Univa/Altair Grid Engine job scheduler
1919
#'
2020
#' @inheritParams BatchtoolsTemplateFutureBackend
2121
#'
@@ -26,7 +26,7 @@ print.BatchtoolsSGEFutureBackend <- function(x, ...) {
2626
#' @param \ldots Not used.
2727
#'
2828
#' @details
29-
#' Batchtools sge futures use \pkg{batchtools} cluster functions
29+
#' Batchtools SGE futures use \pkg{batchtools} cluster functions
3030
#' created by [batchtools::makeClusterFunctionsSGE()], which requires
3131
#' that SGE commands `qsub`, `qstat`, and `qdel` are installed on
3232
#' the current machine.

man/batchtools_lsf.Rd

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

man/batchtools_openlava.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/batchtools_sge.Rd

Lines changed: 3 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)