You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Common attributes of batch submission / resource manager environments will inclu
37
37
* job names instead of PIDs
38
38
39
39
`BatchSpawnerBase` provides several general mechanisms:
40
-
* configurable traits `req_foo` that are exposed as `{foo}` in job template scripts
40
+
* configurable traits `req_foo` that are exposed as `{foo}` in job template scripts. Templates (submit scripts in particular) may also use the full power of [jinja2](http://jinja.pocoo.org/). Templates are automatically detected if a `{{` or `{%` is present, otherwise str.format() used.
41
41
* configurable command templates for submitting/querying/cancelling jobs
42
42
* a generic concept of job-ID and ID-based job state tracking
43
43
* overrideable hooks for subclasses to plug in logic at numerous points
0 commit comments