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, via runjobs.CLUSTER script submitted to Scheduler, which in turn parses the taskid field and runs the corresponding CHM tasks in parallel from the base.chm.tasks.list configuration file.

Example:

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

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