Skip to content

Commit a034024

Browse files
committed
version, docs
1 parent 0d02983 commit a034024

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+445
-336
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: batchtools
22
Title: Tools for Computation on Batch Systems
3-
Version: 0.9.4-9001
3+
Version: 0.9.5
44
Authors@R: c(
55
person("Michel", "Lang", NULL, "[email protected]", role = c("cre", "aut")),
66
person("Bernd", "Bischl", NULL, "[email protected]", role = "aut"),

NEWS.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,18 @@
22

33
* Added a missing routine to upgrade registries created with batchtools prior to v0.9.3.
44
* Fixed a bug where the registry could not be synced if jobs failed during initialization (#135).
5-
* The sleep duration used in `waitForJobs()` and `submitJobs()` can now be set via the configuration file.
5+
* The sleep duration for `waitForJobs()` and `submitJobs()` can now be set via the configuration file.
66
* A new heuristic will try to detect if the registry has been altered by a simultaneously running R session.
7-
If this is detected, the registry will be set to a read-only state.
7+
If this is detected, the registry in the current session will be set to a read-only state.
8+
* `waitForJobs()` has been reworked to allow control over the heuristic to detect expired jobs.
9+
Jobs are treated as expired if they have been submitted but are not detected on the system for `expire.after` iterations
10+
(default 3 iterations, before 1 iteration).
811
* New argument `writeable` for `loadRegistry()` to allow loading registries explicitly as read-only.
912
* Removed argument `update.paths` from `loadRegistry()`.
13+
Paths are always updated, but the registry on the file system remains unchanged unless loaded in read-write mode.
14+
* `ClusterFunctionsSlurm` now come with an experimental nodename argument. If set, all communication with the master is
15+
handled via SSH which effectively allows you to submit jobs from your local machine instead of the head node.
16+
Note that mounting the file system (e.g., via SSHFS) is mandatory.
1017

1118
# batchtools 0.9.4
1219

docs/articles/batchtools.html

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

docs/articles/index.html

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

docs/index.html

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

docs/news/index.html

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

docs/reference/JobCollection.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)