Skip to content

batched.merge.tasks.list

Chris Churas edited this page Jun 5, 2017 · 2 revisions

Configuration file that defines how merge 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 mergetilerunner.py, via runmerge.CLUSTER script submitted to Scheduler, which in turn parses the taskid field and runs the corresponding merge tasks in parallel from the base.merge.tasks.list configuration file.

Example:

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

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