aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-01-24 14:37:45 +0100
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-01-26 14:20:52 +0100
commit8c0f9b63cb923a6cb6682124cd48db5da391075c (patch)
treec34f2972e3e336528648e5d0457de68b5e719e29 /doc
parent3afdca3562b9dcadd9b16991bd8716f38a55f2c8 (diff)
-schedule-vi-checking ported to spawn
Diffstat (limited to 'doc')
-rw-r--r--doc/refman/AsyncProofs.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/refman/AsyncProofs.tex b/doc/refman/AsyncProofs.tex
index 86bec7c21..3dcd762aa 100644
--- a/doc/refman/AsyncProofs.tex
+++ b/doc/refman/AsyncProofs.tex
@@ -124,8 +124,9 @@ The $coqtop -schedule-vi-checking 3 a b c$ command can be used to obtain
a good scheduling for 3 workers to check all proof tasks of $a.vi$, $b.vi$ and
$c.vi$. Auxiliary files are used to predict how long a proof task will take,
assuming it will take the same amount of time it took last time.
-The output of $coqtop -schedule-vi-checking$ is a list of commands one has
-to execute in order to check all proof tasks.
+If the $Makefile$ one uses was produced by $coq\_makefile$ the $checkproofs$
+target can be used to check all $.vi$ files. The variable $J$ should be
+set to the number of workers, like in $make checkproofs J=3$.
\subsubsection{Caveats}