some benchamarks with openMP in C
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.
 
 
 
 
leonnicolas 655029b150
makeplot.py: added labels on plot
4 years ago
.idea arguments can be passed with argp.h 4 years ago
LICENSE add License 4 years ago
Makefile updated makefile: error on ubuntu -lm option hat to be in the end of command 4 years ago
README.md added option to iterate over buffer: an attempt to make ahmdal's law fail 4 years ago
collect_data.sh updated makefile: error on ubuntu -lm option hat to be in the end of command 4 years ago
main.c typo in pragma omp 4 years ago
makeplots.py makeplot.py: added labels on plot 4 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.