From c07183ec37be07656fc58799ce85fe4601dc5c86 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 14 Sep 2018 19:05:01 -0400 Subject: mess further with parallelism flags --- org/output_hub.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org/output_hub.org') diff --git a/org/output_hub.org b/org/output_hub.org index 9345458..6cb7f9b 100644 --- a/org/output_hub.org +++ b/org/output_hub.org @@ -37,7 +37,7 @@ template outputHub() { auto msg = Msg!()(doc_matters); <> } - if (!(doc_matters.opt.action.pp2)) { + if (!(doc_matters.opt.action.parallelise_subprocesses)) { foreach(schedule; doc_matters.opt.action.output_task_scheduler) { Scheduled!()(schedule, doc_abstraction, doc_matters); } -- cgit v1.2.3