Skip to content

batched.chm.tasks.list

Chris Churas edited this page Dec 14, 2016 · 6 revisions

Configuration file that defines how CHM tasks are batched on compute nodes.

[#]
taskids = COMMA DELIMITED LIST OF TASK IDS

The value inside [#] is a number that corresponds to a batch task id (ie 1, 2, 3, etc..) This value is passed to chmrunner.py which in turn parses the taskid field and runs the corresponding task ids as CHM tasks from the base.chm.tasks.list configuration file.

Example:

[1]
taskids = 12,13,14,15

[2]
taskids = 16,17,18,19