Lines Matching +full:max +full:- +full:parallel
9 <!-- START doctoc generated TOC please keep comment here to allow auto update -->
10 <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
13 - [Prerequisites](#prerequisites)
14 - [Running the Fuzzer](#running-the-fuzzer)
15 - [Reporting Issues](#reporting-issues)
17 <!-- END doctoc generated TOC please keep comment here to allow auto update -->
42 running it in multiple terminals in parallel is supported.
44 `csmith` is run with `--no-checksum --nomain --max-block-size 1
45 --max-block-depth 1` which disables the `main` function, and makes function
47 cannot be completely disabled in `csmith`. Run `csmith --help` to see what
54 [run C-Reduce on the test case][creducing] to remove the parts that are
59 the `A-csmith` label. You can find all the issues discovered with `csmith`, and
61 [all issues tagged with the `A-csmith` label][csmith-issues].
63 [csmith]: https://github.com/csmith-project/csmith
64 [creducing]: ../CONTRIBUTING.md#using-creduce-to-minimize-test-cases
65 [csmith-issues]: https://github.com/rust-lang/rust-bindgen/issues?q=label%3AA-csmith