Feature #954
Multiple reducers
Status:
Rejected
Priority:
Normal
Assignee:
Richards, Alexander
Category:
Online reconstruction
Target version:
Start date:
23 March 2012
Due date:
% Done:
0%
Estimated time:
Workflow:
New Issue
Description
I couldn't figure out how to run multiple reducers in an elegant way. Looks like we need to run the application once for each reducer, duplicating the mappers. Is there a better way?
Updated by Rogers, Chris over 11 years ago
Ah - I guess I do
$MAUS_ROOT_DIR/bin/user/reconstruct_daq_ckov_plots.py -type_of_dataflow=multi_process_merge_output $MAUS_ROOT_DIR/bin/user/reconstruct_daq_tof_plots.py -type_of_dataflow=multi_process_merge_output
I was running single threaded (just trying to get stuff working).
Updated by Rogers, Chris over 11 years ago
- Status changed from Open to Rejected
Looks like I figured it out