@@ -2,31 +2,30 @@ Package: batchtools
22Title: Tools for Computation on Batch Systems
33Version: 0.9.18
44Authors@R: c(
5- person("Michel", "Lang", NULL, "michellang@gmail.com",
6- role = c("cre", "aut"), comment = c(ORCID = "0000-0001-9754-0393")),
7- person("Bernd", "Bischl", NULL, "bernd_bischl@gmx.net", role = "aut"),
8- person("Dirk", "Surmann", NULL, "surmann@statistik.tu-dortmund.de",
9- role = "ctb", comment = c(ORCID = "0000-0003-0873-137X"))
10- )
11- Description: As a successor of the packages 'BatchJobs' and 'BatchExperiments',
12- this package provides a parallel implementation of the Map function for high
13- performance computing systems managed by schedulers 'IBM Spectrum LSF'
14- (<https://www.ibm.com/products/hpc-workload-management>),
15- 'OpenLava' (<https://www.openlava.org/>), 'Univa Grid Engine'/'Oracle Grid
16- Engine' (<https://www.univa.com/>), 'Slurm' (<https://slurm.schedmd.com/>),
17- 'TORQUE/PBS'
5+ person("Michel", "Lang", , "michellang@gmail.com", role = c("cre", "aut"),
6+ comment = c(ORCID = "0000-0001-9754-0393")),
7+ person("Bernd", "Bischl", , "bernd_bischl@gmx.net", role = "aut"),
8+ person("Dirk", "Surmann", , "surmann@statistik.tu-dortmund.de", role = "ctb",
9+ comment = c(ORCID = "0000-0003-0873-137X"))
10+ )
11+ Description: As a successor of the packages 'BatchJobs' and
12+ 'BatchExperiments', this package provides a parallel implementation of
13+ the Map function for high performance computing systems managed by
14+ schedulers 'IBM Spectrum LSF'
15+ (<https://www.ibm.com/products/hpc-workload-management>), 'Univa Grid
16+ Engine'/'Oracle Grid Engine'
17+ (<https://altair.com/hpc-cloud-applications/>), 'Slurm'
18+ (<https://slurm.schedmd.com/>), 'TORQUE/PBS'
1819 (<https://adaptivecomputing.com/cherry-services/torque-resource-manager/>),
19- or 'Docker Swarm' (<https://docs.docker.com/engine/swarm/>).
20- A multicore and socket mode allow the parallelization on a local machines,
21- and multiple machines can be hooked up via SSH to create a makeshift
22- cluster. Moreover, the package provides an abstraction mechanism to define
23- large-scale computer experiments in a well-organized and reproducible way.
20+ or 'Docker Swarm' (<https://docs.docker.com/engine/swarm/>). A
21+ multicore and socket mode allow the parallelization on a local
22+ machines, and multiple machines can be hooked up via SSH to create a
23+ makeshift cluster. Moreover, the package provides an abstraction
24+ mechanism to define large-scale computer experiments in a
25+ well-organized and reproducible way.
2426License: LGPL-3
2527URL: https://github.com/mlr-org/batchtools, https://batchtools.mlr-org.com
2628BugReports: https://github.com/mlr-org/batchtools/issues
27- NeedsCompilation: yes
28- ByteCompile: yes
29- Encoding: UTF-8
3029Depends:
3130 R (>= 3.0.0)
3231Imports:
@@ -47,8 +46,8 @@ Imports:
4746 withr (>= 2.0.0)
4847Suggests:
4948 debugme,
50- doParallel,
5149 doMPI,
50+ doParallel,
5251 e1071,
5352 foreach,
5453 future,
@@ -61,6 +60,10 @@ Suggests:
6160 snow,
6261 testthat,
6362 tibble
64- VignetteBuilder: knitr
63+ VignetteBuilder:
64+ knitr
65+ ByteCompile: yes
66+ Encoding: UTF-8
67+ NeedsCompilation: yes
6568Roxygen: list(r6 = FALSE)
6669RoxygenNote: 7.3.2
0 commit comments