From 3c4df685b41f3b123aa9b24d40fc9a4947321208 Mon Sep 17 00:00:00 2001 From: chad hanna <chad.hanna@ligo.org> Date: Mon, 21 Nov 2016 14:54:05 -0800 Subject: [PATCH] gstlal_ll_inspiral_aggregator: modify the number of threads --- gstlal-ugly/bin/gstlal_ll_inspiral_aggregator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstlal-ugly/bin/gstlal_ll_inspiral_aggregator b/gstlal-ugly/bin/gstlal_ll_inspiral_aggregator index ae0d98e750..3a64e7d050 100755 --- a/gstlal-ugly/bin/gstlal_ll_inspiral_aggregator +++ b/gstlal-ugly/bin/gstlal_ll_inspiral_aggregator @@ -60,7 +60,7 @@ def parse_command_line(): parser.add_argument("--dump-period", type = float, default = 1., help = "Wait this many seconds between dumps of the URLs (default = 1., set to 0 to disable)") parser.add_argument("--num-jobs", action="store", type=int, default=10, help="number of running jobs") parser.add_argument("--job-tag", help = "Collect URLs for jobs reporting this job tag (default = collect all gstlal_inspiral URLs).") - parser.add_argument("--num-threads", type = int, default = 16, help = "Number of threads to use concurrently, default 8.") + parser.add_argument("--num-threads", type = int, default = 16, help = "Number of threads to use concurrently, default 16.") args = parser.parse_args() -- GitLab