Skip to content
Snippets Groups Projects
Commit af22fbd8 authored by chad.hanna's avatar chad.hanna Committed by Kipp Cannon
Browse files

gstlal_inspiral: add clustering after coincidence for online jobs

parent 14cf8072
No related branches found
No related tags found
No related merge requests found
......@@ -831,6 +831,7 @@ for output_file_number, (svd_bank_url_dict, output_url, ranking_stat_output_url,
sngls_snr_threshold = options.singles_threshold,
tag = options.job_tag,
kafka_server = options.output_kafka_server,
cluster = options.data_source in ("lvshm", "framexmit"),# we cluster when running online within thinca.
verbose = options.verbose
)
if options.verbose:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment