reduce_drms
reduce_drms.py: reduce a pile of DRMs to various summary CSV files
usage:
reduce_drms.py [ -O outfile ] [ -j N ] DRM [...]
Args: DRM (file): a list of DRM pickles
Options:
+ -O outfile gives a template (containing exactly two occurrences of %s) for
file outputs. This is optional, but is best to supply.
+ -j N means to use N parallel workers to process the files. By default,
about 1/3 of the available cores will be used (25 on mustang*), which balances
parallel makes (outside this routine) and parallel reductions (within it).
If N = 0 or 1, no parallel workers are used, which is helpful for debugging.
+ -D TYPE gives a (string) TYPE that is inserted into the DEBUG variable in the
script, and which can be used to print a selected TYPE of debug output.