Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaisal97 committed Oct 2, 2023
1 parent d991978 commit 394ff72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ To build and run Secrecy on linux, edit the provided `Makefile` as follows:
- Build and run a test file:
```
cd build
make test_planner_q1.out
mpirun -np 3 ./test_planner_q1.out [X] [X] // Will compile and run Q1 with X rows per input
make planner
mpirun -np 3 ./planner ../examples/queries/q1.txt ../examples/schemas/q1_schema.txt 128 128 // Will compile and run Q1 with 128 and 128 rows per input tables
```
## License
Expand Down

0 comments on commit 394ff72

Please sign in to comment.