Skip to content

Commit 14585b9

Browse files
NEWS: restructure by gathering all updates around the built-in templates
1 parent 2a18144 commit 14585b9

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

NEWS.md

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,31 @@
2020
* Canceling batchtools futures will now interrupt them by default,
2121
if the backend supports it.
2222

23-
* Tidy up built-in template job scripts for Bash, SGE, Slurm and
24-
Torque/PBS.
25-
26-
* Add built-in template job scripts for LSF and OpenLava.
27-
28-
* Now all built-in template job scripts support "as-is" resource
29-
specifications via `resources[["asis"]]`.
30-
31-
* Now all built-in template job scripts support "environment module"
32-
resource specifications via `resources[["modules"]]`. When
33-
specified, corresponding `module load <name>` entries are injected
34-
to the job script.
35-
3623
* Calling `plan()` on `batchtools_sge` and `batchtools_slurm` reports
3724
on the version of the scheduler.
3825

3926
* Printing a batchtools future will show logged output.
4027

28+
* Built-in job-script templates:
29+
30+
- Tidy up built-in template job scripts for Bash, SGE, Slurm and
31+
Torque/PBS.
32+
33+
- Add built-in template job scripts for LSF and OpenLava.
34+
35+
- All built-in template job scripts support "as-is" resource
36+
specifications via `resources[["asis"]]`.
37+
38+
- All built-in template job scripts support "environment module"
39+
resource specifications via `resources[["modules"]]`. When
40+
specified, corresponding `module load <name>` entries are
41+
injected to the job script.
42+
43+
- All built-in template job scripts, which are written in Bash,
44+
error and exit early, but setting more strict Bash options. This
45+
should help with any troubleshooting, especially when getting
46+
started.
47+
4148
## Documentation
4249

4350
* Add `timeout <runtime> ...` to the default `batchtools_bash`

0 commit comments

Comments
 (0)