You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When `-l FILE` is given, all output will be written to FILE.<PID> instead of stdout/stderr.
This allows for running proofs in parallel with `xargs ./run-proofs.sh -l log-name -P 0 -n <PARALLELISM>` while retaining ordered output.
0 commit comments