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.
b2762ea49b | 5 years ago | |
---|---|---|
.idea | 5 years ago | |
Makefile | 5 years ago | |
README.md | 5 years ago | |
collect_data.sh | 5 years ago | |
main.c | 5 years ago | |
makeplots.py | 5 years ago |
README.md
benchmark-openMP
some benchamarks with openMP in C
compile
make to compile
##usage then
./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
./make_plots.py <indata.txt> <outplot.png>
to make plot