Skip to content

Commit 590c557

Browse files
Track record: mention also file system used [ci skip]
1 parent a888d8d commit 590c557

File tree

5 files changed

+5
-5
lines changed

5 files changed

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

R/batchtools_sge.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ BatchtoolsSGEFutureBackend <- function(...) {
3535
#'
3636
#' This template and the built-in [batchtools::makeClusterFunctionsSGE()]
3737
#' have been verified to work with SGE 8.1.9 (Son of Grid Engine) running on
38-
#' a Rocky 8 Linux cluster.
38+
#' a Rocky 8 Linux cluster with a BeeGFS global filesystem.
3939
#'
4040
#'
4141
#' @examplesIf interactive()

R/batchtools_slurm.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ BatchtoolsSlurmFutureBackend <- function(...) {
3636
#'
3737
#' This template and the built-in [batchtools::makeClusterFunctionsSlurm()]
3838
#' have been verified to work with Slurm v21.08.4 running on a Rocky 8 Linux
39-
#' cluster.
39+
#' cluster with an NFS global filesystem.
4040
#'
4141
#'
4242
#' @examplesIf interactive()

man/batchtools_sge.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_slurm.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.

0 commit comments

Comments
 (0)