|
33 | 33 | - Add built-in template job scripts for LSF and OpenLava. |
34 | 34 |
|
35 | 35 | - All built-in template job scripts support "as-is" resource |
36 | | - specifications via `resources[["asis"]]`. |
| 36 | + specifications via character vector `resources[["asis"]]`. |
37 | 37 |
|
38 | 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 generated job script. |
| 39 | + resource specifications via character vector |
| 40 | + `resources[["modules"]]`. When specified, corresponding `module |
| 41 | + load <name>` entries are injected to the generated job script. |
42 | 42 |
|
43 | 43 | - All built-in template job scripts support "startup" and |
44 | | - "shutdown" code resource specifications via |
| 44 | + "shutdown" code resource specifications via character vectors |
45 | 45 | `resources[["startup"]]` and `resources[["shutdown"]]`. When |
46 | 46 | specified, corresponding lines are injected in the generated job |
47 | 47 | script and the beginning and end, respectively. |
48 | | - |
| 48 | + |
| 49 | + - All built-in template job scripts support a "details" resource |
| 50 | + specification via logical scalar `resources[["details"]]`. If |
| 51 | + TRUE, scheduler job details are outputted to the log files at the |
| 52 | + beginning and job summaries at the end. |
| 53 | + |
49 | 54 | - All built-in template job scripts, which are written in Bash, |
50 | 55 | error and exit early, but setting more strict Bash options. This |
51 | 56 | should help with any troubleshooting, especially when getting |
|
0 commit comments