|
20 | 20 | * Canceling batchtools futures will now interrupt them by default, |
21 | 21 | if the backend supports it. |
22 | 22 |
|
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 | | - |
36 | 23 | * Calling `plan()` on `batchtools_sge` and `batchtools_slurm` reports |
37 | 24 | on the version of the scheduler. |
38 | 25 |
|
39 | 26 | * Printing a batchtools future will show logged output. |
40 | 27 |
|
| 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 | + |
41 | 48 | ## Documentation |
42 | 49 |
|
43 | 50 | * Add `timeout <runtime> ...` to the default `batchtools_bash` |
|
0 commit comments