aboutsummaryrefslogtreecommitdiff
path: root/toplevel
diff options
context:
space:
mode:
authorGaëtan Gilbert2021-04-01 19:35:27 +0200
committerGaëtan Gilbert2021-04-14 12:54:05 +0200
commit004bf5770bdcdd1b35dd27f683c733505823e741 (patch)
treeddab8d75e94782d2f21e7d2cc4fae83f6326f7dc /toplevel
parentea62d1e19f2ba565ea3a18ba3709a06af5c845ac (diff)
Put async worker id in universe names
This removes the need for the remote counter.
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/ccompile.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/ccompile.ml b/toplevel/ccompile.ml
index 041097d2d3..46651d1d8b 100644
--- a/toplevel/ccompile.ml
+++ b/toplevel/ccompile.ml
@@ -194,7 +194,7 @@ let compile opts stm_options injections copts ~echo ~f_in ~f_out =
if mode = BuildVio then dump_empty_vos()
| Vio2Vo ->
-
+ Flags.async_proofs_worker_id := "Vio2Vo";
let sum, lib, univs, tasks, proofs =
Library.load_library_todo long_f_dot_in in
let univs, proofs = Stm.finish_tasks long_f_dot_out univs proofs tasks in