From 7dba9d3f3ce62246b9d8562d2818c63ba37b206e Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Mon, 21 Jul 2014 10:03:04 +0200 Subject: STM: new "par:" goal selector, like "all:" but in parallel par: distributes the goals among a number of workers given by -async-proofs-tac-j (defaults to 2). --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 90592cbd6..7d05f591d 100644 --- a/Makefile.common +++ b/Makefile.common @@ -162,7 +162,7 @@ CORECMA:=lib/clib.cma lib/lib.cma kernel/kernel.cma library/library.cma \ parsing/parsing.cma printing/printing.cma tactics/tactics.cma \ stm/stm.cma toplevel/toplevel.cma parsing/highparsing.cma tactics/hightactics.cma -TOPLOOPCMA:=stm/stmworkertop.cma +TOPLOOPCMA:=stm/stmworkertop.cma stm/tacworkertop.cma GRAMMARCMA:=tools/compat5.cmo grammar/grammar.cma -- cgit v1.2.3