Skip to content

Commit a888d8d

Browse files
Document validated versions of SGE and Slurm
1 parent 1cfc6d5 commit a888d8d

File tree

5 files changed

+19
-1
lines changed

5 files changed

+19
-1
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-9941
2+
Version: 0.12.2-9942
33
Depends:
44
R (>= 3.2.0),
55
parallelly,

R/batchtools_sge.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ BatchtoolsSGEFutureBackend <- function(...) {
3333
#'
3434
#' `r paste(c("\x60\x60\x60bash", readLines("inst/templates/sge.tmpl"), "\x60\x60\x60"), collapse = "\n")`
3535
#'
36+
#' This template and the built-in [batchtools::makeClusterFunctionsSGE()]
37+
#' have been verified to work with SGE 8.1.9 (Son of Grid Engine) running on
38+
#' a Rocky 8 Linux cluster.
39+
#'
40+
#'
3641
#' @examplesIf interactive()
3742
#' library(future)
3843
#'

R/batchtools_slurm.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ BatchtoolsSlurmFutureBackend <- function(...) {
3434
#'
3535
#' `r paste(c("\x60\x60\x60bash", readLines("inst/templates/slurm.tmpl"), "\x60\x60\x60"), collapse = "\n")`
3636
#'
37+
#' This template and the built-in [batchtools::makeClusterFunctionsSlurm()]
38+
#' have been verified to work with Slurm v21.08.4 running on a Rocky 8 Linux
39+
#' cluster.
40+
#'
41+
#'
3742
#' @examplesIf interactive()
3843
#' library(future)
3944
#'

man/batchtools_sge.Rd

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

man/batchtools_slurm.Rd

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