updated readme and makeplot to use parameter from command line
parent
fe213d6403
commit
b2762ea49b
@ -1,2 +1,19 @@
|
||||
# benchmark-openMP
|
||||
some benchamarks with openMP in C
|
||||
|
||||
## compile
|
||||
make to compile
|
||||
|
||||
##usage
|
||||
then
|
||||
```bash
|
||||
./collect_data.sh <num> <outdata.txt>
|
||||
```
|
||||
to run program with 1 to num threads
|
||||
you can specify reps per iteration and iterations in collect\_data.sh
|
||||
|
||||
run
|
||||
```bash
|
||||
./make_plots.py <indata.txt> <outplot.png>
|
||||
```
|
||||
to make plot
|
||||
|
Loading…
Reference in New Issue