Clarify the paranoia_parallel README file.

This commit is contained in:
Brian Taylor 2026-07-13 07:27:15 -07:00
parent 6ce2936232
commit 24fa002219
1 changed files with 3 additions and 4 deletions

View File

@ -3,9 +3,6 @@ How to run paranoia_parallel
Install valgrind
Install parallel
Extract paranoia_parallel.7z into a directory of your choice.
In a terminal window, cd into the directory chosen.
Edit runtest.sh, line 14, -jx, with x being the physical cores available on your machine.
Run ./paranoia_table_generators.sh
@ -13,4 +10,6 @@ to generate some input tables (only required once in the beginning).
Run ./runtests.sh paranoia_test_extra.sh ./working
The ./working subdirectory will contain a testfile script for each test.
Each test creates .log and .vlog files in the paranoia_parallel directory.
Before runtests.sh, you might want to remove any old .log and .vlog files.