Skip to content

Commit 32b86ec

Browse files
committed
description, docs, ...
1 parent 9771bdb commit 32b86ec

33 files changed

+94
-103
lines changed

DESCRIPTION

+9-8
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ Authors@R: c(
66
person("Bernd", "Bischl", NULL, "[email protected]", role = "aut"),
77
person("Dirk", "Surmann", NULL, "[email protected]", role = "ctb")
88
)
9-
Description: As a successor of the packages BatchJobs and BatchExperiments,
10-
batchtools provides a parallel implementation of the Map function
11-
for high performance computing systems managed by schedulers: IBM Spectrum
12-
LSF (<http://www-03.ibm.com/systems/spectrum-computing/products/lsf/>),
13-
OpenLava (<http://www.openlava.org/>), Univia/Oracle/Sun Grid Engine
14-
(<http://www.univa.com/>), Slurm (<http://slurm.schedmd.com/>), Torque/PBS
15-
(<http://www.adaptivecomputing.com/products/open-source/torque/>), and
16-
Docker Swarm (<https://docs.docker.com/swarm/>).
9+
Description: As a successor of the packages 'BatchJobs' and 'BatchExperiments',
10+
this package provides a parallel implementation of the Map function for high
11+
performance computing systems managed by schedulers 'IBM Spectrum LSF'
12+
(<http://www-03.ibm.com/systems/spectrum-computing/products/lsf/>),
13+
'OpenLava' (<http://www.openlava.org/>), 'Univia Grid Engine'/'Oracle Grid
14+
Engine' (<http://www.univa.com/>), 'Slurm' (<http://slurm.schedmd.com/>),
15+
'Torque/PBS'
16+
(<http://www.adaptivecomputing.com/products/open-source/torque/>), or
17+
'Docker Swarm' (<https://docs.docker.com/swarm/>).
1718
A multicore and socket mode allow the parallelization on a local machines,
1819
and multiple machines can be hooked up via SSH to create a makeshift
1920
cluster. Moreover, the package provides an abstraction mechanism to define

R/Registry.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ makeRegistry = function(file.dir = "registry", work.dir = getwd(), conf.file = f
168168

169169
if (is.na(file.dir))
170170
reg$file.dir = tempfile("registry", tmpdir = reg$temp.dir)
171-
info("Creating directories in '%s'", reg$file.dir)
171+
"!DEBUG Creating directories in '`reg$file.dir`'"
172172
for (d in file.path(reg$file.dir, c("jobs", "results", "updates", "logs", "exports", "external")))
173173
dir.create(d, recursive = TRUE)
174174
reg$file.dir = npath(reg$file.dir)

docs/articles/ErrorHandling.html

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/ExampleExperiment.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/ExamplePiSim.html

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/Setup.html

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/ExperimentRegistry.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)