You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
334 B
Markdown
21 lines
334 B
Markdown
# 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.
|