Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 393 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 393 Bytes

OpenMP Benchmark

OpenMP benchmark examples with Google Benchmark.

No dependencies are needed to be installed, as CMake (minimum version 3.25) downloads GTest and GBenchmark.

Instructions

To build with CMake

cmake -B build
cd build
make

To run the benchmarks from the build folder use respectively

cd benchmark
./bench_saxpy
./bench_pi
./bench_laplace2d