-
Notifications
You must be signed in to change notification settings - Fork 51
/
DESCRIPTION
66 lines (66 loc) · 2.08 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Package: batchtools
Title: Tools for Computation on Batch Systems
Version: 0.9.17
Authors@R: c(
person("Michel", "Lang", NULL, "[email protected]",
role = c("cre", "aut"), comment = c(ORCID = "0000-0001-9754-0393")),
person("Bernd", "Bischl", NULL, "[email protected]", role = "aut"),
person("Dirk", "Surmann", NULL, "[email protected]",
role = "ctb", comment = c(ORCID = "0000-0003-0873-137X"))
)
Description: As a successor of the packages 'BatchJobs' and 'BatchExperiments',
this package provides a parallel implementation of the Map function for high
performance computing systems managed by schedulers 'IBM Spectrum LSF'
(<https://www.ibm.com/products/hpc-workload-management>),
'OpenLava' (<https://www.openlava.org/>), 'Univa Grid Engine'/'Oracle Grid
Engine' (<https://www.univa.com/>), 'Slurm' (<https://slurm.schedmd.com/>),
'TORQUE/PBS'
(<https://adaptivecomputing.com/cherry-services/torque-resource-manager/>),
or 'Docker Swarm' (<https://docs.docker.com/engine/swarm/>).
A multicore and socket mode allow the parallelization on a local machines,
and multiple machines can be hooked up via SSH to create a makeshift
cluster. Moreover, the package provides an abstraction mechanism to define
large-scale computer experiments in a well-organized and reproducible way.
License: LGPL-3
URL: https://github.com/mllg/batchtools
BugReports: https://github.com/mllg/batchtools/issues
NeedsCompilation: yes
ByteCompile: yes
Encoding: UTF-8
Depends:
R (>= 3.0.0)
Imports:
backports (>= 1.1.2),
base64url (>= 1.1),
brew,
checkmate (>= 1.8.5),
data.table (>= 1.11.2),
digest (>= 0.6.9),
fs (>= 1.2.0),
parallel,
progress (>= 1.1.1),
R6,
rappdirs,
stats,
stringi,
utils,
withr (>= 2.0.0)
Suggests:
debugme,
doParallel,
doMPI,
e1071,
foreach,
future,
future.batchtools,
knitr,
parallelMap,
ranger,
rmarkdown,
rpart,
snow,
testthat,
tibble
VignetteBuilder: knitr
Roxygen: list(r6 = FALSE)
RoxygenNote: 7.2.3